projects
/
openwrt
/
staging
/
noltari.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
818f36a
)
bcm53xx: Fix SmartRG SR400AC initramfs image
author
Florian Fainelli
<f.fainelli@gmail.com>
Tue, 10 Oct 2017 03:50:27 +0000
(20:50 -0700)
committer
Florian Fainelli
<f.fainelli@gmail.com>
Tue, 24 Oct 2017 01:39:29 +0000
(18:39 -0700)
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
patch
|
blob
|
history
diff --git
a/target/linux/bcm53xx/image/Makefile
b/target/linux/bcm53xx/image/Makefile
index 0d20c16de4b5bf42598c17e37e481d0abb21c505..e4dca0c4e95a6c937582eb5089a5d4e3e17a24a8 100644
(file)
--- 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