Commit 02dc29cb authored by Thomas De Schampheleire's avatar Thomas De Schampheleire Committed by Peter Korsgaard
Browse files

udev: add missing comment for toolchain option dependencies

parent bd6f2371
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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