From 0ee5c0a9679627976a3f57001a0ad02cdde2636b Mon Sep 17 00:00:00 2001 From: Paul Spooren Date: Sun, 10 Jul 2022 02:46:00 +0200 Subject: [PATCH] target: drop urngd from default packages The package is superseeded by other tools like seedrnd, drop it. Signed-off-by: Paul Spooren --- include/target.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/target.mk b/include/target.mk index a2c8b7bdbf..138adb55d3 100644 --- a/include/target.mk +++ b/include/target.mk @@ -24,8 +24,7 @@ DEFAULT_PACKAGES:=\ opkg \ uci \ uclient-fetch \ - urandom-seed \ - urngd + urandom-seed ifneq ($(CONFIG_SELINUX),) DEFAULT_PACKAGES+=busybox-selinux procd-selinux -- 2.30.2