Message ID | mailman.147045.1730185827.1280.openwrt-devel@lists.openwrt.org |
---|---|
State | New |
Headers | show |
Series | bcm53xx: add ramdisk to FEATURES | expand |
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
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software. Cisco/Meraki mx64/mx65 targets require initramfs ( ramdisk) for install. Add it to default target build. Signed-off-by: Evan Jobling <evan.jobling@mslsc.com.au> --- target/linux/bcm53xx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)