diff options
-rw-r--r-- | target/linux/ath79/image/generic.mk | 2 |
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 |