mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-25 22:46:15 +00:00
928e893a11
The removed patches were applied upstream. The type of the RT2X00_LIB_EEPROM config option was changed to bool, because boolean is an invalid value and the new kconfig system complained about this. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
217 B
Diff
11 lines
217 B
Diff
--- a/drivers/net/wireless/ath/Kconfig
|
|
+++ b/drivers/net/wireless/ath/Kconfig
|
|
@@ -1,6 +1,6 @@
|
|
# SPDX-License-Identifier: ISC
|
|
config ATH_COMMON
|
|
- tristate
|
|
+ tristate "ath.ko"
|
|
depends on m
|
|
|
|
config WLAN_VENDOR_ATH
|