diff options
author | Felix Fietkau <nbd@openwrt.org> | 2015-10-31 09:29:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2015-10-31 09:29:01 +0000 |
commit | 85416876eb70e8c34e2d27be614e408b127a1492 (patch) | |
tree | 9883499b185acc77cc959f27c294e2ebc898cc60 /target/linux/ar71xx | |
parent | 1ad6f94ce6af8a54ae9a4d072b3a4949b77aab9a (diff) | |
download | master-187ad058-85416876eb70e8c34e2d27be614e408b127a1492.tar.gz master-187ad058-85416876eb70e8c34e2d27be614e408b127a1492.tar.bz2 master-187ad058-85416876eb70e8c34e2d27be614e408b127a1492.zip |
ar71xx/image: refactor templates tplink-chn-v2
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47316 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/Makefile | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/target/linux/ar71xx/image/Makefile b/target/linux/ar71xx/image/Makefile index 8cfad76263..f0c3a66365 100644 --- a/target/linux/ar71xx/image/Makefile +++ b/target/linux/ar71xx/image/Makefile @@ -259,13 +259,6 @@ define Device/tplink IMAGE/factory.bin := append-rootfs | mktplinkfw factory endef -define Device/tplink-chn-v2 -$(Device/tplink) - TPLINK_HEADER_VERSION := 2 - IMAGE/sysupgrade.bin := append-rootfs | mktplinkfw sysupgrade - IMAGE/factory.bin := append-rootfs | mktplinkfw factory -endef - define Device/tplink-nolzma $(Device/tplink) LOADER_FLASH_OFFS := 0x22000 @@ -305,12 +298,6 @@ $(Device/tplink) IMAGE_SIZE := 15872k endef -define Device/tplink-chn-v2-4mlzma -$(Device/tplink-chn-v2) - TPLINK_FLASHLAYOUT := 4Mlzma - IMAGE_SIZE := 3904k -endef - define Device/tl-wdr4300-v1 $(Device/tplink-8mlzma) BOARDNAME = TL-WDR4300 @@ -346,10 +333,11 @@ endef TARGET_DEVICES += tl-wdr3500-v1 tl-wdr3600-v1 tl-wdr4300-v1 tl-wdr4300-v1-il tl-wdr4310-v1 mw4530r-v1 define Device/tl-wdr3320-v2 -$(Device/tplink-chn-v2-4mlzma) +$(Device/tplink-4mlzma) BOARDNAME = TL-WDR3320-v2 DEVICE_PROFILE = TLWDR3320V2 TPLINK_HWID := 0x33200002 + TPLINK_HEADER_VERSION := 2 endef TARGET_DEVICES += tl-wdr3320-v2 |