All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
- Root filesystem is now readonly.
- Raspberry Pi 2 config should now support 2/3/3+/4.
- Add status LED control:
- on solid: booting
- on heartbeat: booted and associated with SSID
- on timer: booted but not associated with SSID (check wifi?)
- Add fake-hwclock service.
- Updated buildroot to 2023.11.x
S02hostname
now has proper service structure.S70dhcprelay
->S80dhcprelay
- Fix sending hostname to DHCP server.
- Change firmware to cut-down.
- Disable Bluetooth and use ttyAMA0 for console.
- Set partition type to 0x83 (Linux ext4).
- Make root password echo bold and blink after build.
- Raspberry Pi 2/3 config.
- Updated buildroot to 2021.05.x
- Added COPYING.linux and LICENCE.broadcom to boot partition.
udhcpc
now updates the DNS server with the hostname.
- Use cut-down firmware for faster boot.
- Hostname is automatically set to RPi-{serial} shortly after boot.
/etc/modprobe.d/raspi-blacklist.conf
- blacklist camera modules for faster boot.- Utilize
eudev
for automatic device detection and module loading. - Added
busybox
config fragment (dhcprelay
). - A random password is now set at build time (
post-build.sh
).
- Updated buildroot to 2020.11.x.
- Replaced
mdns-repeater
withavahi-daemon
, which is included in upstream buildroot. - Config files renamed:
rpi_wifi_bridge
->raspberrypi0w
. - Minor edits to network interfaces config.
- Temporarily reverted rootfs to ext4.
- Disabled audio by default.
- Removed
parprouted
- merged upstream. - Removed
/etc/inittab
modification. - Removed explicit module loading.
- Removed default password warning.
- Removed device tree overlays.
- Initial beta.