[PATCH] bcm53xx: add ramdisk to FEATURES
Evan Jobling
evan.jobling at mslsc.com.au
Tue Oct 29 00:01:48 PDT 2024
Cisco/Meraki mx64/mx65 targets require initramfs
( ramdisk) for install.
Add it to default target build.
Signed-off-by: Evan Jobling <evan.jobling at mslsc.com.au>
---
target/linux/bcm53xx/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/target/linux/bcm53xx/Makefile b/target/linux/bcm53xx/Makefile
index b858d2fdbb..ecbba0e4f8 100644
--- a/target/linux/bcm53xx/Makefile
+++ b/target/linux/bcm53xx/Makefile
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
ARCH:=arm
BOARD:=bcm53xx
BOARDNAME:=Broadcom BCM47xx/53xx (ARM)
-FEATURES:=squashfs nand usb pci pcie gpio pwm
+FEATURES:=squashfs nand usb pci pcie gpio pwm ramdisk
CPU_TYPE:=cortex-a9
SUBTARGETS:=generic
--
2.39.5
More information about the openwrt-devel
mailing list