diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-10 18:08:27 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-10 18:08:27 +0100 |
commit | 053eac1fedb51e3027759c8319f3d5d38844c8f4 (patch) | |
tree | 2790780685fb697d5b12ee7b8c84d3429c291ccf /target/config | |
parent | a86dedf2775bce14a15612fe448342892c12a330 (diff) |
foxg20 use Image target
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in index 1995ec091..f5cf3e120 100644 --- a/target/config/Config.in +++ b/target/config/Config.in @@ -7,12 +7,16 @@ config ADK_TARGET_KERNEL_VMLINUZ config ADK_TARGET_KERNEL_ZIMAGE boolean +config ADK_TARGET_KERNEL_IMAGE + boolean + config ADK_TARGET_KERNEL_BZIMAGE boolean config ADK_TARGET_KERNEL string default "zImage" if ADK_TARGET_KERNEL_ZIMAGE + default "Image" if ADK_TARGET_KERNEL_IMAGE default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE default "vmlinux" |