We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aee420 commit f650f29Copy full SHA for f650f29
package/network/config/netifd/Makefile
@@ -21,7 +21,8 @@ include $(INCLUDE_DIR)/cmake.mk
21
define Package/netifd
22
SECTION:=base
23
CATEGORY:=Base system
24
- DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox +libudebug +ucode +ucode-mod-fs
+ DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox +libudebug \
25
+ +ucode +ucode-mod-fs +ucode-mod-ubus +ucode-mod-uloop +ucode-mod-uci
26
TITLE:=OpenWrt Network Interface Configuration Daemon
27
endef
28
0 commit comments