diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2015-02-24 12:46:46 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-02-28 10:14:18 +0100 |
commit | f2179916b592f8a0a1feb89f992e1d496f0d62cb (patch) | |
tree | 75b790a14516b740469b4f7d4efe695eed2f7241 | |
parent | a32b5466ba4179b5dcc72ec80dd0745d8301f5e7 (diff) |
Config.in: show kernel configuration menu only if ADK_TARGET_KERNEL_CUSTOMISING is set
-rw-r--r-- | Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ source "target/config/Config.in.runtime" endmenu menu "Kernel configuration" - visible if !ADK_CHOOSE_APPLIANCE + visible if !ADK_CHOOSE_APPLIANCE && ADK_TARGET_KERNEL_CUSTOMISING source "target/linux/Config.in" endmenu |