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:
Pascal Vizeli
2018-11-26 11:04:01 +01:00
committed by GitHub
parent a9bbc7babe
commit 4411307353
3154 changed files with 41316 additions and 24203 deletions

View File

@@ -27,8 +27,8 @@ endif
HOST_XMLSTARLET_DEPENDENCIES += host-libxml2 host-libxslt
HOST_XMLSTARLET_CONF_OPTS += \
--with-libxml-prefix=$(HOST_DIR)/usr \
--with-libxslt-prefix=$(HOST_DIR)/usr
--with-libxml-prefix=$(HOST_DIR) \
--with-libxslt-prefix=$(HOST_DIR)
$(eval $(autotools-package))
$(eval $(host-autotools-package))