Update buildroot 2020.02.01 (#622)
* Update buildroot 2020.02.01 Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix LN * Fix wpa Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix lint Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * fix-network Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch> * Fix script Signed-off-by: Pascal Vizeli <pvizeli@syshack.ch>
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_LIBINPUT
|
||||
bool "libinput"
|
||||
depends on BR2_ENABLE_LOCALE
|
||||
depends on BR2_PACKAGE_HAS_UDEV
|
||||
select BR2_PACKAGE_LIBEVDEV
|
||||
select BR2_PACKAGE_MTDEV
|
||||
@@ -14,5 +13,5 @@ config BR2_PACKAGE_LIBINPUT
|
||||
|
||||
http://freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
comment "libinput needs udev /dev management and a toolchain w/ locale"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV || !BR2_ENABLE_LOCALE
|
||||
comment "libinput needs udev /dev management"
|
||||
depends on !BR2_PACKAGE_HAS_UDEV
|
||||
|
||||
Reference in New Issue
Block a user