diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-13 21:52:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-13 21:52:23 +0100 |
commit | 5cae858220cca9ff0eb494c3fa673e9e652f827d (patch) | |
tree | 5448de10549c9eb4bcd69575581b24351b631d58 | |
parent | 489709c1cd89ab6fa8fd2f15748367ac11121a9d (diff) |
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.
-rw-r--r-- | Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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" |