Author: blogic Date: 2015-04-18 12:19:09 +0200 (Sat, 18 Apr 2015) New Revision: 45488
Modified: trunk/target/linux/ar71xx/image/Makefile Log: 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 <[email protected]> Modified: trunk/target/linux/ar71xx/image/Makefile =================================================================== --- trunk/target/linux/ar71xx/image/Makefile 2015-04-18 10:19:02 UTC (rev 45487) +++ trunk/target/linux/ar71xx/image/Makefile 2015-04-18 10:19:09 UTC (rev 45488) @@ -153,7 +153,7 @@ define Device/tplink-8mlzma $(Device/tplink) TPLINK_FLASHLAYOUT := 8Mlzma - IMAGE_SIZE := 8000k + IMAGE_SIZE := 7936k endef define Device/tl-wdr4300-v1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
