From: jow Date: Sat, 4 Feb 2012 20:29:22 +0000 (+0000) Subject: [packages_10.03.2] tctool: merge r29252 X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=b7c42fe82d7f451e9d2089ed71a56546ef65be72;p=10.03%2Fpackages.git [packages_10.03.2] tctool: merge r29252 git-svn-id: svn://svn.openwrt.org/openwrt/branches/packages_10.03.2@30120 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/net/tctool/Makefile b/net/tctool/Makefile index 9fb1d29..af0ed56 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