summaryrefslogtreecommitdiff
path: root/target/config/Config.in
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-05-18 13:42:02 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-05-18 13:42:23 +0200
commit021fd36e08840ebf9981d483cc8cac3cbb6217de (patch)
treeb81353fbcb13337fe8e22bac3b7a00d05c417037 /target/config/Config.in
parentb677bb107f14a301f5fe7cfb750b9e980c3fd9ab (diff)
convert mips to use new targethelp make target, useful to just show the help text after building
Diffstat (limited to 'target/config/Config.in')
-rw-r--r--target/config/Config.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/config/Config.in b/target/config/Config.in
index f7afcef49..a1615679e 100644
--- a/target/config/Config.in
+++ b/target/config/Config.in
@@ -574,6 +574,7 @@ config ADK_TARGET_ROOTFS_INITRAMFS
ADK_LINUX_NATIVE
depends on !ADK_HARDWARE_VBOX
depends on !ADK_TARGET_SYSTEM_RASPBERRY_PI
+ depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
select ADK_KERNEL_BLK_DEV_INITRD
help
create an read-only initramfs system.
@@ -593,7 +594,7 @@ config ADK_TARGET_ROOTFS_INITRAMFS_PIGGYBACK
ADK_LINUX_X86 || \
ADK_LINUX_X86_64
depends on !ADK_HARDWARE_VBOX
- select ADK_KERNEL_EXT2_FS
+ depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
help
create an read-only initramfs system.
@@ -674,6 +675,7 @@ config ADK_TARGET_ROOTFS_ISO
config ADK_TARGET_ROOTFS_INITRAMFSARCHIVE
boolean "Archive usable for initramfs creation"
+ depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
help
Use this option if your planning to create a initramfs,
useful for adk-test-framework.