From 846bc0cf3fd1fe921960dc1dd851ea5c79207b8b Mon Sep 17 00:00:00 2001 From: Thomas De Schampheleire Date: Tue, 8 Oct 2013 12:06:58 +0200 Subject: [PATCH] ebtables: correct license GPLv2 -> GPLv2+ Signed-off-by: Thomas De Schampheleire Signed-off-by: Peter Korsgaard --- package/ebtables/ebtables.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk index ddc1f45aab..116012c72c 100644 --- a/package/ebtables/ebtables.mk +++ b/package/ebtables/ebtables.mk @@ -7,7 +7,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-$(subst .,-,$(EBTABLES_VERSION)) -EBTABLES_LICENSE = GPLv2 +EBTABLES_LICENSE = GPLv2+ EBTABLES_LICENSE_FILES = COPYING EBTABLES_STATIC = $(if $(BR2_PREFER_STATIC_LIB),static)