config: update to 7.0.3

This commit is contained in:
Andy Nguyen
2026-05-06 11:24:22 +02:00
parent 520ccf7787
commit e2f07ba332
2 changed files with 3 additions and 5 deletions

View File

@@ -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

View File

@@ -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: