diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:43:41 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-06-26 20:43:41 +0000 |
commit | 3bc5d6887d903c78026a7e9def67f349ca119911 (patch) | |
tree | 27936dc85f4d3dcb24795df04b6753d87810af74 /package/busybox | |
parent | 17fee1112f0f8760b12c1959cff3a2dc8c1aaa68 (diff) | |
download | master-187ad058-3bc5d6887d903c78026a7e9def67f349ca119911.tar.gz master-187ad058-3bc5d6887d903c78026a7e9def67f349ca119911.tar.bz2 master-187ad058-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.in | 15 |
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 |