From 8cb50639c771274f21b880474c0b2e0fe202b42f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Fern=C3=A1ndez=20Rojas?= Date: Sat, 20 Feb 2021 19:55:14 +0100 Subject: bcm27xx: remove urngd package MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now that khwrngd is working on all subtargets we can remove urgnd. Signed-off-by: Álvaro Fernández Rojas (cherry-picked from commit 9dc84018ee) --- target/linux/bcm27xx/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/linux/bcm27xx/Makefile') 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 \ -- cgit v1.2.3