This week’s Armbian updates focused on kernel improvements, bootloader modernization, and several core enhancements to the build infrastructure. Key work spanned platforms like Rockchip, Sunxi, and Odroid, emphasizing kernel stability and broader compatibility across boards.

Kernel Upgrades

Several boards received kernel updates:

Patches also landed to adapt Wi-Fi drivers to 6.15-era changes, including fixes for xradio and uwe5622 on Sunxi, contributed by The-going:

Bootloader and U-Boot Work

Improvements were made to bootloader support:

Build System Changes

Several build system enhancements landed this cycle:

  • PR #8276 by Ayush1325 prevented unintentional conversion of built-in kernel drivers to modules.
  • A new helper function chroot_sdcard_custom_with_apt_logic was introduced in PR #8245 by rpardini, streamlining SD card build logic.
  • PR #8279 by igorpecovnik removed obsolete Trixie package references.

Networking Improvements

PR #8259 and commit cdf71df by djurny expanded DHCP configuration in netplan to automatically include interfaces matching lan* and wan*, simplifying initial setup across devices.

Miscellaneous

Contributors This Week