Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-12 | Import custom Realtek 8821CE driver from tomaspinho/rtl8821ce. | 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 | Chase linux-lts update in the drivers. | 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-05-31 | Incorporate `hostapd`. | PÁLI Gábor János | |
The inclusion of `hostapd` [1] brings a lot of related changes because the build process have to extended to take the challenge. - Convert `wpa_passthru` to a more a generic services, called `uds_passthru` to deal with the control socket forwarding. It can also log the `socat` errors properly. - Make the `Makefile` more parametric therefore the virtual disk image can be customized better. - Default configurations are now moved fully to the guest's side. - Tweak the packages to be more flexible. - Document everything. [1] https://w1.fi/hostapd/ | |||
2022-05-17 | Expose networking configuration of `wlan0`. | PÁLI Gábor János | |
2022-05-14 | Expose IP Tables configuration. | PÁLI Gábor János | |
2022-04-30 | Add optional package for the backported `rtw89` driver. | PÁLI Gábor János | |
2022-04-27 | Add optional package for the Broadcom STA (`wl`) driver. | PÁLI Gábor János | |
Ported from: Arch Linux | |||
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-24 | busybox: Add the `sync` command. | PÁLI Gábor János | |
2022-04-23 | wpa_passthru: Rework how the script is stopped. | 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. |