mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
Fixes bcmdhd (wifi)
This commit is contained in:
parent
3083722c3e
commit
5616e99afa
2 changed files with 5 additions and 5 deletions
|
@ -19,7 +19,7 @@ source=("https://github.com/linux-sunxi/linux-sunxi/archive/${_commit}.tar.gz"
|
|||
'config'
|
||||
'working-bcmdhd-driver.patch')
|
||||
md5sums=('a6f18158a7f8dcb552547ea958c24c6b'
|
||||
'b29f176d21ab542c3f28396de313bfa0'
|
||||
'4efe3ee1943192d24125724722988417'
|
||||
'07c260ca97572a830778362c7b744f9c')
|
||||
|
||||
prepare() {
|
||||
|
|
|
@ -1444,7 +1444,7 @@ CONFIG_USB_NET_RNDIS_WLAN=m
|
|||
CONFIG_RTL8187=m
|
||||
CONFIG_RTL8187_LEDS=y
|
||||
# CONFIG_MAC80211_HWSIM is not set
|
||||
CONFIG_WIFI_CONTROL_FUNC=y
|
||||
# CONFIG_WIFI_CONTROL_FUNC is not set
|
||||
CONFIG_ATH_COMMON=m
|
||||
# CONFIG_ATH_DEBUG is not set
|
||||
CONFIG_ATH9K_HW=m
|
||||
|
@ -1512,9 +1512,9 @@ CONFIG_MWIFIEX=m
|
|||
CONFIG_MWIFIEX_SDIO=m
|
||||
CONFIG_RTL8192CU_SW=m
|
||||
CONFIG_RTL8188EU=m
|
||||
# CONFIG_RTL8189ES is not set
|
||||
# CONFIG_RTL8723AS is not set
|
||||
# CONFIG_RTXX7X_SW is not set
|
||||
CONFIG_RTL8189ES=m
|
||||
CONFIG_RTL8723AS=m
|
||||
CONFIG_RTXX7X_SW=m
|
||||
|
||||
#
|
||||
# Enable WiMAX (Networking options) to see the WiMAX drivers
|
||||
|
|
Loading…
Reference in a new issue