Skip to content

Commit c2dc26e

Browse files
committed
upgrade buildroot 2026.02.1 to 2026.05
1 parent 2ec2921 commit c2dc26e

8 files changed

Lines changed: 11 additions & 27 deletions

File tree

board/common/rootfs/root/firstboot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
# disable bluetooth
44
rfkill block bluetooth
55
systemctl disable --now bluetooth
6+
systemctl disable --now NetworkManager-initrd.service
7+
systemctl daemon-reload
68

79
# fix nmconnection files permissions so it can autoconnect
810
chmod 600 /etc/NetworkManager/system-connections/*.nmconnection

board/common/rootfs/usr/local/bin/fs-resize.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ if [ "$FS_TYPE" = "romsfs" ] || [ "$FS_TYPE" = "rootfs_romsfs" ]; then
6666
if [ ! -e $ROMS_PART ]; then
6767
# romfs partition doesn't exist, create a new partition using the rest of the disk
6868
echo "Creating ROMS partition starting at sector $ROMS_PART_START..."
69-
echo -e "n\np\n3\n$ROMS_PART_START\n\nw\n" | busybox fdisk $DISK_DEVICE
69+
echo -e "n\np\n3\n$ROMS_PART_START\n\nw\n" | busybox fdisk -u $DISK_DEVICE
7070
sleep 3
7171

7272
# Changes the partition type of partition 3 on $DISK_DEVICE to type 7 (NTFS/exFAT/HPFS)
73-
echo -e "t\n3\n7\nw\n" | busybox fdisk $DISK_DEVICE
73+
echo -e "t\n3\n7\nw\n" | busybox fdisk -u $DISK_DEVICE
7474
# sleep 3
7575

7676
# Refreshes the partition table information of the device $DISK_DEVICE

board/pi3b/rootfs/root/firstboot.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ chmod 600 /etc/NetworkManager/system-connections/*.nmconnection
55
# Done
66
mv /root/firstboot.sh /root/.firstboot-done.sh
77

8+
systemctl disable --now NetworkManager-initrd.service
89
systemctl disable --now nfs-blkmap
910
# Persist /var
1011
systemctl mask var.mount

board/pi3b_development/rootfs/root/firstboot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
# disable bluetooth
44
rfkill block bluetooth
5+
systemctl disable --now NetworkManager-initrd.service
56
systemctl disable --now bluetooth
67
systemctl disable --now nfs-blkmap
8+
systemctl daemon-reload
79

810
# fix nmconnection files permissions so it can autoconnect
911
chmod 600 /etc/NetworkManager/system-connections/*.nmconnection

board/qemu_aarch64_development/rootfs/root/firstboot.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
chmod 600 /etc/NetworkManager/system-connections/*.nmconnection
77

88
systemctl disable --now nfs-blkmap
9+
systemctl disable --now NetworkManager-initrd.service
10+
systemctl daemon-reload
911

1012
# Fix DNS
1113
resolvectl dns eth0 8.8.8.8 8.8.4.4

configs/fragments/common.fragment

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -53,30 +53,6 @@ BR2_PACKAGE_PYTHON_PIP=y
5353
BR2_PACKAGE_CA_CERTIFICATES=y
5454
BR2_PACKAGE_LIBOPENSSL_BIN=y
5555
BR2_PACKAGE_LIBOPENSSL_ENGINES=y
56-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_CHACHA is not set
57-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_RC2 is not set
58-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_RC4 is not set
59-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_MD2 is not set
60-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_MDC2 is not set
61-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_IDEA is not set
62-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_SEED is not set
63-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_RMD160 is not set
64-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_WHIRLPOOL is not set
65-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_BLOWFISH is not set
66-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_PSK is not set
67-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_CAST is not set
68-
# BR2_PACKAGE_LIBOPENSSL_UNSECURE is not set
69-
# BR2_PACKAGE_LIBOPENSSL_DYNAMIC_ENGINE is not set
70-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_ARGON2 is not set
71-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_CACHED_FETCH is not set
72-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_CMP is not set
73-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_THREAD_POOL is not set
74-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_ECX is not set
75-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_PADLOCK_ENGINE is not set
76-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_QUIC is not set
77-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_SIV is not set
78-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_SM2_PRECOMP_TABLE is not set
79-
# BR2_PACKAGE_LIBOPENSSL_ENABLE_SSL_TRACE is not set
8056
BR2_PACKAGE_LIBUSB_COMPAT=y
8157
BR2_PACKAGE_LIBXKBCOMMON=y
8258
BR2_PACKAGE_LIBEVDEV=y

configs/fragments/h700.fragment

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT=y
1717
BR2_TARGET_UBOOT=y
1818
BR2_TARGET_UBOOT_PATCH="$(BR2_EXTERNAL_TiniLinux_PATH)/board/h700/u-boot-anbernic_rg35xx_h700_defconfig.patch"
1919
BR2_TARGET_UBOOT_BOARD_DEFCONFIG="anbernic_rg35xx_h700"
20+
BR2_TARGET_UBOOT_NEEDS_DTC=y
2021
BR2_TARGET_UBOOT_NEEDS_GNUTLS=y
2122
BR2_TARGET_UBOOT_NEEDS_ATF_BL31=y
2223
BR2_TARGET_UBOOT_NEEDS_OPENSSL=y

scripts/make-board-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333
# Check if ../buildroot exists, if not clone it
3434
if [ ! -e "../buildroot/Makefile" ]; then
3535
echo "Cloning buildroot repository..."
36-
git clone --depth=1 -b 2026.02.1 https://github.com/buildroot/buildroot.git ../buildroot
36+
git clone --depth=1 -b 2026.05 https://github.com/buildroot/buildroot.git ../buildroot
3737
fi
3838

3939
# Get the directory of this script (TiniLinux)

0 commit comments

Comments
 (0)