diff --git a/config/kernel/linux-rockpis-legacy.config b/config/kernel/linux-rockpis-legacy.config index 9f73a86b81..e1c3c86073 100644 --- a/config/kernel/linux-rockpis-legacy.config +++ b/config/kernel/linux-rockpis-legacy.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm64 4.4.198 Kernel Configuration +# Linux/arm64 4.4.207 Kernel Configuration # CONFIG_ARM64=y CONFIG_64BIT=y @@ -1644,7 +1644,7 @@ CONFIG_RTL_CARDS=y # CONFIG_RTL8192CU is not set # CONFIG_RTL8XXXU is not set CONFIG_WL_ROCKCHIP=y -# CONFIG_WIFI_BUILD_MODULE is not set +CONFIG_WIFI_BUILD_MODULE=y CONFIG_WIFI_LOAD_DRIVER_WHEN_KERNEL_BOOTUP=y # CONFIG_WIFI_GENERATE_RANDOM_MAC_ADDR is not set # CONFIG_AP6XXX is not set @@ -1657,7 +1657,7 @@ CONFIG_RTL_WIRELESS_SOLUTION=y # CONFIG_RTL8723BS is not set # CONFIG_RTL8723BU is not set # CONFIG_RTL8723CS is not set -CONFIG_RTL8723DS=y +CONFIG_RTL8723DS=m # CONFIG_MVL88W8977 is not set # diff --git a/patch/kernel/rockpis-legacy/0001-rockpi-s.patch b/patch/kernel/rockpis-legacy/0001-rockpi-s.patch index c602204f12..b3e68adb69 100644 --- a/patch/kernel/rockpis-legacy/0001-rockpi-s.patch +++ b/patch/kernel/rockpis-legacy/0001-rockpi-s.patch @@ -66,15 +66,6 @@ index c64afc6a..e039eaa9 100644 }; wireless-wlan { -@@ -164,7 +164,7 @@ - pinctrl-0 = <&wifi_wake_host>; - wifi_chip_type = "rtl8723ds"; - WIFI,host_wake_irq = <&gpio0 RK_PA0 GPIO_ACTIVE_HIGH>; -- status = "okay"; -+ status = "disabled"; - }; - - gpio-leds { @@ -342,6 +342,10 @@ }; };