mirror of
https://github.com/Fishwaldo/build.git
synced 2025-03-26 16:51:48 +00:00
8189fs and updated 8189es driver for sun8i kernel. both are briefly tested in normal and AP mode
This commit is contained in:
parent
45331178a1
commit
db2fe697c8
3 changed files with 356644 additions and 242625 deletions
356640
patch/kernel/sun8i-default/add_8189es_v4.3.18.1_15373.20151005.patch
Normal file
356640
patch/kernel/sun8i-default/add_8189es_v4.3.18.1_15373.20151005.patch
Normal file
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ index a7df8b6..bda0604 100755
|
|||
@@ -300,6 +300,7 @@ source "drivers/net/wireless/zd1211rw/Kconfig"
|
||||
source "drivers/net/wireless/mwifiex/Kconfig"
|
||||
source "drivers/net/wireless/rtl8188eu/Kconfig"
|
||||
source "drivers/net/wireless/rtl8189es/Kconfig"
|
||||
source "drivers/net/wireless/rtl8189ES_linux/Kconfig"
|
||||
+source "drivers/net/wireless/rtl8189fs/Kconfig"
|
||||
source "drivers/net/wireless/rtl8723bs/Kconfig"
|
||||
source "drivers/net/wireless/rtl8703as/Kconfig"
|
||||
|
@ -17,8 +17,8 @@ index c39d2ff..0df7b27 100755
|
|||
@@ -27,6 +27,7 @@ obj-$(CONFIG_RTL8187) += rtl818x/
|
||||
obj-$(CONFIG_RTLWIFI) += rtlwifi/
|
||||
obj-$(CONFIG_RTL8188EU) += rtl8188eu/
|
||||
obj-$(CONFIG_RTL8189ES) += rtl8189es/
|
||||
+obj-$(CONFIG_RTL8189ES) += rtl8189fs/
|
||||
obj-$(CONFIG_RTL8189ES) += rtl8189ES_linux/
|
||||
+obj-$(CONFIG_RTL8189FS) += rtl8189fs/
|
||||
obj-$(CONFIG_RTL8723BS) += rtl8723bs/
|
||||
obj-$(CONFIG_RTL8723BS_VQ0) += rtl8703as/
|
||||
|
||||
|
@ -29,7 +29,7 @@ index 0000000..0684b59
|
|||
+++ b/drivers/net/wireless/rtl8189fs/Kconfig
|
||||
@@ -0,0 +1,5 @@
|
||||
+config RTL8189FS
|
||||
+ tristate "Realtek 8189F SDIO WiFi"
|
||||
+ tristate "Realtek 8189FS SDIO WiFi"
|
||||
+ depends on USB
|
||||
+ ---help---
|
||||
+ Help message of RTL8189FS
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue