summaryrefslogtreecommitdiffstats
path: root/package/busybox/target-config.in
diff options
context:
space:
mode:
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