Change Kernel Version

This commit is contained in:
xopenwrt 2024-09-22 13:47:02 +08:00 committed by GitHub
parent 0df854059e
commit 93378f605f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 9 additions and 6 deletions

View File

@ -12,8 +12,9 @@ CONFIG_PACKAGE_dockerd=y
CONFIG_PACKAGE_luci-lib-docker=y CONFIG_PACKAGE_luci-lib-docker=y
# Hello World # Hello World
# CONFIG_PACKAGE_luci-app-vssr=y # CONFIG_PACKAGE_luci-app-vssr=y
# Kernel 5.15 # KERNEL_PATCHVER:=6.6
# CONFIG_TESTING_KERNEL=y # KERNEL_TESTING_PATCHVER:=6.1
CONFIG_TESTING_KERNEL=y
# Theme # Theme
CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y
CONFIG_PACKAGE_luci-theme-bootstrap=y CONFIG_PACKAGE_luci-theme-bootstrap=y

View File

@ -4,8 +4,9 @@ CONFIG_PACKAGE_davfs2=y
CONFIG_PACKAGE_smartdns=y CONFIG_PACKAGE_smartdns=y
CONFIG_PACKAGE_luci-app-smartdns=y CONFIG_PACKAGE_luci-app-smartdns=y
CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn=y CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn=y
# Kernel 5.10 # KERNEL_PATCHVER:=6.6
# CONFIG_TESTING_KERNEL=y # KERNEL_TESTING_PATCHVER:=6.1
CONFIG_TESTING_KERNEL=y
# Theme # Theme
CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y
# CONFIG_PACKAGE_luci-theme-argon is not set # CONFIG_PACKAGE_luci-theme-argon is not set

View File

@ -9,8 +9,9 @@ CONFIG_PACKAGE_luci-i18n-smartdns-zh-cn=y
CONFIG_IB=y CONFIG_IB=y
CONFIG_IB_STANDALONE=y CONFIG_IB_STANDALONE=y
# Kernel 5.4 # KERNEL_PATCHVER:=6.6
# CONFIG_TESTING_KERNEL=y # KERNEL_TESTING_PATCHVER:=6.1
CONFIG_TESTING_KERNEL=y
# Theme # Theme
CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y CONFIG_PACKAGE_luci-theme-atmaterial-ColorIcon=y
CONFIG_PACKAGE_luci-theme-edge=y CONFIG_PACKAGE_luci-theme-edge=y