diff options
author | John Crispin <john@openwrt.org> | 2015-04-18 10:19:14 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-04-18 10:19:14 +0000 |
commit | 13204f6a3516ce96afdc573d014d714f81bfebaf (patch) | |
tree | dc2cb92a0d96f4586cd26ab8ee82bc704bec866d /target/linux/ar71xx | |
parent | 1efdccc0557da074ae2eb5a6c8493722625a17e1 (diff) | |
download | upstream-13204f6a3516ce96afdc573d014d714f81bfebaf.tar.gz upstream-13204f6a3516ce96afdc573d014d714f81bfebaf.tar.bz2 upstream-13204f6a3516ce96afdc573d014d714f81bfebaf.zip |
ar71xx/image: add template tplink-16mlzma
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
SVN-Revision: 45489
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
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 |