diff mbox series

[LEDE-DEV] bcm53xx: Fix SmartRG SR400AC initramfs image

Message ID 20171010035157.9970-1-f.fainelli@gmail.com
State Accepted
Delegated to: Florian Fainelli
Headers show
Series [LEDE-DEV] bcm53xx: Fix SmartRG SR400AC initramfs image | expand

Commit Message

Florian Fainelli Oct. 10, 2017, 3:51 a.m. UTC
The SmartRG SR400AC CFE does not accept a TRX image, just a normal
binary image.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 target/linux/bcm53xx/image/Makefile | 2 ++
 1 file changed, 2 insertions(+)

Comments

Florian Fainelli Oct. 24, 2017, 1:47 a.m. UTC | #1
Le 10/09/17 à 20:51, Florian Fainelli a écrit :
> The SmartRG SR400AC CFE does not accept a TRX image, just a normal
> binary image.
> 
> Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

Applied
diff mbox series

Patch

diff --git a/target/linux/bcm53xx/image/Makefile b/target/linux/bcm53xx/image/Makefile
index 0d20c16de4b5..e4dca0c4e95a 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