olsrd: only pud depends on libgps

As a workaround for the glibc-fix the dependency on libgps was moved
to olsrd. However, only pud is using this library.

Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
Nick Hainke 2021-06-07 20:43:04 +02:00 committed by Polynomdivision
parent 4f7791a1fd
commit 27ac56adc6
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ endef
define Package/olsrd
$(call Package/olsrd/template)
MENU:=1
DEPENDS:=+libpthread +libgps
DEPENDS:=+libpthread
endef
define Package/olsrd/conffiles
@ -125,7 +125,7 @@ endef
define Package/olsrd-mod-pud
$(call Package/olsrd/template)
DEPENDS:=olsrd
DEPENDS:=olsrd +libgps
TITLE:=Position Update Distribution plugin
endef