diff options
| author | Bastian Bittorf | 2016-12-16 16:14:09 +0000 |
|---|---|---|
| committer | Bastian Bittorf | 2016-12-16 16:14:24 +0000 |
| commit | 3b14a1c5b6aaf0422374a14998279d9047b0abf7 (patch) | |
| tree | 3672c5e6a699d1e6080a1a48bc1f888519c21ed1 | |
| parent | aba4daef989d7b7292885fd993dd091dded48b74 (diff) | |
| download | routing-3b14a1c5b6aaf0422374a14998279d9047b0abf7.tar.gz | |
olsrd: plugins: pud: fix missing dependency for libgps
Signed-off-by: Bastian Bittorf <bittorf@bluebottle.com>
| -rw-r--r-- | olsrd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |