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:
b09c768
)
olsrd: pud: does not depend on ncurses
300/head
author
Ferry Huberts
<ferry.huberts@pelagic.nl>
Wed, 7 Jun 2017 09:17:21 +0000
(10:17 +0100)
committer
Ferry Huberts
<ferry.huberts@pelagic.nl>
Wed, 7 Jun 2017 09:17:21 +0000
(10:17 +0100)
BTW According to Matthias there is no ncurses package either way!
Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
olsrd/Makefile
patch
|
blob
|
history
diff --git
a/olsrd/Makefile
b/olsrd/Makefile
index 9091efbc378e678db58e3e4e166400d5145f3c41..737bca3f5aef6d78397da5c63754ce409688153e 100644
(file)
--- a/
olsrd/Makefile
+++ b/
olsrd/Makefile
@@
-119,7
+119,7
@@
endef
define Package/olsrd-mod-pud
$(call Package/olsrd/template)
- DEPENDS:=olsrd +libgps
+ncurses
+ DEPENDS:=olsrd +libgps
TITLE:=Position Update Distribution plugin
endef