aboutsummaryrefslogtreecommitdiffstats
path: root/package/busybox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2010-06-26 20:43:41 +0000
committerFelix Fietkau <nbd@openwrt.org>2010-06-26 20:43:41 +0000
commit3bc5d6887d903c78026a7e9def67f349ca119911 (patch)
tree27936dc85f4d3dcb24795df04b6753d87810af74 /package/busybox
parent17fee1112f0f8760b12c1959cff3a2dc8c1aaa68 (diff)
downloadupstream-3bc5d6887d903c78026a7e9def67f349ca119911.tar.gz
upstream-3bc5d6887d903c78026a7e9def67f349ca119911.tar.bz2
upstream-3bc5d6887d903c78026a7e9def67f349ca119911.zip
remove linux 2.4 support from several packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21954 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/busybox')
-rw-r--r--package/busybox/Config.in15
1 files changed, 0 insertions, 15 deletions
diff --git a/package/busybox/Config.in b/package/busybox/Config.in
index 1002a5a0d6..8353474bcd 100644
--- a/package/busybox/Config.in
+++ b/package/busybox/Config.in
@@ -1,21 +1,6 @@
menu "Configuration"
depends on PACKAGE_busybox
-config BUSYBOX_CONFIG_FEATURE_DEVFS
- bool
- default y if LINUX_2_4
- default n if LINUX_2_6
-
-config BUSYBOX_CONFIG_FEATURE_2_4_MODULES
- bool
- default y if LINUX_2_4
- default n if LINUX_2_6
-
-config BUSYBOX_CONFIG_FEATURE_2_6_MODULES
- bool
- default n if LINUX_2_4
- default y if LINUX_2_6
-
config BUSYBOX_CONFIG_NOMMU
bool
depends NOMMU