diff mbox series

[OpenWrt-Devel,RFC,4/5] build: add urandom-seed to the default packages set

Message ID 1558368805-19484-5-git-send-email-ynezz@true.cz
State Superseded, archived
Delegated to: Petr Štetiar
Headers show
Series ath79: add micro non-physical true RNG based on timing jitter | expand

Commit Message

Petr Štetiar May 20, 2019, 4:13 p.m. UTC
urandom-seed content was split from base-files into separate package so
in order to preserve the current functionality we need to add it back.

Signed-off-by: Petr Štetiar <ynezz@true.cz>
---
 include/target.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/include/target.mk b/include/target.mk
index 4f3bd43e6cb6..0ece3e569480 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
 # For nas targets
 DEFAULT_PACKAGES.nas:=block-mount fdisk lsblk mdadm
 # For router targets