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