diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-29 15:14:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-07-29 15:14:15 +0200 |
commit | 0ddf6b38910ee94add6668ac4e28516770edbc01 (patch) | |
tree | 21ca1c48de821039d00d02bef2749a0fac5b121a /target/config | |
parent | bfbb9f53bba2b3dfa76699e8dab69932fa07df32 (diff) |
fix initrdramfsarchive target
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.target b/target/config/Config.in.target index d0ed59bfe..db405372f 100644 --- a/target/config/Config.in.target +++ b/target/config/Config.in.target @@ -190,6 +190,7 @@ config ADK_TARGET_ROOTFS_ISO config ADK_TARGET_ROOTFS_INITRAMFSARCHIVE boolean "Archive usable for initramfs creation" depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532 + select ADK_KERNEL_BLK_DEV_INITRD help Use this option if your planning to create a initramfs, useful for adk-test-framework. |