mirror of
https://github.com/t2linux/T2-Debian-and-Ubuntu-Kernel.git
synced 2026-08-16 05:22:19 -07:00
Ubuntu 26.04 init
This commit is contained in:
@@ -63,6 +63,9 @@ jobs:
|
||||
- image: ubuntu
|
||||
tag: "25.10"
|
||||
name: questing
|
||||
- image: ubuntu
|
||||
tag: "26.04"
|
||||
name: resolute
|
||||
- image: debian
|
||||
tag: "12"
|
||||
name: bookworm
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/patches/custom-drivers.patch
|
||||
/releases
|
||||
/linux-*
|
||||
.DS_Store
|
||||
|
||||
@@ -10,7 +10,7 @@ apt-get update
|
||||
apt-get install -y lsb-release
|
||||
|
||||
KERNEL_VERSION=6.19.4
|
||||
PKGREL=1
|
||||
PKGREL=2
|
||||
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
|
||||
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)
|
||||
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 6.19.2 Kernel Configuration
|
||||
# Linux/x86 6.19.3 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-15 (Debian 15.2.0-13) 15.2.0"
|
||||
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-15 (Debian 15.2.0-14) 15.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
CONFIG_GCC_VERSION=150200
|
||||
CONFIG_CLANG_VERSION=0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 6.19.3 Kernel Configuration
|
||||
# Linux/x86 6.19.4 Kernel Configuration
|
||||
#
|
||||
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-15 (Ubuntu 15.2.0-4ubuntu4) 15.2.0"
|
||||
CONFIG_CC_IS_GCC=y
|
||||
@@ -4136,7 +4136,6 @@ CONFIG_ATH9K_COMMON_DEBUG=y
|
||||
CONFIG_ATH9K_BTCOEX_SUPPORT=y
|
||||
CONFIG_ATH9K=m
|
||||
CONFIG_ATH9K_PCI=y
|
||||
CONFIG_ATH9K_AHB=y
|
||||
CONFIG_ATH9K_DEBUGFS=y
|
||||
CONFIG_ATH9K_STATION_STATISTICS=y
|
||||
# CONFIG_ATH9K_DYNACK is not set
|
||||
|
||||
Reference in New Issue
Block a user