aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPetr Štetiar <ynezz@true.cz>2019-05-20 16:47:23 +0200
committerPetr Štetiar <ynezz@true.cz>2019-07-22 09:53:01 +0200
commita624821474c4e709738f416010d0cf0089bfc324 (patch)
tree6711aed10da282c21fbf1bf3c13f7c724289eccb /include
parentf573d3de118476879d4a600b3216a1b49b87cdf9 (diff)
downloadupstream-a624821474c4e709738f416010d0cf0089bfc324.tar.gz
upstream-a624821474c4e709738f416010d0cf0089bfc324.tar.bz2
upstream-a624821474c4e709738f416010d0cf0089bfc324.zip
build: add urandom-seed and urngd to default packages set
urandom-seed content was split from base-files into separate package so in order to preserve the current functionality and to provide some fallback mechanism in case jent-rng initialization fails in urngd we need to add it back. urngd is OpenWrt's micro non-physical true random number generator based on timing jitter. Tested-by: Lucian Cristian <lucian.cristian@gmail.com> Signed-off-by: Petr Štetiar <ynezz@true.cz> (cherry picked from commit f5387b754f98f85bf4a1c8c392a965bdbcb96db6)
Diffstat (limited to 'include')
-rw-r--r--include/target.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/target.mk b/include/target.mk
index 4f3bd43e6c..a813ba2d2d 100644
--- a/include/target.mk
+++ b/include/target.mk
@@ -13,7 +13,7 @@ __target_inc=1
DEVICE_TYPE?=router
# Default packages - the really basic set
-DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd
+DEFAULT_PACKAGES:=base-files libc libgcc busybox dropbear mtd uci opkg netifd fstools uclient-fetch logd urandom-seed urngd
# For nas targets
DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
# For router targets