mirror of
https://github.com/openwrt/routing.git
synced 2025-12-26 11:16:32 +04:00
Fix recursive libpthread dependency on libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/packages/net/olsrd@12307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
6
Makefile
6
Makefile
@@ -30,7 +30,7 @@ endef
|
||||
define Package/olsrd
|
||||
$(call Package/olsrd/template)
|
||||
MENU:=1
|
||||
DEPENDS:=libpthread
|
||||
DEPENDS:=+libpthread
|
||||
endef
|
||||
|
||||
define Package/olsrd/conffiles
|
||||
@@ -45,13 +45,13 @@ endef
|
||||
|
||||
define Package/olsrd-mod-bmf
|
||||
$(call Package/olsrd/template)
|
||||
DEPENDS:=olsrd +libpthread +kmod-tun
|
||||
DEPENDS:=olsrd +kmod-tun
|
||||
TITLE:=Basic multicast forwarding plugin
|
||||
endef
|
||||
|
||||
define Package/olsrd-mod-dyn-gw
|
||||
$(call Package/olsrd/template)
|
||||
DEPENDS:=olsrd +libpthread
|
||||
DEPENDS:=olsrd
|
||||
TITLE:=Dynamic internet gateway plugin
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user