diff options
author | Tamas Balogh <tamasbalogh@hotmail.com> | 2022-01-15 00:56:51 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2022-01-15 17:41:19 +0100 |
commit | 872b65ecc882c6b9afda9582932c62bc43b6745e (patch) | |
tree | c19b9206105faa5f035c3cdd9157d840e961f495 /target/linux/ath79/image | |
parent | 83ce42b54eb1393030c5f3fdbf19fa2e1a35c6e4 (diff) | |
download | upstream-872b65ecc882c6b9afda9582932c62bc43b6745e.tar.gz upstream-872b65ecc882c6b9afda9582932c62bc43b6745e.tar.bz2 upstream-872b65ecc882c6b9afda9582932c62bc43b6745e.zip |
ath79: patch Asus RP-AC66 clean up and fix for sysupgrade image
- clean up leftovers regarding MAC configure in dts
- fix alphabetical order in caldata
- IMAGE_SIZE for sysupgrade image
Signed-off-by: Tamas Balogh <tamasbalogh@hotmail.com>
Diffstat (limited to 'target/linux/ath79/image')
-rw-r--r-- | target/linux/ath79/image/generic.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 8e97fec402..2cd24ab67b 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -334,6 +334,7 @@ define Device/asus_rp-ac66 SOC := qca9563 DEVICE_VENDOR := ASUS DEVICE_MODEL := RP-AC66 + IMAGE_SIZE := 15488k IMAGES += factory.bin IMAGE/factory.bin := append-kernel | pad-to $$$$(BLOCKSIZE) | \ append-rootfs | pad-rootfs |