Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-24 | Enable SMP for the Linux kernels. | PÁLI Gábor János | |
Even though the number of CPUs made available to the guest could be increased, they are not utilized because the different kernel versions do not have Symmetric Multiprocessing (SMP) enabled. This could be a limiting factor on higher load and create a bottleneck in attaining higher throughput rates. Change the configuration of both the long-term and the stable kernel to support SMP systems. Suggested by: Anton Saietskii <vsasjason@gmail.com> | |||
2024-03-16 | Update to Linux 6.6 & 6.8, and Alpine 3.19 | PÁLI Gábor János | |
- Update dhcpcd to 10.0.5 - Update iptables to 1.8.10 - Update linux-lts to 6.6.22 - Update linux-edge to 6.8.1 - Update openrc 0.52.1 - Update mDNSResponder to 2200.80.16 - Update rtl8821ce to snapshot of 20240120 - Update rtw88 to snapshot of 20231024 - Resolve driver conflict between rtw88 and rtl8821ce - Update rtw89 to snapshot of 20240310 - Update socat to 1.8.0.0 - Import security fixes for wpa_supplicant | |||
2023-09-26 | Update Linux to 6.1.54 (LTS) and 6.5.4 (stable), support IPv6 | PÁLI Gábor János | |
2023-09-16 | Update to Linux 6.1 and Alpine 3.18 | PÁLI Gábor János | |
- Update base-layout to 3.4.3 - Update busybox to 1.36.1 - Update iptables to 1.8.9 - Update linux-lts to 6.1.53 - Update to openrc to 0.48 - Update rtl8821ce to snapshot of 20230915 - Replace rtwB88 with a third-party driver - Update rtw89 to snapshot of 20230913 - Import wpa_supplicant fixes from Arch Linux | |||
2023-03-26 | Update Linux to 5.15.104. | PÁLI Gábor János | |
2023-03-11 | Update to Linux 5.15.99. | PÁLI Gábor János | |
2023-02-13 | Update to Linux 5.15.93. | PÁLI Gábor János | |
2023-01-30 | Update to Linux 5.15.90 + enable match multiport for iptables. | PÁLI Gábor János | |
2022-12-30 | Move to Linux 5.15.85 + Alpine 3.17.0. | PÁLI Gábor János | |
2022-10-11 | Move to Linux 5.15.68. | PÁLI Gábor János | |
2022-07-12 | Move to Linux 5.15.53, disable the shipped Realtek 8821CE driver. | PÁLI Gábor János | |
2022-06-25 | Move to Linux 5.15.49 + Alpine 3.16.0. | PÁLI Gábor János | |
2022-06-13 | linux-lts: Add missing PCI IDs for the `mt7921e` driver. | PÁLI Gábor János | |
2022-06-11 | Move to Linux 5.15.46. | PÁLI Gábor János | |
2022-04-27 | linux-lts: Update to 5.15.36, add -dev subpackage. | PÁLI Gábor János | |
2022-04-24 | linux-lts: Remove unused drivers. | PÁLI Gábor János | |
2022-04-23 | linux-lts: Needs `xz` in build time due to the compressed modules. | PÁLI Gábor János | |
2022-04-23 | linux-lts: Remove unnecessary files. | PÁLI Gábor János | |
2022-04-23 | Remove the WCN3660, WIL6210, Orinoco drivers. | PÁLI Gábor János | |
2022-04-20 | Move to Linux 5.15.35, add RTW88, remove ATH6KL. | PÁLI Gábor János | |
2022-04-18 | Move to Linux 5.15.34, add some more wireless drivers. | PÁLI Gábor János | |
2022-04-10 | Move towards custom packages. | PÁLI Gábor János | |
Change the build image process in a way that custom-built packages can be utilized. This means a simpler `Makefile` since every modification is implemented on the level of packages. Include the sources for every customized package. |