diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:19:00 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2010-10-05 14:19:00 +0000 |
commit | 27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9 (patch) | |
tree | 679a46eeb0dd7510b28484f84d954b42d97ea384 /Config.in | |
parent | 7fa8ba095bd2dc2759e586ca9c82f31fdb0cf2f6 (diff) | |
download | mtk-20170518-27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9.zip mtk-20170518-27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9.tar.gz mtk-20170518-27a1e6cc6a23eea80dedd3ea5886cecd33bc6ae9.tar.bz2 |
as we only support 2.6, remove the useless bool for it
SVN-Revision: 23246
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 3 |
1 files changed, 0 insertions, 3 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 |