Fix recursive libpthread dependency on libpthread
git-svn-id: svn://svn.openwrt.org/openwrt/packages@12307 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
aa7042bc0e
commit
00fc6f3b3e
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user