diff options
author | Christian Lamparter <chunkeey@gmail.com> | 2018-12-17 01:58:49 +0100 |
---|---|---|
committer | Christian Lamparter <chunkeey@gmail.com> | 2018-12-17 14:22:28 +0100 |
commit | f54ac91ef5e37046e942b485e22912385251ae82 (patch) | |
tree | 1fbb8212e332c454213099845b26dd5472cbd26d /target/linux/ar71xx | |
parent | 4472df23dae23878a75707e2803a9070ad3eb138 (diff) | |
download | upstream-f54ac91ef5e37046e942b485e22912385251ae82.tar.gz upstream-f54ac91ef5e37046e942b485e22912385251ae82.tar.bz2 upstream-f54ac91ef5e37046e942b485e22912385251ae82.zip |
ar71xx/ath79: switch devices to the -ct driver and firmware
Since commit 61b5b4971e7 ("mac80211: make ath10k-ct the default ath10k")
select ath10k-ct and the -ct firmwares by default.
Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
Diffstat (limited to 'target/linux/ar71xx')
-rw-r--r-- | target/linux/ar71xx/image/generic.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index 18f0379845..05428039d3 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -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 |