summaryrefslogtreecommitdiff
path: root/package/ebtables
diff options
context:
space:
mode:
authorJerzy Grzegorek <jerzy.grzegorek@trzebnica.net>2013-07-20 11:24:48 +0200
committerPeter Korsgaard <jacmet@sunsite.dk>2013-07-20 21:10:33 +0200
commit75ae8a40129b03ca329e49b091f827348bf01ce2 (patch)
treeb81c8d58a72e567ba555de45b135ef23a4edadd6 /package/ebtables
parentd244782caadd17849910451e707366fcbec68cca (diff)
ebtables: fix download url
Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek@trzebnica.net> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ebtables')
-rw-r--r--package/ebtables/ebtables.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk
index 0b3fba663..ddc1f45aa 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)