Explorar o código

target: linux: config: Newer kernels have CONFIG_WLAN_VENDOR_ATH

Kernel config symbol ATH_CARDS was renamed in kernel commit
b5c9b4f91a6f9 ("ath: unify Kconfig with other vendors").

Signed-off-by: Phil Sutter <phil@nwl.cc>
Phil Sutter hai 3 semanas
pai
achega
b884850320
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      target/linux/config/Config.in.wireless

+ 4 - 0
target/linux/config/Config.in.wireless

@@ -42,8 +42,12 @@ config ADK_LINUX_KERNEL_WLAN_VENDOR_BROADCOM
 config ADK_LINUX_KERNEL_WLAN_VENDOR_RALINK
 	bool
 
+config ADK_LINUX_KERNEL_WLAN_VENDOR_ATH
+	bool
+
 config ADK_LINUX_KERNEL_ATH_CARDS
 	bool
+	select ADK_LINUX_KERNEL_WLAN_VENDOR_ATH
 
 config ADK_LINUX_KERNEL_RTL_CARDS
 	bool