From cf3f1f82eaa95c72b3b2620c6da15a81f8d57ba7 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Sun, 16 May 2021 23:48:04 +0200 Subject: 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 --- target/linux/ramips/image/mt76x8.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/ramips/image/mt76x8.mk') 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 -- cgit v1.2.3