From 5cae858220cca9ff0eb494c3fa673e9e652f827d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 13 Mar 2017 21:52:23 +0100 Subject: add a comment to main menu If you once choosen a architecture, system and cpu and saved the configuration, some defaults are set. Any reconfiguration of these settings might create a non-valid configuration. You can even get some strange side effects, where you can't select some stuff. --- Config.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Config.in') diff --git a/Config.in b/Config.in index b9db39c5b..bc6d180ee 100644 --- a/Config.in +++ b/Config.in @@ -24,6 +24,10 @@ source "target/config/Config.in.systemopts" source "target/config/Config.in.subsystem" source "target/config/Config.in.qemuopts" source "target/config/Config.in.cpu" + +comment "After you saved your configuration once, you shouldn't change anything above" + depends on ADK_TARGET_OS_LINUX && !ADK_APPLIANCE_TOOLCHAIN && !ADK_TARGET_CHOOSE_ARCH + source "target/config/Config.in.tasks" menu "Firmware configuration" -- cgit v1.2.3