mirror of
https://github.com/openwrt/routing.git
synced 2025-12-21 21:24:32 +04:00
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:
committed by
Polynomdivision
parent
4f7791a1fd
commit
27ac56adc6
@@ -36,7 +36,7 @@ endef
|
|||||||
define Package/olsrd
|
define Package/olsrd
|
||||||
$(call Package/olsrd/template)
|
$(call Package/olsrd/template)
|
||||||
MENU:=1
|
MENU:=1
|
||||||
DEPENDS:=+libpthread +libgps
|
DEPENDS:=+libpthread
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/olsrd/conffiles
|
define Package/olsrd/conffiles
|
||||||
@@ -125,7 +125,7 @@ endef
|
|||||||
|
|
||||||
define Package/olsrd-mod-pud
|
define Package/olsrd-mod-pud
|
||||||
$(call Package/olsrd/template)
|
$(call Package/olsrd/template)
|
||||||
DEPENDS:=olsrd
|
DEPENDS:=olsrd +libgps
|
||||||
TITLE:=Position Update Distribution plugin
|
TITLE:=Position Update Distribution plugin
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user