From b096c4349502ab9cee3453751af2f36eb987a97f Mon Sep 17 00:00:00 2001 From: Yaroslav Petrov Date: Sun, 1 Dec 2019 07:18:53 +0100 Subject: [PATCH] Add ath9k dynack (issue #22) --- openwrt-configs/19.07/config.ar71xx.generic | 2 +- openwrt-configs/19.07/config.lantiq.xrx200 | 2 +- openwrt-configs/19.07/config.x86.64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/openwrt-configs/19.07/config.ar71xx.generic b/openwrt-configs/19.07/config.ar71xx.generic index 6ff4e148..c18ea4b7 100644 --- a/openwrt-configs/19.07/config.ar71xx.generic +++ b/openwrt-configs/19.07/config.ar71xx.generic @@ -2764,7 +2764,7 @@ CONFIG_PACKAGE_kmod-ath=y CONFIG_ATH_USER_REGD=y # CONFIG_PACKAGE_ATH_DEBUG is not set CONFIG_PACKAGE_ATH_DFS=y -# CONFIG_PACKAGE_ATH_DYNACK is not set +CONFIG_PACKAGE_ATH_DYNACK=y # CONFIG_PACKAGE_kmod-ath10k is not set CONFIG_PACKAGE_kmod-ath10k-ct=y CONFIG_ATH10K-CT_LEDS=y diff --git a/openwrt-configs/19.07/config.lantiq.xrx200 b/openwrt-configs/19.07/config.lantiq.xrx200 index 56595568..6f8edf88 100644 --- a/openwrt-configs/19.07/config.lantiq.xrx200 +++ b/openwrt-configs/19.07/config.lantiq.xrx200 @@ -2245,7 +2245,7 @@ CONFIG_PACKAGE_kmod-ath=y CONFIG_ATH_USER_REGD=y # CONFIG_PACKAGE_ATH_DEBUG is not set CONFIG_PACKAGE_ATH_DFS=y -# CONFIG_PACKAGE_ATH_DYNACK is not set +CONFIG_PACKAGE_ATH_DYNACK=y # CONFIG_PACKAGE_kmod-ath10k is not set # CONFIG_PACKAGE_kmod-ath10k-ct is not set # CONFIG_PACKAGE_kmod-ath5k is not set diff --git a/openwrt-configs/19.07/config.x86.64 b/openwrt-configs/19.07/config.x86.64 index 5cf708c0..ec7f4238 100644 --- a/openwrt-configs/19.07/config.x86.64 +++ b/openwrt-configs/19.07/config.x86.64 @@ -2259,7 +2259,7 @@ CONFIG_PACKAGE_kmod-ath=y CONFIG_ATH_USER_REGD=y # CONFIG_PACKAGE_ATH_DEBUG is not set CONFIG_PACKAGE_ATH_DFS=y -# CONFIG_PACKAGE_ATH_DYNACK is not set +CONFIG_PACKAGE_ATH_DYNACK=y # CONFIG_PACKAGE_kmod-ath10k is not set CONFIG_PACKAGE_kmod-ath10k-ct=y CONFIG_ATH10K-CT_LEDS=y -- GitLab