[openwrt/openwrt] bcm27xx: remove urngd package

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


noltari pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/9dc84018eeefc6bdc19e4dd6291a5f79c3cdb867

commit 9dc84018eeefc6bdc19e4dd6291a5f79c3cdb867
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>
---
 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