mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-01-27 23:47:19 +01:00
ipq40xx: fix image pipeline for MR6350
Add two missing $$ in the factory image build pipeline for MR6350
Signed-off-by: Zeyu Dong <dzy201415@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/21682
Signed-off-by: Robert Marko <robimarko@gmail.com>
(cherry picked from commit 979f70cc7e)
This commit is contained in:
parent
fc40e08c5b
commit
1d87d1f5aa
1 changed files with 1 additions and 1 deletions
|
|
@ -726,7 +726,7 @@ define Device/linksys_mr6350
|
||||||
PAGESIZE := 2048
|
PAGESIZE := 2048
|
||||||
UBINIZE_OPTS := -E 5 # EOD marks to "hide" factory sig at EOF
|
UBINIZE_OPTS := -E 5 # EOD marks to "hide" factory sig at EOF
|
||||||
IMAGES += factory.bin
|
IMAGES += factory.bin
|
||||||
IMAGE/factory.bin := append-kernel | pad-to $$(KERNEL_SIZE) | append-ubi | linksys-image type=MR6350
|
IMAGE/factory.bin := append-kernel | pad-to $$$$(KERNEL_SIZE) | append-ubi | linksys-image type=MR6350
|
||||||
DEVICE_PACKAGES := ipq-wifi-linksys_mr6350 kmod-usb-ledtrig-usbport
|
DEVICE_PACKAGES := ipq-wifi-linksys_mr6350 kmod-usb-ledtrig-usbport
|
||||||
endef
|
endef
|
||||||
TARGET_DEVICES += linksys_mr6350
|
TARGET_DEVICES += linksys_mr6350
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue