summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-11-09 22:27:32 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2013-11-09 22:27:32 +0100
commite8cd41bb464f4f631c77399157a8c0a41d0c68b6 (patch)
tree9e2e0d4b6297c27b844da3ccf29d49872fe1777e /target/config
parente7e496c7ecc8c8f550aec8dd7190b2732cc8248d (diff)
parent30cb234a5405b1228ef8202d81b96d04af3c5758 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index 0d5e057a7..a2495cdd9 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -4,9 +4,13 @@
config ADK_TARGET_KERNEL_VMLINUZ
boolean
+config ADK_TARGET_KERNEL_BZIMAGE
+ boolean
+
config ADK_TARGET_KERNEL
string
default "vmlinuz" if ADK_TARGET_KERNEL_VMLINUZ
+ default "bzImage" if ADK_TARGET_KERNEL_BZIMAGE
default "vmlinux"
config ADK_big
@@ -729,6 +733,7 @@ config ADK_TARGET_ROOTFS_MMC
config ADK_TARGET_ROOTFS_ARCHIVE
bool "Archive usable for different filesystems"
+ select ADK_KERNEL_EXT2_FS if ADK_HARDWARE_QEMU
help
Use this option if your root filesystem is ext2/ext3/ext4/xfs.