From edfa465ae068b485faacfa73c269c3d125e6f74f Mon Sep 17 00:00:00 2001 From: guidol70 Date: Tue, 17 Sep 2019 20:49:00 +0300 Subject: [PATCH] Update configuration.sh (#1566) add rng-tools for faster fill of the entropy pool for amlogic cpus Closes https://github.com/armbian/build/issues/1565 --- lib/configuration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index 21f7aad2c..016727965 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -20,7 +20,7 @@ TZDATA=$(cat /etc/timezone) # Timezone for target is taken from host or defined USEALLCORES=yes # Use all CPU cores for compiling EXIT_PATCHING_ERROR="" # exit patching if failed [[ -z $HOST ]] && HOST="$(echo "$BOARD" | cut -f1 -d-)" # set hostname to the board -ROOTFSCACHE_VERSION=11 +ROOTFSCACHE_VERSION=12 CHROOT_CACHE_VERSION=6 BUILD_REPOSITORY_URL=$(git remote get-url $(git remote 2>/dev/null) 2>/dev/null) BUILD_REPOSITORY_COMMIT=$(git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null) @@ -147,7 +147,7 @@ fi DEBOOTSTRAP_LIST="locales gnupg ifupdown apt-utils apt-transport-https ca-certificates bzip2 console-setup cpio cron \ dbus init initramfs-tools iputils-ping isc-dhcp-client kmod less libpam-systemd \ linux-base logrotate netbase netcat-openbsd rsyslog systemd sudo ucf udev whiptail \ - wireless-regdb crda dmsetup rsync" + wireless-regdb crda dmsetup rsync rng-tools" [[ $BUILD_DESKTOP == yes ]] && DEBOOTSTRAP_LIST+=" libgtk2.0-bin"