Skip to content

Commit

Permalink
configs: enable ath-10k-ct drivers
Browse files Browse the repository at this point in the history
as it was done upstream in https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=61b5b4971e7d6aab6b0695997c3b5aaf73c53b5f
in case the driver is missing some features, we can revert to the old type.

enable also some additional ath10k-firmware-qca*-ct packages which are
needed by some boards
  • Loading branch information
SvenRoederer committed Nov 14, 2019
1 parent 41c64bd commit 57e39ea
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 0 deletions.
3 changes: 3 additions & 0 deletions configs/ar71xx-generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ CONFIG_TARGET_ar71xx_generic=y
CONFIG_TARGET_ar71xx_generic_CARAMBOLA2=y
CONFIG_PACKAGE_kmod-ath9k-htc=m
CONFIG_PACKAGE_kmod-ath10k=m
CONFIG_PACKAGE_kmod-ath10k-ct=m
CONFIG_PACKAGE_ath10k-firmware-qca988x=m
CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
CONFIG_PACKAGE_ath10k-firmware-qca9888=m
CONFIG_PACKAGE_ath10k-firmware-qca9888-ct=m
CONFIG_PACKAGE_fritz-tffs=m
CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512
2 changes: 2 additions & 0 deletions configs/ath79-generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ CONFIG_TARGET_ath79_generic=y
CONFIG_TARGET_ath79_generic_Default=y
CONFIG_TARGET_SQUASHFS_BLOCK_SIZE=512
CONFIG_PACKAGE_ath10k-firmware-qca988x=m
CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
CONFIG_PACKAGE_kmod-ath9k-htc=m
CONFIG_PACKAGE_kmod-ath10k=m
CONFIG_PACKAGE_kmod-ath10k-ct=m
CONFIG_PACKAGE_kmod-usb-chipidea2=m
CONFIG_PACKAGE_kmod-usb-ledtrig-usbport=m
CONFIG_PACKAGE_kmod-usb2=m
Expand Down
1 change: 1 addition & 0 deletions configs/brcm2708-bcm2708.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_PACKAGE_MAC80211_DEBUGFS=y
CONFIG_PACKAGE_MAC80211_MESH=y
CONFIG_PACKAGE_kmod-ath=y
CONFIG_PACKAGE_kmod-ath10k=y
CONFIG_PACKAGE_kmod-ath10k-ct=y
CONFIG_PACKAGE_kmod-ath5k=y
CONFIG_PACKAGE_kmod-ath9k=y
CONFIG_PACKAGE_kmod-ath9k-common=y
Expand Down
1 change: 1 addition & 0 deletions configs/brcm2708-bcm2710.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_PACKAGE_MAC80211_DEBUGFS=y
CONFIG_PACKAGE_MAC80211_MESH=y
CONFIG_PACKAGE_kmod-ath=y
CONFIG_PACKAGE_kmod-ath10k=y
CONFIG_PACKAGE_kmod-ath10k-ct=y
CONFIG_PACKAGE_kmod-ath5k=y
CONFIG_PACKAGE_kmod-ath9k=y
CONFIG_PACKAGE_kmod-ath9k-common=y
Expand Down
2 changes: 2 additions & 0 deletions configs/mvebu-cortexa9.config
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ CONFIG_PACKAGE_kmod-mwifiex-sdio=m
CONFIG_PACKAGE_kmod-btmrvl=m
CONFIG_PACKAGE_kmod-ath9k=m
CONFIG_PACKAGE_kmod-ath10k=m
CONFIG_PACKAGE_kmod-ath10k-ct=m
CONFIG_PACKAGE_ath10k-firmware-qca988x=m
CONFIG_PACKAGE_ath10k-firmware-qca988x-ct=m
1 change: 1 addition & 0 deletions configs/x86-generic.config
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CONFIG_PACKAGE_MAC80211_DEBUGFS=y
CONFIG_PACKAGE_MAC80211_MESH=y
CONFIG_PACKAGE_kmod-ath=m
CONFIG_PACKAGE_kmod-ath10k=m
CONFIG_PACKAGE_kmod-ath10k-ct=m
CONFIG_PACKAGE_kmod-ath5k=m
CONFIG_PACKAGE_kmod-ath9k=m
CONFIG_PACKAGE_kmod-ath9k-common=m
Expand Down

0 comments on commit 57e39ea

Please sign in to comment.