Browse Source

target: config: Fix rootfs offerings for Mikrotik Routerboards

Disable separate initramfs image option for rb4xx as well. It ships the
same bootloader as rb5xx which does not support loading a separate
initramfs image (I guess).

Offer builtin initramfs for both targets though. Such kernel images may
be loaded via TFTP.

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter 3 weeks ago
parent
commit
f76ff2bce3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      target/config/Config.in.rootfs

+ 1 - 1
target/config/Config.in.rootfs

@@ -31,7 +31,6 @@ config ADK_TARGET_ROOTFS_INITRAMFSPIGGYBACK
 		ADK_TARGET_ARCH_SPARC || \
 		ADK_TARGET_ARCH_X86 || \
 		ADK_TARGET_ARCH_X86_64
-	depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
 	help
 	  create an read-only initramfs system.
 
@@ -52,6 +51,7 @@ config ADK_TARGET_ROOTFS_INITRAMFS
 		ADK_TARGET_ARCH_X86 || \
 		ADK_TARGET_ARCH_X86_64
 	depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532
+	depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB4XX
 	depends on !ADK_TARGET_SYSTEM_QEMU_M68K_MCF5208
 	depends on !ADK_TARGET_SYSTEM_QEMU_METAG
 	select ADK_LINUX_KERNEL_BLK_DEV_INITRD if ADK_TARGET_OS_LINUX