Skip to content

Tags: armbian/build

Tags

v25.2.1

feat: Use deb822 APT sources

- Replace `armbian.list` with `armbian.sources`. This holds the same
  information in a newer format, deb822.
- Replace HTTP with HTTPS for Armbian repositories.

v25.5.0-trunk.107

rockchip/64: fix again periodic dma and audio stuttering

v25.5.0-trunk.67

remove software-properties-common/gtk for trixie and sid

v25.5.0-trunk.32

armbian-kernel.sh: introduce `KERNEL_BTF=no` to opt-out of BTF/CO-RE …

…type-info on low-RAM machines

- turns out `pahole` for `vmlinux` can take multiple gigabytes of RAM to run successfully
- I can't simply decide based on available RAM, as that would make .config hashes mismatch
- thus, introduce:
  - default is to enable BTF; if on low-ram host, error out unless KERNEL_BTF=yes is passed
  - if KERNEL_BTF=no is passed, the BTF debug info is always disabled
  - if KERNEL_BTF=yes is passed, then a warning is produced, but BTF is still enabled
- the magic number "6451 MiB" was determined empirically (and is probably bs)

v25.2.0-trunk.434

BananaPi BPI-F3: `patch fail fixup`

Signed-off-by: Patrick Yavitz <pyavitz@gmail.com>

v25.2.0-trunk.393

thinkpad-x13s: arm64-sc8280xp: enable RTW88 in-kernel USB drivers

v25.2.0-trunk.357

Macchiatobin: move board to eos so we don't build this family kernel …

…anymore

v25.2.0-trunk.319

Firstlogin: run provision script if it does exists

- fixing motd setting executing bit at wrong place
- when setting fixed address with 1st run, remove DHCP on all lan networks

v25.2.0-trunk.274

`rk35xx`/`legacy`: rewrite-kernel-config, no changes

v25.2.0-trunk.239

rock-3a:add u-boot image for sata boot

Signed-off-by: pykpkg47 <118465017+pykpkg47@users.noreply.github.com>