Set X kernel 5.15

This commit is contained in:
xopenwrt 2023-06-28 02:33:19 +08:00 committed by GitHub
parent 3130ffb57b
commit d72e95674b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,8 +12,8 @@ CONFIG_PACKAGE_dockerd=y
CONFIG_PACKAGE_luci-lib-docker=y
# Hello World
CONFIG_PACKAGE_luci-app-vssr=y
# Kernel 5.10
# CONFIG_TESTING_KERNEL=y
# Kernel 5.15
CONFIG_TESTING_KERNEL=y
# Theme
CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y
CONFIG_PACKAGE_luci-theme-bootstrap=y

View File

@ -119,7 +119,7 @@ EOF
sed -i -- 's:/bin/ash:'/bin/bash':g' ${BASE_FILES}/etc/passwd
#sed -i "s?6.0?5.19?g" ${WORK}/target/linux/x86/Makefile
# patch < ${CustomFiles}/Patches/upgrade_intel_igpu_drv.patch -p1 -d ${WORK}
patch < ${CustomFiles}/Patches/fix_mac80211.patch -p1 -d ${WORK}
#patch < ${CustomFiles}/Patches/fix_mac80211.patch -p1 -d ${WORK}
;;
esac
;;