aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox/target-config.in
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2007-03-03 20:35:01 +0000
committerImre Kaloz <kaloz@openwrt.org>2007-03-03 20:35:01 +0000
commitfaa289d9853f62f5c0b8084902e26a121ee8a03b (patch)
tree5ff00962fbf954332a4f650b3cb36a4aaa7d60bf /package/busybox/target-config.in
parent69aa065a6b80b4dc9df44a5f3d165e6f17269e81 (diff)
downloadmaster-187ad058-faa289d9853f62f5c0b8084902e26a121ee8a03b.tar.gz
master-187ad058-faa289d9853f62f5c0b8084902e26a121ee8a03b.tar.bz2
master-187ad058-faa289d9853f62f5c0b8084902e26a121ee8a03b.zip
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 0000000000..77c58cef14
--- /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