summaryrefslogtreecommitdiff
path: root/target/config/Config.in.kernelfmt
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:16 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-12-31 18:47:25 +0100
commit3a96085b999220c4da0c5ef7d1f7ba26b9ddfb98 (patch)
tree77f1445aae2e6be5135594e95986b3278bbc061c /target/config/Config.in.kernelfmt
parentcc28479164b8dc8afd4310716da32f16022f5974 (diff)
dec-multia: make netboot possible, add aboot bootloader
Diffstat (limited to 'target/config/Config.in.kernelfmt')
-rw-r--r--target/config/Config.in.kernelfmt8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.kernelfmt b/target/config/Config.in.kernelfmt
index 4176ab53a..e2fc675c3 100644
--- a/target/config/Config.in.kernelfmt
+++ b/target/config/Config.in.kernelfmt
@@ -28,6 +28,12 @@ config ADK_TARGET_KERNEL_VMLINUX_AOUT
config ADK_TARGET_KERNEL_VMLINUX_BIN
bool
+config ADK_TARGET_KERNEL_VMLINUX_BOOTP
+ bool
+
+config ADK_TARGET_KERNEL_VMLINUX_GZ
+ bool
+
config ADK_TARGET_KERNEL_VMLINUX_SREC
bool
@@ -45,6 +51,8 @@ config ADK_TARGET_KERNEL
default "image" if ADK_TARGET_KERNEL_VMLINUX_AOUT
default "vmlinux.srec" if ADK_TARGET_KERNEL_VMLINUX_SREC
default "vmlinux.bin" if ADK_TARGET_KERNEL_VMLINUX_BIN
+ default "bootpfile" if ADK_TARGET_KERNEL_VMLINUX_BOOTP
+ default "vmlinux.gz" if ADK_TARGET_KERNEL_VMLINUX_GZ
default "xipImage" if ADK_TARGET_KERNEL_XIPIMAGE
default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE
default "bzImage" if ADK_TARGET_SYSTEM_GENERIC_X86_64 || ADK_TARGET_SYSTEM_GENERIC_X86