summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorYegor Yefremov2012-02-08 10:50:25 +0100
committerPeter Korsgaard2012-02-08 21:56:47 +0100
commitf94818b0fa77644b989bab5aa0866de7fe4ffbb1 (patch)
treef9e546a1b383169652b918e2994de494d31f3b5d /target
parentkmod: bump to 5 (diff)
downloadbuildroot-f94818b0fa77644b989bab5aa0866de7fe4ffbb1.tar.gz
buildroot-f94818b0fa77644b989bab5aa0866de7fe4ffbb1.tar.xz
buildroot-f94818b0fa77644b989bab5aa0866de7fe4ffbb1.zip
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 <yegorslists@googlemail.com> Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'target')
-rw-r--r--target/generic/Config.in5
1 files changed, 5 insertions, 0 deletions
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