udev: add missing comment for toolchain option dependencies

Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Thomas De Schampheleire 2013-12-18 21:29:13 +01:00 committed by Peter Korsgaard
parent bd6f2371a2
commit 02dc29cbba
1 changed files with 4 additions and 0 deletions

View File

@ -43,3 +43,7 @@ endif
comment "udev requires /dev mgmnt set to udev under System configuration"
depends on !BR2_avr32
depends on !BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_UDEV
comment "udev needs a toolchain w/ largefile, wchar, dynamic library"
depends on !BR2_avr32
depends on !BR2_LARGEFILE || !BR2_USE_WCHAR || BR2_PREFER_STATIC_LIB