From 3b14a1c5b6aaf0422374a14998279d9047b0abf7 Mon Sep 17 00:00:00 2001 From: Bastian Bittorf Date: Fri, 16 Dec 2016 17:14:09 +0100 Subject: [PATCH] olsrd: plugins: pud: fix missing dependency for libgps Signed-off-by: Bastian Bittorf --- olsrd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/olsrd/Makefile b/olsrd/Makefile index 15832a2..cbc65f2 100644 --- a/olsrd/Makefile +++ b/olsrd/Makefile @@ -120,7 +120,7 @@ endef define Package/olsrd-mod-pud $(call Package/olsrd/template) - DEPENDS:=olsrd + DEPENDS:=olsrd +ncurses +libgps TITLE:=Position Update Distribution plugin endef