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:
parent
4f7791a1fd
commit
27ac56adc6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue