From 8087499ac50bc2358d5f9d872293a9a01fd64b5d Mon Sep 17 00:00:00 2001 From: Adrian Schmutzler Date: Sat, 17 Oct 2020 14:00:54 +0200 Subject: ath79: enable upgrade from ar71xx for Qxwlan devices This supports upgrade from ar71xx for the recently added Qxwlan devices E1700AC v2, E558 v2, E750A v4 and E750G v8. Signed-off-by: Adrian Schmutzler --- target/linux/ath79/image/generic.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/ath79/image/generic.mk') diff --git a/target/linux/ath79/image/generic.mk b/target/linux/ath79/image/generic.mk index 8b0c247876..b6ec366eb0 100644 --- a/target/linux/ath79/image/generic.mk +++ b/target/linux/ath79/image/generic.mk @@ -1480,6 +1480,7 @@ define Device/qxwlan_e1700ac-v2 DEVICE_VENDOR := Qxwlan DEVICE_MODEL := E1700AC DEVICE_PACKAGES := kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca988x-ct + SUPPORTED_DEVICES += e1700ac-v2 endef define Device/qxwlan_e1700ac-v2-16m @@ -1501,6 +1502,7 @@ define Device/qxwlan_e558-v2 DEVICE_VENDOR := Qxwlan DEVICE_MODEL := E558 DEVICE_PACKAGES := kmod-usb2 + SUPPORTED_DEVICES += e558-v2 endef define Device/qxwlan_e558-v2-16m @@ -1522,6 +1524,7 @@ define Device/qxwlan_e750a-v4 DEVICE_VENDOR := Qxwlan DEVICE_MODEL := E750A DEVICE_PACKAGES := kmod-usb2 + SUPPORTED_DEVICES += e750a-v4 endef define Device/qxwlan_e750a-v4-16m @@ -1543,6 +1546,7 @@ define Device/qxwlan_e750g-v8 DEVICE_VENDOR := Qxwlan DEVICE_MODEL := E750G DEVICE_PACKAGES := kmod-usb2 + SUPPORTED_DEVICES += e750g-v8 endef define Device/qxwlan_e750g-v8-16m -- cgit v1.2.3