diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-18 10:19:09 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-18 10:19:09 +0000 |
commit | c24f91a021da799ac9ead12a85577fb0e2bf22c2 (patch) | |
tree | 657319ff94d841abd9f708e9365f4d75b49e2071 /target/linux | |
parent | 9283018e679b8cc93f07cae12b7c75d28fd49a5a (diff) | |
download | upstream-c24f91a021da799ac9ead12a85577fb0e2bf22c2.tar.gz upstream-c24f91a021da799ac9ead12a85577fb0e2bf22c2.tar.bz2 upstream-c24f91a021da799ac9ead12a85577fb0e2bf22c2.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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45488 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-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 |