[openwrt/openwrt] bcm27xx: remove urngd package

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 20 13:58:26 EST 2021


noltari pushed a commit to openwrt/openwrt.git, branch openwrt-21.02:
https://git.openwrt.org/8cb50639c771274f21b880474c0b2e0fe202b42f

commit 8cb50639c771274f21b880474c0b2e0fe202b42f
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Sat Feb 20 19:55:14 2021 +0100

    bcm27xx: remove urngd package
    
    Now that khwrngd is working on all subtargets we can remove urgnd.
    
    Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
    (cherry-picked from commit 9dc84018ee)
---
 target/linux/bcm27xx/Makefile | 2 ++
 1 file changed, 2 insertions(+)

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 \



More information about the lede-commits mailing list