[openwrt/openwrt] udebug: add missing dependencies
LEDE Commits
lede-commits at lists.infradead.org
Thu Apr 24 05:24:26 PDT 2025
nbd pushed a commit to openwrt/openwrt.git, branch openwrt-24.10:
https://git.openwrt.org/274418b028b33bd77bac6e5984f584595d1cf352
commit 274418b028b33bd77bac6e5984f584595d1cf352
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Thu Apr 24 14:22:34 2025 +0200
udebug: add missing dependencies
Signed-off-by: Felix Fietkau <nbd at nbd.name>
(cherry picked from commit b0710e964df705079a09435e87b1ecc3058d33bf)
---
package/libs/udebug/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libs/udebug/Makefile b/package/libs/udebug/Makefile
index bfb13cf788..42ca510be5 100644
--- a/package/libs/udebug/Makefile
+++ b/package/libs/udebug/Makefile
@@ -51,7 +51,7 @@ define Package/udebug-cli
SECTION:=utils
CATEGORY:=Utilities
TITLE:=OpenWrt debug service CLI
- DEPENDS:=+udebugd +ucode-mod-udebug
+ DEPENDS:=+udebugd +ucode-mod-udebug +ucode-mod-uloop +ucode-mod-ubus
endef
define Package/libudebug/install
More information about the lede-commits
mailing list