summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2022-09-18 01:07:32 +0900
committerSungbo Eo <mans0n@gorani.run>2022-09-18 03:09:19 +0900
commitdeb6f378bf3675e53434a62f87244c690ed4634d (patch)
tree0a13a0ee891510ede28482b8f45a39bd48e64277 /target
parentd826c91704d2baa5e389c225791740e4c61d62c4 (diff)
downloadopenwrt-deb6f378bf3675e53434a62f87244c690ed4634d.tar.gz
openwrt-deb6f378bf3675e53434a62f87244c690ed4634d.tar.bz2
openwrt-deb6f378bf3675e53434a62f87244c690ed4634d.zip
ath79: specify factory.bin recipe for ASUS RP-AC51
Currently factory.bin image recipe of ASUS RP-AC51 is not specified explicitly and is thus set to the leaked one from the device recipe right above, i.e. ASUS PL-AC56. Fix it to avoid potential breakage. Fixes: 416d4483e878 ("ath79: add support for ASUS RP-AC51") Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ath79/image/generic.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk
index 1ba02fc0fc..9d8b70712d 100644
--- a/target/linux/ath79/image/generic.mk
+++ b/target/linux/ath79/image/generic.mk
@@ -402,6 +402,8 @@ define Device/asus_rp-ac51
DEVICE_MODEL := RP-AC51
IMAGE_SIZE := 16000k
IMAGES += factory.bin
+ IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \
+ append-rootfs | pad-rootfs
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca9888-ct \
-swconfig
endef