X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=Config.in;h=458a3b3bce8c954206cccef4193040b0b56e2435;hp=ab8fbf8e4d51ea103fb8a63e43e359cd81a4e2bf;hb=050902efd70bf8d4c88c8ce4124bd8cbe15548c7;hpb=cf323eb924bf6a5b45e136f7afef91078d5b070d diff --git a/Config.in b/Config.in index ab8fbf8e4d..458a3b3bce 100644 --- a/Config.in +++ b/Config.in @@ -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) @@ -126,6 +125,10 @@ menu "Global build settings" comment "General build options" + config DISPLAY_SUPPORT + bool "Show packages that require graphics support (local or remote)" + default n + config BUILD_PATENTED default y bool "Compile with support for patented functionality" @@ -169,7 +172,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 +336,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