mirror of https://github.com/hak5/openwrt.git
ar71xx/ath79: switch devices to the -ct driver and firmware
Since commit 61b5b4971e
("mac80211: make ath10k-ct the default ath10k")
select ath10k-ct and the -ct firmwares by default.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
openwrt-19.07
parent
4472df23da
commit
f54ac91ef5
|
@ -898,7 +898,7 @@ TARGET_DEVICES += minibox-v1
|
|||
define Device/minibox-v3.2
|
||||
$(Device/tplink-16mlzma)
|
||||
DEVICE_TITLE := Gainstrong MiniBox V3.2
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k ath10k-firmware-qca9887 -swconfig
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-usb-ledtrig-usbport kmod-ath10k-ct ath10k-firmware-qca9887-ct -swconfig
|
||||
BOARDNAME := MINIBOX-V3.2
|
||||
DEVICE_PROFILE := MINIBOXV32
|
||||
TPLINK_HWID := 0x3C00010C
|
||||
|
|
|
@ -116,7 +116,7 @@ TARGET_DEVICES += ubnt_nano-m
|
|||
define Device/ubnt_lap-120
|
||||
$(Device/ubnt-wa)
|
||||
DEVICE_TITLE := Ubiquiti LiteAP ac (LAP-120)
|
||||
DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
|
||||
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||
IMAGE_SIZE := 15744k
|
||||
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
|
||||
endef
|
||||
|
@ -125,7 +125,7 @@ TARGET_DEVICES += ubnt_lap-120
|
|||
define Device/ubnt_nanostation-ac
|
||||
$(Device/ubnt-wa)
|
||||
DEVICE_TITLE := Ubiquiti Nanostation AC
|
||||
DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
|
||||
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||
IMAGE_SIZE := 15744k
|
||||
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
|
||||
endef
|
||||
|
@ -134,7 +134,7 @@ TARGET_DEVICES += ubnt_nanostation-ac
|
|||
define Device/ubnt_nanostation-ac-loco
|
||||
$(Device/ubnt-wa)
|
||||
DEVICE_TITLE := Ubiquiti Nanostation AC loco
|
||||
DEVICE_PACKAGES += kmod-ath10k ath10k-firmware-qca988x
|
||||
DEVICE_PACKAGES += kmod-ath10k-ct ath10k-firmware-qca988x-ct
|
||||
IMAGE_SIZE := 15744k
|
||||
IMAGE/factory.bin := $$(IMAGE/sysupgrade.bin) | mkubntimage-split
|
||||
endef
|
||||
|
|
|
@ -212,7 +212,7 @@ TARGET_DEVICES += glinet_ar300m-nor
|
|||
define Device/glinet_gl-x750
|
||||
ATH_SOC := qca9531
|
||||
DEVICE_TITLE := GL.iNet GL-X750
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k ath10k-firmware-qca9887
|
||||
DEVICE_PACKAGES := kmod-usb-core kmod-usb2 kmod-ath10k-ct ath10k-firmware-qca9887-ct
|
||||
IMAGE_SIZE := 16000k
|
||||
endef
|
||||
TARGET_DEVICES += glinet_gl-x750
|
||||
|
|
Loading…
Reference in New Issue