Skip to content

Commit

Permalink
urngd: remove from the basic set of packages
Browse files Browse the repository at this point in the history
Jason's kernel random overhaul made userspace entropy gathering daemons moot.

Signed-off-by: Rui Salvaterra <[email protected]>
  • Loading branch information
rsalvaterra committed Mar 31, 2024
1 parent 9355f75 commit 973b81b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions include/target.mk
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ DEFAULT_PACKAGES:=\
opkg \
uci \
uclient-fetch \
urandom-seed \
urngd
urandom-seed

ifneq ($(CONFIG_SELINUX),)
DEFAULT_PACKAGES+=busybox-selinux procd-selinux
Expand Down
1 change: 0 additions & 1 deletion target/linux/bcm27xx/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ endef

include $(INCLUDE_DIR)/target.mk

DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES))
DEFAULT_PACKAGES += \
bcm27xx-gpu-fw bcm27xx-utils \
kmod-usb-hid \
Expand Down

0 comments on commit 973b81b

Please sign in to comment.