File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33TOP=$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)
55V=" ${KERNEL: 0: 1} " # Kernel version for folder (probably breaks when 10 or larger)
66KTYPE=" 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
You can’t perform that action at this time.
0 commit comments