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

@@ -0,0 +1,20 @@
config BR2_PACKAGE_KF5_MODEMMANAGER_QT
bool "kf5-modemmanager-qt"
depends on BR2_USE_MMU # qt5dbus
depends on BR2_TOOLCHAIN_HAS_THREADS # qt5dbus
depends on BR2_PACKAGE_MODEM_MANAGER
select BR2_PACKAGE_QT5BASE_DBUS
select BR2_PACKAGE_KF5_EXTRA_CMAKE_MODULES
help
KF5 is a set of Qt framework addons, extending Qt in various
ways, not only restricted in helping integration in KDE.
This package contains the ModemManager Qt5 bindings from the
KF5 project.
https://api.kde.org/frameworks/modemmanager-qt/html/index.html
comment "kf5-modemmanager-qt needs toolchain w/ threads"
depends on BR2_USE_MMU
depends on BR2_PACKAGE_MODEM_MANAGER
depends on !BR2_TOOLCHAIN_HAS_THREADS