diff options
author | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 14:19:00 +0000 |
---|---|---|
committer | kaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-10-05 14:19:00 +0000 |
commit | be413f5248d31ed8ddd27ce535221a12e78b7088 (patch) | |
tree | 51c3ffccdd66f0b97a52c313788b60feccfcb8f1 | |
parent | b280ad29c7d066d884ddf00c981b8b9661c95bd3 (diff) |
as we only support 2.6, remove the useless bool for it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23246 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | Config.in | 3 | ||||
-rw-r--r-- | target/Config.in | 3 |
2 files changed, 0 insertions, 6 deletions
@@ -17,7 +17,6 @@ menu "Target Images" menuconfig TARGET_ROOTFS_INITRAMFS bool "ramdisk" default y if USES_INITRAMFS - depends LINUX_2_6 help Embed the rootfs into the kernel (initramfs) @@ -169,7 +168,6 @@ menu "Global build settings" config KERNEL_DEBUG_FS bool "Compile the kernel with Debug FileSystem enabled" default y - depends LINUX_2_6 help debugfs is a virtual file system that kernel developers use to put debugging files into. Enable this option to be able to read and @@ -334,7 +332,6 @@ menu "Global build settings" Specifies arguments passed to the strip command when stripping binaries config STRIP_KERNEL_EXPORTS - depends LINUX_2_6 bool "Strip unnecessary exports from the kernel image" help Reduces kernel size by stripping unused kernel exports from the kernel image diff --git a/target/Config.in b/target/Config.in index 6e45b640df..4476a89854 100644 --- a/target/Config.in +++ b/target/Config.in @@ -2,9 +2,6 @@ source "tmp/.config-target.in" # Kernel/Hardware features -config LINUX_2_6 - bool - config HAS_FPU bool |