mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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>
This commit is contained in:
parent
0c9d07a3b4
commit
5f10805094
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user