1 comment "opkg needs a toolchain w/ wchar"
3 depends on !BR2_USE_WCHAR
5 config BR2_PACKAGE_OPKG
7 select BR2_PACKAGE_LIBARCHIVE
8 depends on BR2_USE_MMU # fork()
9 depends on BR2_USE_WCHAR # libarchive
11 Opkg is a lightweight package management system, based on ipkg. It is
12 written in C and resembles apt/dpkg in operation. It is intended for
13 use on embedded Linux devices.
14 Opkg is maintained, stable, robust and conservative in its memory
15 usage, despite its buggy ipkg ancestry. As best it can, opkg
16 maintains backwards compatibility with ipkg and conforms to a subset
17 of debian's policy manual regarding control files.
19 http://code.google.com/p/opkg/
23 config BR2_PACKAGE_OPKG_GPG_SIGN
25 depends on BR2_PACKAGE_LIBGPG_ERROR_ARCH_SUPPORTS # libgpg-error
26 select BR2_PACKAGE_LIBGPGME
27 select BR2_PACKAGE_LIBGPG_ERROR
29 Enable opkg package signature checking support using