mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2026-01-10 13:10:42 +00:00
netifd: add missing dependencies
Fixes: https://github.com/openwrt/openwrt/issues/19704 Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
3aee42001f
commit
f650f2975c
@ -21,7 +21,8 @@ include $(INCLUDE_DIR)/cmake.mk
|
||||
define Package/netifd
|
||||
SECTION:=base
|
||||
CATEGORY:=Base system
|
||||
DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox +libudebug +ucode +ucode-mod-fs
|
||||
DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox +libudebug \
|
||||
+ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uloop +ucode-mod-uci
|
||||
TITLE:=OpenWrt Network Interface Configuration Daemon
|
||||
endef
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user