diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-08 18:11:03 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-08 18:11:03 +0100 |
commit | c55a696b9c3c6d25342e8e04999a2058da5d8201 (patch) | |
tree | 4347e5bb4894cb4e489575f8e519e11dc57986d1 /target/config | |
parent | 6987d5c7e74c19902218551427e4b11bd02ee968 (diff) |
enable variable kernel target name, qemu-mips targets use vmlinuz
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 1ee04cafe..50649c3ed 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -1,6 +1,14 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +config ADK_TARGET_KERNEL_VMLINUZ + boolean + +config ADK_TARGET_KERNEL + string + default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ + default "vmlinux" + config ADK_big boolean |