diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-09 22:27:32 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-09 22:27:32 +0100 |
commit | e8cd41bb464f4f631c77399157a8c0a41d0c68b6 (patch) | |
tree | 9e2e0d4b6297c27b844da3ccf29d49872fe1777e /target/config | |
parent | e7e496c7ecc8c8f550aec8dd7190b2732cc8248d (diff) | |
parent | 30cb234a5405b1228ef8202d81b96d04af3c5758 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in | 5 |
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. |