From 19938837b5d90716c24ce126ed6a3145783d8adc Mon Sep 17 00:00:00 2001 From: Ricardo Pardini Date: Sun, 25 Sep 2022 01:53:41 +0200 Subject: [PATCH] armbian-next: re-add dependency `fdisk` after juggling rebases --- lib/functions/host/prepare-host.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/functions/host/prepare-host.sh b/lib/functions/host/prepare-host.sh index 4a604b7c4e..bcd0f27d6f 100644 --- a/lib/functions/host/prepare-host.sh +++ b/lib/functions/host/prepare-host.sh @@ -193,7 +193,7 @@ function early_prepare_host_dependencies() { ntpdate patchutils pkg-config pv python3-dev python3-distutils qemu-user-static rsync swig systemd-container u-boot-tools udev uuid-dev whiptail - zlib1g-dev busybox + zlib1g-dev busybox fdisk # python2, including headers, mostly used by some u-boot builds (2017 et al, odroidxu4 and others). python2 python2-dev