]> Git Repo - buildroot-mgba.git/commitdiff
ebtables: fix download url
authorJerzy Grzegorek <[email protected]>
Sat, 20 Jul 2013 09:24:48 +0000 (11:24 +0200)
committerPeter Korsgaard <[email protected]>
Sat, 20 Jul 2013 19:10:33 +0000 (21:10 +0200)
Signed-off-by: Jerzy Grzegorek <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
package/ebtables/ebtables.mk

index 0b3fba663ef88a0c886b7747c1db52df03dc28d8..ddc1f45aab194207af3ea8b2cd4b37e6c3ae43b7 100644 (file)
@@ -6,7 +6,7 @@
 
 EBTABLES_VERSION = 2.0.10-4
 EBTABLES_SOURCE = ebtables-v$(EBTABLES_VERSION).tar.gz
-EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(EBTABLES_VERSION)
+EBTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/ebtables/ebtables-$(subst .,-,$(EBTABLES_VERSION))
 EBTABLES_LICENSE = GPLv2
 EBTABLES_LICENSE_FILES = COPYING
 EBTABLES_STATIC = $(if $(BR2_PREFER_STATIC_LIB),static)
This page took 0.031896 seconds and 4 git commands to generate.