summaryrefslogtreecommitdiff
path: root/packages/linux-kernel/build-jool.py
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-01-03 00:02:14 +0100
committerChristian Breunig <christian@breunig.cc>2024-01-04 21:47:59 +0100
commitcc04a75932345ba37e4e18f82ae3f85330cedf68 (patch)
treead67a8df6c3c67243e5c2c981dfdae168f80d214 /packages/linux-kernel/build-jool.py
parentdb11c4bcefba6c03b4559dd4eee1c8e5265bb189 (diff)
downloadvyos-build-cc04a75932345ba37e4e18f82ae3f85330cedf68.tar.gz
vyos-build-cc04a75932345ba37e4e18f82ae3f85330cedf68.zip
Kernel: T5887: update Linux Kernel to v6.6.9
Diffstat (limited to 'packages/linux-kernel/build-jool.py')
-rwxr-xr-xpackages/linux-kernel/build-jool.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/linux-kernel/build-jool.py b/packages/linux-kernel/build-jool.py
index 5f26c3b4..1781a6c8 100755
--- a/packages/linux-kernel/build-jool.py
+++ b/packages/linux-kernel/build-jool.py
@@ -39,7 +39,7 @@ PACKAGE_NAME: str = 'jool'
PACKAGE_VERSION: str = '4.1.9+bf4c7e3669'
PACKAGE_DIR: str = f'{PACKAGE_NAME}-{PACKAGE_VERSION}'
SOURCES_ARCHIVE: str = 'jool-4.1.9+bf4c7e3669.tar.gz'
-SOURCES_URL: str = f'https://github.com/NICMx/Jool/archive/bf4c7e3669672367934dc50c8b257b7790f0e27e.tar.gz'
+SOURCES_URL: str = f'https://github.com/NICMx/Jool/archive/7f08c42c615ed63cf0fdc1522d91aa0809f6d990.tar.gz'
# download sources
sources_archive = Path(SOURCES_ARCHIVE)