developer | 3f10c67 | 2023-11-21 14:30:53 +0800 | [diff] [blame] | 1 | diff --git a/package/network/config/netifd/Makefile b/package/network/config/netifd/Makefile |
| 2 | index ccd566e0..936fdfbb 100644 |
| 3 | --- a/package/network/config/netifd/Makefile |
| 4 | +++ b/package/network/config/netifd/Makefile |
| 5 | @@ -21,7 +21,7 @@ include $(INCLUDE_DIR)/cmake.mk |
| 6 | define Package/netifd |
| 7 | SECTION:=base |
| 8 | CATEGORY:=Base system |
| 9 | - DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox +libudebug |
| 10 | + DEPENDS:=+libuci +libnl-tiny +libubus +ubus +ubusd +jshn +libubox |
| 11 | TITLE:=OpenWrt Network Interface Configuration Daemon |
| 12 | endef |
| 13 | |