Build: Update buildroot 2018-11.1 (#300)
* Build: Update buildroot 2018-11.1 * Add cli to image
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_MINIZIP
|
||||
bool "minizip"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on !(BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU) # libbsd
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libbsd
|
||||
depends on BR2_USE_WCHAR # libbsd
|
||||
select BR2_PACKAGE_LIBBSD
|
||||
@@ -20,5 +19,4 @@ config BR2_PACKAGE_MINIZIP_DEMOS
|
||||
|
||||
comment "minizip needs a toolchain w/ threads, wchar"
|
||||
depends on BR2_PACKAGE_LIBBSD_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_USES_UCLIBC && !BR2_USE_MMU
|
||||
depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR
|
||||
|
||||
Reference in New Issue
Block a user