diff options
author | Thomas De Schampheleire <patrickdepinguin@gmail.com> | 2013-10-08 12:06:58 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-09 22:28:47 +0200 |
commit | 846bc0cf3fd1fe921960dc1dd851ea5c79207b8b (patch) | |
tree | c01499184cc61117413dde87c100f108129fb749 | |
parent | 5d1c9f8c8068e885a614af3ad9966a7ba07f9d83 (diff) | |
download | buildroot-846bc0cf3fd1fe921960dc1dd851ea5c79207b8b.tar.gz buildroot-846bc0cf3fd1fe921960dc1dd851ea5c79207b8b.zip |
ebtables: correct license GPLv2 -> GPLv2+
Signed-off-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r-- | package/ebtables/ebtables.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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) |