mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-02-21 23:22:25 +01:00
ramips: fix image recipe for ASUS RT-N56U
The OpenWrt image metadata includes checksum validation. Therefore,
it must be generated at the end.
Fixes: https://github.com/openwrt/openwrt/issues/9045
Fixes: https://github.com/openwrt/openwrt/issues/13674
Link: https://patchwork.ozlabs.org/project/openwrt/patch/TYCP286MB08952FAACDFA234C5E052131BCD82@TYCP286MB0895.JPNP286.PROD.OUTLOOK.COM/
Signed-off-by: Shiji Yang <yangshiji66@qq.com>
Signed-off-by: Luke Morrison <lfmorrison@gmail.com>
(cherry picked from commit 708b77f549)
Link: https://github.com/openwrt/openwrt/pull/17678
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
parent
dfdeda4b85
commit
86dfa17101
1 changed files with 2 additions and 1 deletions
|
|
@ -8,7 +8,8 @@ endef
|
|||
define Device/asus_rt-n56u
|
||||
SOC := rt3662
|
||||
IMAGE_SIZE := 7872k
|
||||
IMAGE/sysupgrade.bin += | mkrtn56uimg -s
|
||||
IMAGE/sysupgrade.bin := $$(sysupgrade_bin) | check-size | \
|
||||
mkrtn56uimg -s | append-metadata
|
||||
DEVICE_VENDOR := ASUS
|
||||
DEVICE_MODEL := RT-N56U
|
||||
DEVICE_PACKAGES := kmod-usb-ohci kmod-usb2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue