From: Álvaro Fernández Rojas Date: Sat, 20 Feb 2021 18:55:14 +0000 (+0100) Subject: bcm27xx: remove urngd package X-Git-Tag: v22.03.0-rc1~3425 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=9dc84018eeefc6bdc19e4dd6291a5f79c3cdb867 bcm27xx: remove urngd package Now that khwrngd is working on all subtargets we can remove urgnd. Signed-off-by: Álvaro Fernández Rojas --- 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 \