Buildroot 2018-11 (#258)
* Update to buildroot 2018.11 * containerd update * runc update * runc docker engine * runc docker proxy * update rpi firmware * update network manager * update dhcpd * update wait on network * update rpi wifi * revert glibc
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
MTD_VERSION = 2.0.1
|
||||
MTD_VERSION = 2.0.2
|
||||
MTD_SOURCE = mtd-utils-$(MTD_VERSION).tar.bz2
|
||||
MTD_SITE = ftp://ftp.infradead.org/pub/mtd-utils
|
||||
MTD_LICENSE = GPL-2.0
|
||||
@@ -31,10 +31,6 @@ else
|
||||
MTD_CONF_OPTS += --disable-tests --disable-install-tests
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_BUSYBOX),y)
|
||||
MTD_DEPENDENCIES += busybox
|
||||
endif
|
||||
|
||||
# If extended attributes are required, the acl package must
|
||||
# also be enabled which will also include the attr package.
|
||||
ifeq ($(BR2_PACKAGE_ACL),y)
|
||||
|
||||
Reference in New Issue
Block a user