Skip to content
Commits on Source (2)
......@@ -2,7 +2,7 @@
# Customized version of linux for seblu computers
pkgname=linux-seblu
pkgver=6.6.3
pkgver=6.6.10
pkgrel=1
pkgdesc='The Linux Kernel cooked by Seblu'
arch=('x86_64')
......@@ -18,10 +18,10 @@ optdepends=(
install=linux-seblu.install
_main=https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
_stable=https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git
source=("git+$_stable#tag=v6.6.3"
source=("git+$_stable#tag=v6.6.10"
"config.$CARCH")
sha256sums=('SKIP'
'852fc90c00fe7c3628d1864de36c3533ecaac014e80136996ca2bf7a05b036b2')
'a31dcdb2b2b855fa11e71269e11b8e5e65a7c28299c6b7b07b8ffe2ae1753864')
prepare() {
[[ -d linux-stable ]] && ln -snf linux-stable linux
......
#
# Automatically generated file; DO NOT EDIT.
# Linux/x86 6.6.3 Kernel Configuration
# Linux/x86 6.6.10 Kernel Configuration
#
CONFIG_CC_VERSION_TEXT="clang version 16.0.6"
CONFIG_GCC_VERSION=0
......@@ -2984,7 +2984,6 @@ CONFIG_STMMAC_PLATFORM=m
CONFIG_DWMAC_GENERIC=m
# CONFIG_DWMAC_INTEL_PLAT is not set
CONFIG_DWMAC_INTEL=m
CONFIG_DWMAC_LOONGSON=m
# CONFIG_STMMAC_PCI is not set
CONFIG_NET_VENDOR_SUN=y
CONFIG_HAPPYMEAL=m
......