projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd6f237
)
udev: add missing comment for toolchain option dependencies
author
Thomas De Schampheleire
<patrickdepinguin@gmail.com>
Wed, 18 Dec 2013 20:29:13 +0000
(21:29 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Thu, 19 Dec 2013 20:42:03 +0000
(21:42 +0100)
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/udev/Config.in
patch
|
blob
|
history
diff --git
a/package/udev/Config.in
b/package/udev/Config.in
index 374a7bf0fec449648d3ec748a15583a2f5940772..f4ffe98108b38b5d6ce4c0a78df2d3ecb60b173d 100644
(file)
--- a/
package/udev/Config.in
+++ b/
package/udev/Config.in
@@
-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