lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 72d28f83d35ee6b4b5dadfe7e9a5a4154625c199
parent d29e26b1e4285b9b3a61602d27a7f2c30ca2f084
Author: Ted Hess <thess@kitschensync.net>
Date:   Thu, 25 Sep 2014 20:27:26 -0400

Merge pull request #360 from equinox0815/tcpproxy-license

tcpproxy: added License Information
Diffstat:
Mnet/tcpproxy/Makefile | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/net/tcpproxy/Makefile b/net/tcpproxy/Makefile @@ -19,7 +19,9 @@ PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.spreadspace.org/tcpproxy/releases/ PKG_MD5SUM:=55126473bcde635f9ee019c6caf19bb7 - +PKG_MAINTAINER:=Christian Pointner <equinox@spreadspace.org> +PKG_LICENSE:=GPL-3.0+ +PKG_LICENSE_FILE:=LICENSE include $(INCLUDE_DIR)/package.mk @@ -29,7 +31,6 @@ define Package/tcpproxy SUBMENU:=Routing and Redirection TITLE:=IPv4/IPv6 tcp connection proxy URL:=http://www.spreadspace.org/tcpproxy/ - MAINTAINER:=Christian Pointner <equinox@spreadspace.org> endef define Package/tcpproxy/conffiles