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>
This commit is contained in:
Ferry Huberts 2017-06-07 10:17:21 +01:00
parent b09c768149
commit 15e50466fb
1 changed files with 1 additions and 1 deletions

View File

@ -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