projects
/
openwrt
/
staging
/
stintel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27adf03
)
udebug: add missing dependencies
author
Felix Fietkau
<
[email protected]
>
Thu, 24 Apr 2025 12:22:34 +0000
(14:22 +0200)
committer
Felix Fietkau
<
[email protected]
>
Thu, 24 Apr 2025 12:22:58 +0000
(14:22 +0200)
Signed-off-by: Felix Fietkau <
[email protected]
>
package/libs/udebug/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/udebug/Makefile
b/package/libs/udebug/Makefile
index bfb13cf788428b08818720e18489b310e10af425..42ca510be57d355d0af2ea8ed9f5f649cbd156ba 100644
(file)
--- 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