Skip to content

Commit

Permalink
bcm47xx: Fix Netgear WNR3500L v2 image format
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ffainelli committed Jun 20, 2022
1 parent 0c9d07a commit 5f10805
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions target/linux/bcm47xx/image/mips74k.mk
Expand Up @@ -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

Expand Down

0 comments on commit 5f10805

Please sign in to comment.