Skip to content

Commit 25b3328

Browse files
committed
Ubuntu 26.04 init
1 parent 160ec29 commit 25b3328

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/kernel.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
- image: ubuntu
6464
tag: "25.10"
6565
name: questing
66+
- image: ubuntu
67+
tag: "26.04"
68+
name: resolute
6669
- image: debian
6770
tag: "12"
6871
name: bookworm

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/patches/custom-drivers.patch
22
/releases
33
/linux-*
4+
.DS_Store

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ apt-get update
1010
apt-get install -y lsb-release
1111

1212
KERNEL_VERSION=6.19.4
13-
PKGREL=1
13+
PKGREL=2
1414
DISTRO=$(lsb_release -i | cut -d ":" -f 2 | xargs)
1515
CODENAME=$(lsb_release -c | cut -d ":" -f 2 | xargs)
1616

templates/default-config-debian

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.19.2 Kernel Configuration
3+
# Linux/x86 6.19.3 Kernel Configuration
44
#
5-
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-15 (Debian 15.2.0-13) 15.2.0"
5+
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-15 (Debian 15.2.0-14) 15.2.0"
66
CONFIG_CC_IS_GCC=y
77
CONFIG_GCC_VERSION=150200
88
CONFIG_CLANG_VERSION=0

templates/default-config-ubuntu

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Automatically generated file; DO NOT EDIT.
3-
# Linux/x86 6.19.3 Kernel Configuration
3+
# Linux/x86 6.19.4 Kernel Configuration
44
#
55
CONFIG_CC_VERSION_TEXT="x86_64-linux-gnu-gcc-15 (Ubuntu 15.2.0-4ubuntu4) 15.2.0"
66
CONFIG_CC_IS_GCC=y
@@ -4136,7 +4136,6 @@ CONFIG_ATH9K_COMMON_DEBUG=y
41364136
CONFIG_ATH9K_BTCOEX_SUPPORT=y
41374137
CONFIG_ATH9K=m
41384138
CONFIG_ATH9K_PCI=y
4139-
CONFIG_ATH9K_AHB=y
41404139
CONFIG_ATH9K_DEBUGFS=y
41414140
CONFIG_ATH9K_STATION_STATISTICS=y
41424141
# CONFIG_ATH9K_DYNACK is not set

0 commit comments

Comments
 (0)