From ea3aa3aa284645bead2640dbec925d7ef3efea00 Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Sat, 22 Sep 2007 14:53:38 +0000 Subject: - add a more generic "Kernel" menu instead of "Linux Options" --- target/linux/Config.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/linux') diff --git a/target/linux/Config.in b/target/linux/Config.in index 2b3d58c00..13d5b389c 100644 --- a/target/linux/Config.in +++ b/target/linux/Config.in @@ -1,8 +1,9 @@ -menu "Linux Options" +#comment "Linux kernel options" config BR2_PACKAGE_LINUX bool "linux kernel" - default n + depends on BR2_KERNEL_LINUX + default y help The Linux kernel. http://www.kernel.org/ @@ -387,4 +388,3 @@ config BR2_LINUX_COPYTO Copy kernel to secondary location endif -endmenu -- cgit v1.2.3