Merge pull request #300 from OLSR/master

olsrd: pud: does not depend on ncurses
This commit is contained in:
Bastian Bittorf 2017-12-13 12:41:10 +01:00 committed by GitHub
commit f33ccc725c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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