Skip to content

Commit

Permalink
Kernel 6.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeAsm committed Dec 21, 2023
1 parent e28bbb3 commit ebd7941
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Updated to the latest I know Kernel and applications

| Package | Version | Date |
| :------------- | :--------- | ----------: |
| Linux kernel | 6.6.7 | 2023-12-13 |
| Linux kernel | 6.6.8 | 2023-12-20 |
| BusyBox | 1.36.1 | 2023-05-19 |
| Drobbear | 2022.83 | 2022-11-14 |

Expand Down
2 changes: 1 addition & 1 deletion vars.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

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

0 comments on commit ebd7941

Please sign in to comment.