afc13f2c181aabe5c4d37b255ae73661ceead614
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / opkg / Config.in
1 config BR2_PACKAGE_OPKG
2         bool "opkg"
3         depends on BR2_USE_MMU # fork()
4         help
5           Opkg is a lightweight package management system, based on ipkg. It is
6           written in C and resembles apt/dpkg in operation. It is intended for
7           use on embedded Linux devices.
8           Opkg is maintained, stable, robust and conservative in its memory
9           usage, despite its buggy ipkg ancestry. As best it can, opkg
10           maintains backwards compatibility with ipkg and conforms to a subset
11           of debian's policy manual regarding control files.
12
13           http://code.google.com/p/opkg/
14
15 if BR2_PACKAGE_OPKG
16
17 config BR2_PACKAGE_OPKG_GPG_SIGN
18         bool "gnupg support"
19         select BR2_PACKAGE_LIBGPGME
20         help
21           Enable opkg package signature checking support using
22           gnupg/libgpgme.
23
24 endif