diff options
author | John Crispin <blogic@openwrt.org> | 2015-04-18 10:19:14 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2015-04-18 10:19:14 +0000 |
commit | 9749eff876d463ae9444a632eccf1911299bf10a (patch) | |
tree | 5ceb70b1cb3022ebc130580673929b7e58e60f64 | |
parent | c24f91a021da799ac9ead12a85577fb0e2bf22c2 (diff) | |
download | upstream-9749eff876d463ae9444a632eccf1911299bf10a.tar.gz upstream-9749eff876d463ae9444a632eccf1911299bf10a.tar.bz2 upstream-9749eff876d463ae9444a632eccf1911299bf10a.zip |
ar71xx/image: add template tplink-16mlzma
Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@45489 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |