projects
/
feed
/
routing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba4dae
)
olsrd: plugins: pud: fix missing dependency for libgps
author
Bastian Bittorf
<bittorf@bluebottle.com>
Fri, 16 Dec 2016 16:14:09 +0000
(17:14 +0100)
committer
Bastian Bittorf
<bittorf@bluebottle.com>
Fri, 16 Dec 2016 16:14:24 +0000
(17:14 +0100)
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
olsrd/Makefile
patch
|
blob
|
history
diff --git
a/olsrd/Makefile
b/olsrd/Makefile
index 15832a22785d62a3e543a1b268d4bf277c82743e..cbc65f297f857749d3fac5adbcf31f00cfa8e6e1 100644
(file)
--- a/
olsrd/Makefile
+++ b/
olsrd/Makefile
@@
-120,7
+120,7
@@
endef
define Package/olsrd-mod-pud
$(call Package/olsrd/template)
- DEPENDS:=olsrd
+ DEPENDS:=olsrd
+ncurses +libgps
TITLE:=Position Update Distribution plugin
endef