aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ath79/image/generic-tp-link.mk
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-16 10:40:53 +0100
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-02-19 23:19:43 +0100
commit98fbf2edc021e473ed6554ecbaafffe5e689aa8e (patch)
tree1fc93e45a236ee593e395d8fa65af1110d83fe04 /target/linux/ath79/image/generic-tp-link.mk
parent69a9a083962dee65d42e9925e03c3f30c3b6074a (diff)
downloadupstream-98fbf2edc021e473ed6554ecbaafffe5e689aa8e.tar.gz
upstream-98fbf2edc021e473ed6554ecbaafffe5e689aa8e.tar.bz2
upstream-98fbf2edc021e473ed6554ecbaafffe5e689aa8e.zip
ath79: move TPLINK_HWID/_HWREV to parent for tplink-safeloader
Several devices with tplink-safeloader contain default values (0x0) for TPLINK_HWID and TPLINK_HWREV in their device definitions. Move those to common tplink-safeloader definition so they do not have to be repeated each time. While at it, set default value for tplink-v1 and tplink-v2 as well. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ath79/image/generic-tp-link.mk')
-rw-r--r--target/linux/ath79/image/generic-tp-link.mk8
1 files changed, 0 insertions, 8 deletions
diff --git a/target/linux/ath79/image/generic-tp-link.mk b/target/linux/ath79/image/generic-tp-link.mk
index 2a2384762b..33a8ee3f44 100644
--- a/target/linux/ath79/image/generic-tp-link.mk
+++ b/target/linux/ath79/image/generic-tp-link.mk
@@ -320,8 +320,6 @@ define Device/tplink_re350k-v1
DEVICE_VARIANT := v1
DEVICE_PACKAGES := kmod-ath10k-ct ath10k-firmware-qca988x-ct
TPLINK_BOARD_ID := RE350K-V1
- TPLINK_HWID := 0x0
- TPLINK_HWREV := 0
endef
TARGET_DEVICES += tplink_re350k-v1
@@ -330,8 +328,6 @@ define Device/tplink_rex5x-v1
SOC := qca9558
IMAGE_SIZE := 6016k
DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
- TPLINK_HWID := 0x0
- TPLINK_HWREV := 0
endef
define Device/tplink_re355-v1
@@ -359,8 +355,6 @@ define Device/tplink_re450-v2
DEVICE_MODEL := RE450
DEVICE_VARIANT := v2
DEVICE_PACKAGES := kmod-ath10k-ct-smallbuffers ath10k-firmware-qca988x-ct
- TPLINK_HWID := 0x0
- TPLINK_HWREV := 0
TPLINK_BOARD_ID := RE450-V2
LOADER_TYPE := elf
endef
@@ -585,8 +579,6 @@ define Device/tplink_tl-wr902ac-v1
-swconfig -uboot-envtools
TPLINK_BOARD_ID := TL-WR902AC-V1
IMAGE_SIZE := 7360k
- TPLINK_HWID := 0x0
- TPLINK_HWREV := 0
SUPPORTED_DEVICES += tl-wr902ac-v1
endef
TARGET_DEVICES += tplink_tl-wr902ac-v1