[LEDE-DEV] LEDE as hardware Load Balancer (a small router like a big-ip appliance)

Rafał Miłecki zajec5 at gmail.com
Fri Mar 24 14:21:24 PDT 2017


On 24 March 2017 at 11:47, Mauro Mozzarelli <mauro at ezplanet.org> wrote:
> 2) ipvsadm: add kernel configuration tool and utilities for Virtual Server
> Load <https://github.com/lede-project/source/pull/936>
> https://github.com/lede-project/source/pull/936

>From https://git.kernel.org/pub/scm/utils/kernel/ipvsadm/ipvsadm.git/tree/README
"This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version."

So this looks wrong I think:
PKG_LICENSE:=GPL-1.0

You should also specify GPL version for your package code (Makefile).
I mean making this more specific:
# This is free software, licensed under the GNU General Public License
# See /LICENSE for more information.

-- 
Rafał



More information about the Lede-dev mailing list