Skip to content

Commit ebd7941

Browse files
committed
Kernel 6.6.8
1 parent e28bbb3 commit ebd7941

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Updated to the latest I know Kernel and applications
3535

3636
| Package | Version | Date |
3737
| :------------- | :--------- | ----------: |
38-
| Linux kernel | 6.6.7 | 2023-12-13 |
38+
| Linux kernel | 6.6.8 | 2023-12-20 |
3939
| BusyBox | 1.36.1 | 2023-05-19 |
4040
| Drobbear | 2022.83 | 2022-11-14 |
4141

vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
TOP=$HOME/emulation/linux/bin #location for the build, change this for your location
4-
KERNEL="6.6.7" #Kernel release number. (or see cli options)
4+
KERNEL="6.6.8" #Kernel release number. (or see cli options)
55
V="${KERNEL:0:1}" #Kernel version for folder (probably breaks when 10 or larger)
66
KTYPE="xz" #gz used by RC, xz by stable releases, but should work.
77
#if posible, I would prever xz for its size and decompress seed

0 commit comments

Comments
 (0)