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:
Florian Fainelli 2008-08-14 13:16:53 +00:00
parent 43580979dd
commit 5c94ab82ff
1 changed files with 3 additions and 3 deletions

View File

@ -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