Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
a8c0f09
packages: add libmnl 1.0.5
bhouse-nexthop Jun 3, 2026
635eacf
packages: bump ethtool to 6.15
bhouse-nexthop Jun 4, 2026
e339ffc
packages: bump zlib to 1.3.2
bhouse-nexthop Jul 9, 2026
79cba86
packages: bump lzo to 2.10
bhouse-nexthop Jul 9, 2026
41acc08
packages: bump libpcap to 1.10.6
bhouse-nexthop Jul 9, 2026
8474b9e
packages: bump tcpdump to 4.99.6
bhouse-nexthop Jul 9, 2026
07dd944
packages: bump dropbear to 2026.91
bhouse-nexthop Jul 9, 2026
4b98828
packages: bump keyutils to 1.6.3
bhouse-nexthop Jul 9, 2026
a80d75d
packages: bump dmidecode to 3.7
bhouse-nexthop Jul 9, 2026
9f89d3c
packages: bump acpica-tools to 20260408
bhouse-nexthop Jul 9, 2026
eeee923
packages: bump ipmitool to 1.8.19
bhouse-nexthop Jul 9, 2026
e9ac99d
packages: bump kexec-tools to 2.0.32
bhouse-nexthop Jul 9, 2026
899eade
packages: bump btrfs-progs to v7.0
bhouse-nexthop Jul 9, 2026
e14c57e
packages: bump pciutils to 3.15.0
bhouse-nexthop Jul 9, 2026
e136916
packages: bump gptfdisk to 1.0.10
bhouse-nexthop Jul 9, 2026
aa28fe2
packages: bump popt to 1.19
bhouse-nexthop Jul 9, 2026
c1af73b
packages: bump openssl to 3.5.7 (LTS), drop legacy 1.1.x support
bhouse-nexthop Jun 3, 2026
d8fc577
packages: bump mtd-utils to 2.3.1
bhouse-nexthop Jun 3, 2026
95ad591
packages: bump i2c-tools to 4.4
bhouse-nexthop Jun 3, 2026
318c656
packages: bump dosfstools to 4.2
bhouse-nexthop Jun 3, 2026
3cd0ff5
packages: bump busybox to 1.38.0
bhouse-nexthop Jun 3, 2026
56f02fa
packages: add libaio 0.3.113
bhouse-nexthop Jun 3, 2026
5be3c43
packages: bump lvm2 to 2.03.41
bhouse-nexthop Jun 3, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions build-config/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ ifeq ($(GPT_ENABLE),yes)
include make/gptfdisk.make
endif
ifeq ($(LVM2_ENABLE),yes)
# lvm2 >= 2.03 requires libaio for its bcache I/O engine.
include make/libaio.make
include make/lvm2.make
endif
ifeq ($(PARTED_ENABLE),yes)
Expand All @@ -420,6 +422,8 @@ ifeq ($(DMIDECODE_ENABLE),yes)
include make/dmidecode.make
endif
ifeq ($(ETHTOOL_ENABLE),yes)
# ethtool's netlink interface needs libmnl.
include make/libmnl.make
include make/ethtool.make
endif
ifeq ($(MTREE_ENABLE),yes)
Expand Down
Loading