diff --git a/.config b/.config index 88d006e..f16ac61 100644 --- a/.config +++ b/.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/x86 7.0.2 Kernel Configuration +# Linux/x86 7.0.3 Kernel Configuration # CONFIG_CC_VERSION_TEXT="gcc (Ubuntu 15.2.0-16ubuntu1) 15.2.0" CONFIG_CC_IS_GCC=y @@ -2510,8 +2510,6 @@ CONFIG_MT7925_COMMON=m CONFIG_MT7925E=m CONFIG_MT7925U=m # CONFIG_WLAN_VENDOR_MICROCHIP is not set -CONFIG_WLAN_VENDOR_NXP=y -CONFIG_NXP_WLAN_DRIVER=m # CONFIG_WLAN_VENDOR_PURELIFI is not set CONFIG_WLAN_VENDOR_RALINK=y CONFIG_RT2X00=m diff --git a/README.md b/README.md index 5b09d1f..0d9aafa 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ git clone https://github.com/ps5-linux/ps5-linux-patches git clone https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git cd linux -git checkout tags/v7.0.2 +git checkout tags/v7.0.3 git apply ../ps5-linux-patches/linux.patch cp ../ps5-linux-patches/.config .config make -j16 ``` -## Installation +## Installation (Ubuntu) In the same `linux` folder after compilation, do: