summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Fainelli2017-10-10 03:50:27 +0000
committerFlorian Fainelli2017-10-24 01:39:29 +0000
commit7f0a32e21ca9edaa5607b98724e1eca05c8c50ba (patch)
tree37eb5c0830d5035c92e280fac7346579369e2171
parent818f36aa140d930e5de957eeb81f32f4d96a4bbb (diff)
downloadopenwrt-7f0a32e21ca9edaa5607b98724e1eca05c8c50ba.tar.gz
bcm53xx: Fix SmartRG SR400AC initramfs image
The SmartRG SR400AC CFE does not accept a TRX image, just a normal binary image. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
-rw-r--r--target/linux/bcm53xx/image/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 0d20c16de4..e4dca0c4e9 100644
--- a/target/linux/bcm53xx/image/Makefile
+++ b/target/linux/bcm53xx/image/Makefile
@@ -307,6 +307,8 @@ define Device/smartrg-sr400ac
DEVICE_PACKAGES := $(BRCMFMAC_43602A1) $(USB3_PACKAGES)
IMAGES := trx
IMAGE/trx := append-rootfs | trx-serial
+ KERNEL_INITRAMFS_SUFFIX := .bin
+ KERNEL_INITRAMFS := kernel-bin | append-dtb | lzma-d16
endef
TARGET_DEVICES += smartrg-sr400ac