From 15e50466fbccc421b46a30f4a189a497633b8cb0 Mon Sep 17 00:00:00 2001 From: Ferry Huberts Date: Wed, 7 Jun 2017 10:17:21 +0100 Subject: [PATCH] olsrd: pud: does not depend on ncurses BTW According to Matthias there is no ncurses package either way! Signed-off-by: Ferry Huberts --- olsrd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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