mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 05:38:00 +00:00
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 <freifunk@adrianschmutzler.de>
This commit is contained in:
parent
733700c652
commit
8087499ac5
@ -20,6 +20,16 @@ glinet,gl-mifi)
|
||||
pcs,cap324)
|
||||
migrate_leds "lan:amber=amber:lan" "lan:green=green:lan"
|
||||
;;
|
||||
qxwlan,e558-v2-16m|\
|
||||
qxwlan,e558-v2-8m)
|
||||
migrate_leds ":qss=:sig2"
|
||||
;;
|
||||
qxwlan,e750a-v4-16m|\
|
||||
qxwlan,e750a-v4-8m|\
|
||||
qxwlan,e750g-v8-16m|\
|
||||
qxwlan,e750g-v8-8m)
|
||||
migrate_leds ":ds10=:sig1" ":ds20=:sig2"
|
||||
;;
|
||||
mercury,mw4530r-v1|\
|
||||
tplink,archer-c7-v2|\
|
||||
tplink,tl-wdr3600-v1|\
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user