projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
808834b
)
openthread-br: fix indentation
author
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 3 Dec 2024 16:13:40 +0000
(18:13 +0200)
committer
Stijn Tintel
<stijn@linux-ipv6.be>
Tue, 3 Dec 2024 16:13:40 +0000
(18:13 +0200)
Fixes: 3f30bab5aa6f ("openthread-br: bump source version to 2024-11-20 and add missing dependencies")
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
net/openthread-br/Makefile
patch
|
blob
|
history
diff --git
a/net/openthread-br/Makefile
b/net/openthread-br/Makefile
index 89536dac85de2a86da16509d8f189c7f8e8b1f1d..7bf58a8ec5e5c1812863cf306250d1bf6958afb0 100644
(file)
--- a/
net/openthread-br/Makefile
+++ b/
net/openthread-br/Makefile
@@
-32,7
+32,7
@@
define Package/openthread-br
SECTION:=net
TITLE:=OpenThread Border Router
DEPENDS:= \
- +kmod-tun \
+ +kmod-tun \
+libblobmsg-json \
+libjson-c \
+libncurses \