From 662fde90774af7779c542c05f9402acb4ffcb297 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Sat, 3 Mar 2007 20:35:01 +0000 Subject: R.I.P. devfs SVN-Revision: 6478 --- package/busybox/target-config.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/busybox/target-config.in (limited to 'package/busybox/target-config.in') 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 -- cgit v1.2.3