From d21e36142b1658330502dfc543b7ffc2608f00bb Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 18 Nov 2011 23:14:03 +0000 Subject: [PATCH] packages/tctool: cleanup git-svn-id: svn://svn.openwrt.org/openwrt/packages@29252 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/tctool/Makefile | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/net/tctool/Makefile b/net/tctool/Makefile index 9fb1d2979..af0ed5680 100644 --- a/net/tctool/Makefile +++ b/net/tctool/Makefile @@ -1,3 +1,10 @@ +# +# Copyright (C) 2008-2011 OpenWrt.org +# +# This is free software, licensed under the GNU General Public License v2. +# See /LICENSE for more information. +# + include $(TOPDIR)/rules.mk PKG_NAME:=tctool @@ -13,15 +20,16 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME) include $(INCLUDE_DIR)/package.mk define Package/tctool - SECTION:=net - CATEGORY:=Network - TITLE:=TrendChip-Modem-Utility - URL:=http://speedmodem50b.berlios.de/ - DEPENDS:=+libstdcpp + SECTION:=net + CATEGORY:=Network + TITLE:=TrendChip-Modem-Utility + URL:=http://speedmodem50b.berlios.de/ + DEPENDS:=+libstdcpp endef define Package/tctool/description - tcTool provides access to the console-service of TrendChip-based ADSL-Modems. + tcTool provides access to the console-service of TrendChip-based + ADSL-Modems. endef define Build/Compile