summaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2016-11-28 17:34:43 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2016-11-28 17:34:43 +0100
commitc76d1960526d15cbcef6a61b4f7bed8eb5b95037 (patch)
tree6703ba373cb98202fc63cdb36caeac865f5485f5 /Config.in
parentd05f1d5b960c66196dfb40953b18b7e56f401aa4 (diff)
cleanup kernel rootfs choice, it is not well tested to use non-ext4 rootfs, add a linux kernel submenu
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/Config.in b/Config.in
index 14128b39b..355b96e90 100644
--- a/Config.in
+++ b/Config.in
@@ -28,7 +28,6 @@ source "target/config/Config.in.qemuopts"
source "target/config/Config.in.cpu"
source "target/config/Config.in.tasks"
source "target/config/Config.in.rootfs"
-source "target/config/Config.in.target"
source "target/config/Config.in"
menu "Package selection"
@@ -45,14 +44,17 @@ menu "Runtime configuration"
source "target/config/Config.in.runtime"
endmenu
+menu "Linux Kernel configuration"
source "target/config/Config.in.kernelversion"
source "target/config/Config.in.kernelcfg"
+source "target/config/Config.in.kernelcmd"
source "target/linux/config/Config.in.compression"
-menu "Kernel configuration"
+menu "Advanced Kernel configuration"
visible if ADK_TARGET_OS_LINUX && ADK_TARGET_KERNEL_CUSTOMISING && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH && !ADK_TARGET_KERNEL_USE_DEFCONFIG && !ADK_TARGET_KERNEL_USE_CUSTOMCONFIG
source "target/linux/Config.in"
endmenu
+endmenu
menu "Toolchain settings"
visible if !ADK_TARGET_CHOOSE_ARCH