aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorFlorian Fainelli <f.fainelli@gmail.com>2021-12-14 12:27:43 -0800
committerFlorian Fainelli <f.fainelli@gmail.com>2022-06-20 14:29:12 -0700
commit5f108050941b467f9911ef75e7ccf4401fd1d5c0 (patch)
treedb80c95d0c76d52e8e8a5097d90d10a24ebb65f5 /target
parent0c9d07a3b4964d15f10d719fa81e0d47145b5950 (diff)
downloadupstream-5f108050941b467f9911ef75e7ccf4401fd1d5c0.tar.gz
upstream-5f108050941b467f9911ef75e7ccf4401fd1d5c0.tar.bz2
upstream-5f108050941b467f9911ef75e7ccf4401fd1d5c0.zip
bcm47xx: Fix Netgear WNR3500L v2 image format
CFE on these devices expects to find the kernel compressed with LZMA but with no dictionnary and no loader, adjust the image generation accordingly. Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
Diffstat (limited to 'target')
-rw-r--r--target/linux/bcm47xx/image/mips74k.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/bcm47xx/image/mips74k.mk b/target/linux/bcm47xx/image/mips74k.mk
index 53e7b53eba..7e65821a55 100644
--- a/target/linux/bcm47xx/image/mips74k.mk
+++ b/target/linux/bcm47xx/image/mips74k.mk
@@ -460,6 +460,8 @@ define Device/netgear_wnr3500l-v2
$(Device/netgear)
NETGEAR_BOARD_ID := U12H172T00_NETGEAR
NETGEAR_REGION := 1
+ KERNEL_NAME = vmlinux-nodictionary.lzma
+ IMAGE/chk := append-rootfs | trx-without-loader | netgear-chk
endef
TARGET_DEVICES += netgear_wnr3500l-v2