diff options
author | John Crispin <john@openwrt.org> | 2015-04-18 10:19:09 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-18 10:19:09 +0000 |
commit | 1efdccc0557da074ae2eb5a6c8493722625a17e1 (patch) | |
tree | fbae8c3d2d6b9308fd04d1883a92192a3bd250bf /target/linux/ar71xx | |
parent | a43bcc980eace8aa9f8429eca09155c537aaf7a3 (diff) | |
download | upstream-1efdccc0557da074ae2eb5a6c8493722625a17e1.tar.gz upstream-1efdccc0557da074ae2eb5a6c8493722625a17e1.tar.bz2 upstream-1efdccc0557da074ae2eb5a6c8493722625a17e1.zip |
ar71xx/image: fix imagesize of template tplink-8mlzma
The new image size is verified by a running tplink device and checked
against mktplinkfw source code.
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 45488
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 8766756871..a4ebccb53f 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -153,7 +153,7 @@ endef define Device/tplink-8mlzma $(Device/tplink) TPLINK_FLASHLAYOUT := 8Mlzma - IMAGE_SIZE := 8000k + IMAGE_SIZE := 7936k endef define Device/tl-wdr4300-v1 |