From: Jerzy Grzegorek Date: Sat, 20 Jul 2013 09:24:48 +0000 (+0200) Subject: ebtables: fix download url X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=75ae8a40129b03ca329e49b091f827348bf01ce2;p=buildroot.git ebtables: fix download url Signed-off-by: Jerzy Grzegorek Signed-off-by: Peter Korsgaard --- diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk index 0b3fba663e..ddc1f45aab 100644 --- a/package/ebtables/ebtables.mk +++ b/package/ebtables/ebtables.mk @@ -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)