Skip to content

Commit

Permalink
ramips: fix image recipe for ASUS RT-N56U
Browse files Browse the repository at this point in the history
The OpenWrt image metadata includes checksum validation. Therefore,
it must be generated at the end.

Fixes: openwrt#9045
Fixes: openwrt#13674
Link: https://patchwork.ozlabs.org/project/openwrt/patch/TYCP286MB08952FAACDFA234C5E052131BCD82@TYCP286MB0895.JPNP286.PROD.OUTLOOK.COM/
Signed-off-by: Shiji Yang <[email protected]>
  • Loading branch information
DragonBluep authored and hauke committed Jul 13, 2024
1 parent 325e53f commit 708b77f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion target/linux/ramips/image/rt3883.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 708b77f

Please sign in to comment.