1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-01 11:29:48 +03:00

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
This commit is contained in:
kaloz 2010-10-05 14:19:00 +00:00
parent b280ad29c7
commit be413f5248
2 changed files with 0 additions and 6 deletions

View File

@ -17,7 +17,6 @@ menu "Target Images"
menuconfig TARGET_ROOTFS_INITRAMFS menuconfig TARGET_ROOTFS_INITRAMFS
bool "ramdisk" bool "ramdisk"
default y if USES_INITRAMFS default y if USES_INITRAMFS
depends LINUX_2_6
help help
Embed the rootfs into the kernel (initramfs) Embed the rootfs into the kernel (initramfs)
@ -169,7 +168,6 @@ menu "Global build settings"
config KERNEL_DEBUG_FS config KERNEL_DEBUG_FS
bool "Compile the kernel with Debug FileSystem enabled" bool "Compile the kernel with Debug FileSystem enabled"
default y default y
depends LINUX_2_6
help help
debugfs is a virtual file system that kernel developers use to put debugfs is a virtual file system that kernel developers use to put
debugging files into. Enable this option to be able to read and 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 Specifies arguments passed to the strip command when stripping binaries
config STRIP_KERNEL_EXPORTS config STRIP_KERNEL_EXPORTS
depends LINUX_2_6
bool "Strip unnecessary exports from the kernel image" bool "Strip unnecessary exports from the kernel image"
help help
Reduces kernel size by stripping unused kernel exports from the kernel image Reduces kernel size by stripping unused kernel exports from the kernel image

View File

@ -2,9 +2,6 @@ source "tmp/.config-target.in"
# Kernel/Hardware features # Kernel/Hardware features
config LINUX_2_6
bool
config HAS_FPU config HAS_FPU
bool bool