summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2023-11-10README: Direct users to the main repository for creating issuesPÁLI Gábor János
2022-11-01Replace squashfs-tools with squashfs-tools-ng.PÁLI Gábor János
2022-05-31Incorporate `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-25Document the requirement on Linuxulator.PÁLI Gábor János
2022-04-10Move 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.
2022-03-27Make creation of `initramfs` optional.PÁLI Gábor János
2022-03-21Add support for deployment of extra firmware files.PÁLI Gábor János
2022-03-20Implement optional trimming of firmware files.PÁLI Gábor János
2022-03-19Add support for excluding files from the generated image.PÁLI Gábor János
2022-03-15Rework build process to work for non-root users.PÁLI Gábor János
Find alternative ways to create the same effect for each step of the setup without being able to use a Linux-based `chroot(8)` environment. This includes working around calling the `mkinitfs` script for building the initramfs, and replacing it with a specific list of files to be added.
2022-03-13Switch to Squashfs.PÁLI Gábor János
2022-02-19The net/wifibox-alpine port is considered experimental for now.PÁLI Gábor János
2022-02-18Expand the documentation on the installation process.PÁLI Gábor János
2022-02-17Create a preliminary documentation.PÁLI Gábor János