diff options
| author | Álvaro Fernández Rojas | 2021-02-20 18:55:14 +0000 |
|---|---|---|
| committer | Álvaro Fernández Rojas | 2021-02-20 18:57:33 +0000 |
| commit | 8cb50639c771274f21b880474c0b2e0fe202b42f (patch) | |
| tree | 5d9c97b2bb7d81acba5d256d37b71ef3b2b87e88 | |
| parent | b7c5924f1f4c2c9c8030aac14b9b86cd69044894 (diff) | |
| download | openwrt-8cb50639c771274f21b880474c0b2e0fe202b42f.tar.gz | |
bcm27xx: remove urngd package
Now that khwrngd is working on all subtargets we can remove urgnd.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
(cherry-picked from commit 9dc84018ee)
| -rw-r--r-- | target/linux/bcm27xx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |