From: Álvaro Fernández Rojas Date: Sat, 20 Feb 2021 18:55:14 +0000 (+0100) Subject: bcm27xx: remove urngd package X-Git-Tag: v21.02.0-rc1~202 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=8cb50639c771274f21b880474c0b2e0fe202b42f;p=openwrt%2Fstaging%2Fhauke.git bcm27xx: remove urngd package Now that khwrngd is working on all subtargets we can remove urgnd. Signed-off-by: Álvaro Fernández Rojas (cherry-picked from commit 9dc84018ee) --- diff --git a/target/linux/bcm27xx/Makefile b/target/linux/bcm27xx/Makefile index 9329976b8d..d8a6aedf18 100644 --- a/target/linux/bcm27xx/Makefile +++ b/target/linux/bcm27xx/Makefile @@ -19,6 +19,8 @@ define Target/Description endef include $(INCLUDE_DIR)/target.mk + +DEFAULT_PACKAGES := $(filter-out urngd,$(DEFAULT_PACKAGES)) DEFAULT_PACKAGES += \ bcm27xx-gpu-fw \ kmod-usb-hid \