From f94818b0fa77644b989bab5aa0866de7fe4ffbb1 Mon Sep 17 00:00:00 2001 From: Yegor Yefremov Date: Wed, 8 Feb 2012 10:50:25 +0100 Subject: udev: bump to 181 and other fixes Changes: - Linux kernel requirement: 2.6.34 and above (devtmpfs is mandatory) (this also applies to the chosen toolchain, because of Kernel headers) - optional dependency on libusb and usbutils removed - added dependency on kmod - added dependency on util-linux for libblkid - install in /lib/udev instead of /usr/libexec/udev - udevd moved to /lib/udev - fixed path to pci.ids and usb.ids - persistent rules generator is disabled by default, so option is introduced to enable this option if desired [Peter: fix build on uClibc, Config.in tweaks] Signed-off-by: Yegor Yefremov Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- target/generic/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target') diff --git a/target/generic/Config.in b/target/generic/Config.in index a91de3212..88f0718e2 100644 --- a/target/generic/Config.in +++ b/target/generic/Config.in @@ -28,8 +28,13 @@ config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV config BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV bool "Dynamic using udev" + depends on BR2_LARGEFILE # udev + depends on BR2_USE_WCHAR # udev select BR2_PACKAGE_UDEV +comment "udev requires a toolchain with LARGEFILE + WCHAR support" + depends on !(BR2_LARGEFILE && BR2_USE_WCHAR) + endchoice config BR2_ROOTFS_DEVICE_TABLE -- cgit v1.2.3-55-g7522