diff options
author | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2019-10-22 13:08:25 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2019-10-27 14:03:03 +0100 |
commit | 2d2fa2fd2d4b5f2b14448d5f80d1e51836e622db (patch) | |
tree | 790f339030b4050a6bfd608074c882c1434afd94 /target/linux/ath79/image/tiny-tp-link.mk | |
parent | 4b4856bc53ad4ce272588a4822e7bfab993d73e1 (diff) | |
download | upstream-2d2fa2fd2d4b5f2b14448d5f80d1e51836e622db.tar.gz upstream-2d2fa2fd2d4b5f2b14448d5f80d1e51836e622db.tar.bz2 upstream-2d2fa2fd2d4b5f2b14448d5f80d1e51836e622db.zip |
ath79: fix remaining IMAGE_SIZE issues
This fixes the remaining IMAGE_SIZE issues in ath79 target.
All devices in target have been checked, so together with
previous patches this target should be "clean" afterwards.
Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/image/tiny-tp-link.mk')
-rw-r--r-- | target/linux/ath79/image/tiny-tp-link.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ath79/image/tiny-tp-link.mk b/target/linux/ath79/image/tiny-tp-link.mk index b6b085fc93..3d1b26d17f 100644 --- a/target/linux/ath79/image/tiny-tp-link.mk +++ b/target/linux/ath79/image/tiny-tp-link.mk @@ -12,6 +12,7 @@ TARGET_DEVICES += tplink_tl-mr10u define Device/tplink_tl-mr3020-v1 $(Device/tplink-4mlzma) + IMAGE_SIZE := 3840k ATH_SOC := ar9331 DEVICE_MODEL := TL-MR3020 DEVICE_VARIANT := v1 |