From bfde0329d9524d32418ad9fe3fb5808bf424d27b Mon Sep 17 00:00:00 2001 From: John Crispin Date: Sat, 18 Apr 2015 10:19:14 +0000 Subject: [PATCH] ar71xx/image: add template tplink-16mlzma Signed-off-by: Alexander Couzens SVN-Revision: 45489 --- target/linux/ar71xx/image/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index a4ebccb53f..234e1b6122 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -156,6 +156,12 @@ $(Device/tplink) 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 -- 2.30.2