]> git.plutz.net Git - blast/commitdiff
changed package name btrfs-tools to current btrfs-progs
authorPaul Hänsch <paul@plutz.net>
Tue, 17 Sep 2019 20:53:11 +0000 (22:53 +0200)
committerPaul Hänsch <paul@plutz.net>
Tue, 17 Sep 2019 20:53:11 +0000 (22:53 +0200)
modules/default.mk

index 6b1f08e13d293e93c490db8337ce348ca8b86968..6282070a5f4cb19fe95687fab62988204884ee77 100644 (file)
@@ -2,7 +2,7 @@ ifdef imagesize
   ROOT_MB := $(shell printf '%i\n' "$$(( ${imagesize} - ${BOOT_MB} - 3 ))")
 endif
 
-PACKAGES += btrfs-tools bzip2 ca-certificates cron deborphan firmware-linux-free gzip htop ifupdown iputils-ping irqbalance isc-dhcp-client less make net-tools nmap ntpdate openssh-client psmisc rsync sshfs sudo traceroute unzip vim wget wireless-tools wpasupplicant xz-utils zip
+PACKAGES += btrfs-progs bzip2 ca-certificates cron deborphan firmware-linux-free gzip htop ifupdown iputils-ping irqbalance isc-dhcp-client less make net-tools nmap ntpdate openssh-client psmisc rsync sshfs sudo traceroute unzip vim wget wireless-tools wpasupplicant xz-utils zip
 
 ifdef packages
   PACKAGES += $(subst ${comma_},${space_},${packages})