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 | 543d870e824730d0a85e4c999d9c21f58f0737b1 (patch) | |
tree | 2517eb31b9594e52382ec5397bbbf41c28c970f3 /package/busybox | |
parent | 08e4d51c29ea57920f6e5f7906b19b19e1c71a50 (diff) | |
download | upstream-543d870e824730d0a85e4c999d9c21f58f0737b1.tar.gz upstream-543d870e824730d0a85e4c999d9c21f58f0737b1.tar.bz2 upstream-543d870e824730d0a85e4c999d9c21f58f0737b1.zip |
remove linux 2.4 support from several packages
SVN-Revision: 21954
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 |