diff options
author | Baruch Siach <baruch@tkos.co.il> | 2012-08-01 07:48:59 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2012-08-01 20:10:32 +0200 |
commit | e2ec096eeda8d46b1cbb8f6adac16004c442f27e (patch) | |
tree | a4a0631e7b247fa39aef6f2e102602e24c28f37c /package | |
parent | e320e94106e852d114c562ad644a0b5956e64e0b (diff) | |
download | buildroot-novena-e2ec096eeda8d46b1cbb8f6adac16004c442f27e.tar.gz buildroot-novena-e2ec096eeda8d46b1cbb8f6adac16004c442f27e.zip |
ebtables: add license information
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/ebtables/ebtables.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ebtables/ebtables.mk b/package/ebtables/ebtables.mk index b3068f43e..7676e9abd 100644 --- a/package/ebtables/ebtables.mk +++ b/package/ebtables/ebtables.mk @@ -7,6 +7,8 @@ EBTABLES_VERSION = 2.0.10-4 EBTABLES_SOURCE = ebtables-v$(EBTABLES_VERSION).tar.gz EBTABLES_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/ebtables +EBTABLES_LICENSE = GPLv2 +EBTABLES_LICENSE_FILES = COPYING define EBTABLES_BUILD_CMDS $(MAKE) $(TARGET_CONFIGURE_OPTS) LIBDIR=/lib/ebtables -C $(@D) |