diff options
| author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-10 18:28:55 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2013-11-10 18:28:55 +0100 |
| commit | bd8eec2d22d5ca694840ebf804d53ddb72c5ee8a (patch) | |
| tree | acad37bbc588ccf63c783f6c2679a61ef19eb437 /target/config | |
| parent | 8a5dfbe8cd722a8c8e8b8504bb016961f4e658ad (diff) | |
| parent | e250f6d54f3a45eceeef3eca66b0c18533891b95 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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" |
