|
@@ -21,7 +21,8 @@ include $(INCLUDE_DIR)/cmake.mk
|
|
|
define Package/netifd
|
|
define Package/netifd
|
|
|
SECTION:=base
|
|
SECTION:=base
|
|
|
CATEGORY:=Base system
|
|
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
|
|
TITLE:=OpenWrt Network Interface Configuration Daemon
|
|
|
endef
|
|
endef
|
|
|
|
|
|