diff options
author | Piotr Dymacz <pepe2k@gmail.com> | 2021-05-16 23:48:04 +0200 |
---|---|---|
committer | Piotr Dymacz <pepe2k@gmail.com> | 2021-05-16 23:59:13 +0200 |
commit | cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7 (patch) | |
tree | 0ae09ede7fb27754a9ff5394961e6797aafff1c6 /target/linux/ramips/image/mt76x8.mk | |
parent | bf8c16dfa2cddd529f889510ca5fa5160606c325 (diff) | |
download | upstream-cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7.tar.gz upstream-cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7.tar.bz2 upstream-cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7.zip |
ramips: fix SUPPORTED_DEVICES for ALFA Network devices
Vendor firmware expects model name without manufacturer name inside
'supported_devices' part of metadata. This allows direct upgrade to
OpenWrt from vendor's GUI.
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
Diffstat (limited to 'target/linux/ramips/image/mt76x8.mk')
-rw-r--r-- | target/linux/ramips/image/mt76x8.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/ramips/image/mt76x8.mk b/target/linux/ramips/image/mt76x8.mk index d5a9684dba..c5a0baa1cb 100644 --- a/target/linux/ramips/image/mt76x8.mk +++ b/target/linux/ramips/image/mt76x8.mk @@ -34,6 +34,7 @@ define Device/alfa-network_awusfree1 DEVICE_VENDOR := ALFA Network DEVICE_MODEL := AWUSFREE1 DEVICE_PACKAGES := uboot-envtools + SUPPORTED_DEVICES += awusfree1 endef TARGET_DEVICES += alfa-network_awusfree1 |