summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-27busybox: add the `rfkill` commandPÁLI Gábor János
2023-07-26man: Fix grammarPÁLI Gábor János
2023-03-26Update Linux to 5.15.104.PÁLI Gábor János
2023-03-26rtw89: Update to 20230325.PÁLI Gábor János
2023-03-26wpa_supplicant: fix TLS negotiation issues with OpenSSL 3.0PÁLI Gábor János
References: - http://w1.fi/cgit/hostap/patch/src/crypto/tls_openssl.c?id=bc99366f9b960150aa2e369048bbc2218c1d414e Hinted by: ish-org@fromgithub
2023-03-25man: Extend the list of supported cards by the `rtw89` driverPÁLI Gábor János
2023-03-11wpa_supplicant: import changes from upstreamPÁLI Gábor János
References: - https://git.alpinelinux.org/aports/commit/main/wpa_supplicant?id=03d532b9fb595ff116bb6ce03470c59a754a4025
2023-03-11Update to Linux 5.15.99.PÁLI Gábor János
2023-02-13Update to Linux 5.15.93.PÁLI Gábor János
2023-02-01man: Include more information on network packet analysis.PÁLI Gábor János
2023-01-30rtw89: Update to 20230117.PÁLI Gábor János
2023-01-30rtl8821ce: Update to 20230101.PÁLI Gábor János
2023-01-30mDNSResponder: Update to 1790.80.10.PÁLI Gábor János
2023-01-30ifupdown-ng: import (skip) changes from upstreamPÁLI Gábor János
References: - https://git.alpinelinux.org/aports/commit/main/ifupdown-ng?h=3.17-stable&id=b6a739a981e58897aacce6770bad7bcd1670daf9
2023-01-30Update to Linux 5.15.90 + enable match multiport for iptables.PÁLI Gábor János
2023-01-30Minor formatting nit for the iptables sample configuration file.PÁLI Gábor János
2023-01-05man: Fix grammar.PÁLI Gábor János
2023-01-04Bump copyright year.PÁLI Gábor János
2023-01-04Fix symbolic links on preparing the disk image.PÁLI Gábor János
During the build process, `apk` is run by the Linuxulator which places certain files (e.g. `/dev/null`) to `/compat/linux`. This is then inherited by the disk image and causes the corresponding symbolic links to be misplaced.
2022-12-30socat: Update to 1.7.4.4, offer UDP support on demand.PÁLI Gábor János
By default, `socat` should stay stripped down, that is, without support for UDP. Create an alternate version where it can be explicitly requested to host this feature, such as for the forwarding service.
2022-12-30rtw89: Update to 20221210.PÁLI Gábor János
2022-12-30mDNSResponder: Update to 1790.60.25, remove unused parts.PÁLI Gábor János
2022-12-30Move to Linux 5.15.85 + Alpine 3.17.0.PÁLI Gábor János
2022-12-30etc/wpa_supplicant: Use only a single IP address.PÁLI Gábor János
Ideally, Wifibox is meant to be used by a single client at a time, so it makes no sense to lease more than one IP address. Change the `udhcpd` configuration according to this principle.
2022-12-30man: Fix grammar.PÁLI Gábor János
2022-12-30man: Replace `mdnsd` for `mDNSResponder`.PÁLI Gábor János
2022-11-29Implement a forwarding service.PÁLI Gábor János
- Add the `forwarding` system service (script + OpenRC support). - Enable support for UDP ports for `socat`. - Adjust UDS pass-through to avoid conflicts with forwarding. - Update documentation. Requested by: Universal Devices
2022-11-03Incorporate support for mDNSResponder.PÁLI Gábor János
- Port mDNSResponder to Alpine. - Update documentation. Sponsored by: Universal Devices
2022-11-03Add support for adding optional configuration files.PÁLI Gábor János
2022-11-01Replace squashfs-tools with squashfs-tools-ng.PÁLI Gábor János
2022-10-30base-layout: Expose hostname.PÁLI Gábor János
2022-10-30Expose hostname configuration.PÁLI Gábor János
2022-10-11rtw89: import changes from upstream.PÁLI Gábor János
2022-10-11rtw89: import changes from upstream.PÁLI Gábor János
2022-10-11rtl8821ce: import changes from upstream.PÁLI Gábor János
2022-10-11Move to Linux 5.15.68.PÁLI Gábor János
2022-10-11busybox: import changes from upstreamPÁLI Gábor János
References: - https://git.alpinelinux.org/aports/commit/main/busybox?h=3.16-stable&id=b14c075d8b0d0a05db8e630455126d533c8a5d00 - https://git.alpinelinux.org/aports/commit/main/busybox?h=3.16-stable&id=2bf6ec48e526113f87216683cd341a78af5f0b3f
2022-10-11busybox: Implement daisy chaining for `udhcpc` and `udhcpd`.PÁLI Gábor János
2022-10-11base-layout: import changes from upstreamPÁLI Gábor János
References: - https://git.alpinelinux.org/aports/commit/main/alpine-baselayout?h=3.16-stable&id=348653a9ba0701e8e968b3344e72313a9ef334e4
2022-10-11base-layout: Make `resolv.conf` accessible in the guest.PÁLI Gábor János
2022-09-17Document the `udhcpd` extension for propagating DNS information.PÁLI Gábor János
2022-07-21busybox: import changes from upstream (without tests)PÁLI Gábor János
References: - https://git.alpinelinux.org/aports/commit/main/busybox?h=3.16-stable&id=e58f0e341603e9facc1e675722367174b45e0d0c - https://git.alpinelinux.org/aports/commit/main/busybox?h=3.16-stable&id=19218bdfa3f0798fad9a878789336099e038151f - https://git.alpinelinux.org/aports/commit/main/busybox-initscripts?h=3.16-stable&id=5df3afdec03f10e706c10fd2653a51aa39eae601 - https://git.alpinelinux.org/aports/commit/main/busybox-initscripts?h=3.16-stable&id=0ce8430810dd7ae8917b4e17cb67d8ed6b4cd41d
2022-07-12Import custom Realtek 8821CE driver from tomaspinho/rtl8821ce.PÁLI Gábor János
2022-07-12Move to Linux 5.15.53, disable the shipped Realtek 8821CE driver.PÁLI Gábor János
2022-06-26Keep expanding the hostapd configuration hints.PÁLI Gábor János
2022-06-26Expand the configuration hints for hostapd.PÁLI Gábor János
2022-06-25Move to Linux 5.15.49 + Alpine 3.16.0.PÁLI Gábor János
2022-06-16Add a note about the AMD RZ608--MediaTek MT7921 correspondence.PÁLI Gábor János
2022-06-13Chase linux-lts update in the drivers.PÁLI Gábor János
2022-06-13linux-lts: Add missing PCI IDs for the `mt7921e` driver.PÁLI Gábor János