Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/olsrd
diff options
context:
space:
mode:
authorFerry Huberts <ferry.huberts@pelagic.nl>2017-06-07 12:17:21 +0300
committerFerry Huberts <ferry.huberts@pelagic.nl>2017-06-07 12:17:21 +0300
commit15e50466fbccc421b46a30f4a189a497633b8cb0 (patch)
tree1c9ef87e4e181422aaf971e696c3223dd051e069 /olsrd
parentb09c7681495976ddc26adb1a62686171a4fd78ba (diff)
olsrd: pud: does not depend on ncurses
BTW According to Matthias there is no ncurses package either way! Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
Diffstat (limited to 'olsrd')
-rw-r--r--olsrd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/olsrd/Makefile b/olsrd/Makefile
index 9091efb..737bca3 100644
--- 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