Skip to content

Releases: owenthewizard/rpi-wifi-bridge

v5 Beta

28 Feb 03:55
v5-beta
ada503b
Compare
Choose a tag to compare
v5 Beta Pre-release
Pre-release

The initial root password for this release is: oof4Ya3a.

Please change it!

mount / -o remount,rw
passwd
mount / -o remount,ro

Remount is temporarily broken:

couldn't mount RDWR because of unsupported optional features (10000)

Added

  • 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.

Changed

  • Signing key has been changed from RSA FF9126DED9916BB7 to EDDSA FFBE71A7288FE2E3.
  • 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.

v4 Beta

15 Jul 19:27
v4-beta
0e82f31
Compare
Choose a tag to compare
v4 Beta Pre-release
Pre-release

The initial root password for this release is: awuquai9.

Please change it!

mount / -o remount,rw
passwd
mount / -o remount,ro

Added

  • Raspberry Pi 2/3 config.

Changed

  • Updated buildroot to 2021.05.x

v3 Beta

06 Jan 05:34
v3-beta
61588d9
Compare
Choose a tag to compare
v3 Beta Pre-release
Pre-release

The initial root password for this release is: caig4uz7

Please change it!

mount / -o remount,rw
passwd
mount / -o remount,ro

Added

  • Added COPYING.linux and LICENCE.broadcom to boot partition.
  • udhcpc now updates the DNS server with the hostname.

Changed

  • Use cut-down firmware for faster boot.
  • Hostname is automatically set to RPi-{serial} shortly after boot.

v2 Beta

06 Jan 01:36
v2-beta
89053ac
Compare
Choose a tag to compare
v2 Beta Pre-release
Pre-release

The initial root password for this release is: io4ohFom

Please change it!

mount / -o remount,rw
passwd
mount / -o remount,ro

Added

  • /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).

Changed

  • Update buildroot to 2020.11.x.
  • Replaced mdns-repeater with avahi-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

  • Removed parprouted - merged upstream.
  • Removed /etc/inittab modification.
  • Removed explicit module loading.
  • Removed default password warning.
  • Removed device tree overlays.

v1 Beta

05 Jul 22:12
Compare
Choose a tag to compare
v1 Beta Pre-release
Pre-release
v1-beta

Correct v1 Beta name and date