summaryrefslogtreecommitdiffstats
path: root/package/busybox/target-config.in
diff options
context:
space:
mode:
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-03 20:35:01 +0000
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-03 20:35:01 +0000
commit130f4efa38b78352d626d43148dd1143abd3bde9 (patch)
tree5ff00962fbf954332a4f650b3cb36a4aaa7d60bf /package/busybox/target-config.in
parentc94c88df806f3438933a2cee3f93065f34a242f6 (diff)
R.I.P. devfs
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6478 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox/target-config.in')
-rw-r--r--package/busybox/target-config.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/package/busybox/target-config.in b/package/busybox/target-config.in
new file mode 100644
index 000000000..77c58cef1
--- /dev/null
+++ b/package/busybox/target-config.in
@@ -0,0 +1,11 @@
+config BUSYBOX_CONFIG_FEATURE_DEVFS
+ default y if LINUX_2_4
+ default n if LINUX_2_6
+
+config BUSYBOX_CONFIG_MDEV
+ default n if LINUX_2_4
+ default y if LINUX_2_6
+
+config BUSYBOX_CONFIG_FEATURE_MDEV_CONF
+ default n if LINUX_2_4
+ default y if LINUX_2_6