mirror of
https://github.com/ps5-linux/ps5-linux-patches.git
synced 2026-07-16 01:50:38 +00:00
config: update to 7.0.3
This commit is contained in:
4
.config
4
.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
|
||||
|
||||
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user