diff options
author | Jan Hoffmann <jan@3e8.eu> | 2019-05-15 19:11:01 +0000 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2019-05-18 16:44:41 +0200 |
commit | 2fdd02cc7c3516c2cce2ace2c7b539e0821ecbe8 (patch) | |
tree | f2888a10b7fcf13e16805b437f5f67b4d8ac4262 /target/linux/ramips/image/mt76x8.mk | |
parent | d4b89b7170ab82530cfaf21e5f00bee7088432e2 (diff) | |
download | upstream-2fdd02cc7c3516c2cce2ace2c7b539e0821ecbe8.tar.gz upstream-2fdd02cc7c3516c2cce2ace2c7b539e0821ecbe8.tar.bz2 upstream-2fdd02cc7c3516c2cce2ace2c7b539e0821ecbe8.zip |
ramips: add factory image for WNDR3700v5
This uses the existing rules for Sercomm factory images and moves them
to the ramips image Makefile, so they can be used in all subtargets.
The new factory image for WNDR3700v5 can be flashed using nmrpflash.
Signed-off-by: Jan Hoffmann <jan@3e8.eu>
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index 0fd72a4117..22d79bad39 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -2,22 +2,6 @@ # MT76x8 Profiles # -DEVICE_VARS += SERCOMM_HWID SERCOMM_HWVER SERCOMM_SWVER - -define Build/sercom-seal - $(STAGING_DIR_HOST)/bin/mksercommfw \ - -i $@ \ - -b $(SERCOMM_HWID) \ - -r $(SERCOMM_HWVER) \ - -v $(SERCOMM_SWVER) \ - $(1) -endef - -define Build/sercom-footer - $(call Build/sercom-seal,-f) -endef - - define Device/tplink TPLINK_FLASHLAYOUT := TPLINK_HWID := |