Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] mrouted: Use github call
@ 2014-10-12 17:58 Maxime Hadjinlian
  2014-10-19  8:56 ` Yann E. MORIN
  2014-10-25  0:11 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Maxime Hadjinlian @ 2014-10-12 17:58 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com>
---
 package/mrouted/mrouted.mk | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/package/mrouted/mrouted.mk b/package/mrouted/mrouted.mk
index 67bb8a1..78fe98a 100644
--- a/package/mrouted/mrouted.mk
+++ b/package/mrouted/mrouted.mk
@@ -5,8 +5,7 @@
 ################################################################################
 
 MROUTED_VERSION = 3.9.6
-MROUTED_SOURCE = mrouted-$(MROUTED_VERSION).tar.bz2
-MROUTED_SITE = http://cloud.github.com/downloads/troglobit/mrouted
+MROUTED_SITE = $(call github,troglobit,mrouted,$(MROUTED_VERSION))
 MROUTED_DEPENDENCIES = host-bison
 
 define MROUTED_BUILD_CMDS
-- 
2.1.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-10-25  0:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-12 17:58 [Buildroot] [PATCH] mrouted: Use github call Maxime Hadjinlian
2014-10-19  8:56 ` Yann E. MORIN
2014-10-25  0:11 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox