From: Paul Spooren Date: Sun, 10 Jul 2022 00:46:00 +0000 (+0200) Subject: target: drop urngd from default packages X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=0ee5c0a9679627976a3f57001a0ad02cdde2636b;p=openwrt%2Fstaging%2Faparcar.git target: drop urngd from default packages The package is superseeded by other tools like seedrnd, drop it. Signed-off-by: Paul Spooren --- 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