From: Ferry Huberts Date: Wed, 7 Jun 2017 09:17:21 +0000 (+0100) Subject: olsrd: pud: does not depend on ncurses X-Git-Url: http://git.openwrt.org/?p=feed%2Frouting.git;a=commitdiff_plain;h=15e50466fbccc421b46a30f4a189a497633b8cb0 olsrd: pud: does not depend on ncurses BTW According to Matthias there is no ncurses package either way! Signed-off-by: Ferry Huberts --- 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