aboutsummaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
authorSungbo Eo <mans0n@gorani.run>2020-04-26 19:55:06 +0900
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-04-26 21:10:24 +0200
commitd16a4867669acd470b936620dba8fda86bc6400b (patch)
treefb7afc90b9f5aeabc35a6e9dc7523ecc13142227 /target
parent01961f163d927d6b44097f48a67bbc5b4c63eaf7 (diff)
downloadupstream-d16a4867669acd470b936620dba8fda86bc6400b.tar.gz
upstream-d16a4867669acd470b936620dba8fda86bc6400b.tar.bz2
upstream-d16a4867669acd470b936620dba8fda86bc6400b.zip
ramips: fix SUPPORTED_DEVICES for Mercury MAC1200R v2
Currently SUPPORTED_DEVICES only contains the old device string. Fix it by removing the first assignment. Fixes: c2334ad60dc8 ("ramips/mt76x8: Synchronize Makefiles with DTS compatible") Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target')
-rw-r--r--target/linux/ramips/image/mt76x8.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk
index 76fcab8787..7700265a33 100644
--- a/target/linux/ramips/image/mt76x8.mk
+++ b/target/linux/ramips/image/mt76x8.mk
@@ -161,7 +161,6 @@ define Device/mercury_mac1200r-v2
DEVICE_VENDOR := Mercury
DEVICE_MODEL := MAC1200R
DEVICE_VARIANT := v2.0
- SUPPORTED_DEVICES := mac1200rv2
DEVICE_PACKAGES := kmod-mt76x2
SUPPORTED_DEVICES += mac1200rv2
endef