packages/tctool: cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@29252 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2011-11-18 23:14:03 +00:00
parent 0deef80cbf
commit d21e36142b

View File

@ -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 include $(TOPDIR)/rules.mk
PKG_NAME:=tctool PKG_NAME:=tctool
@ -13,15 +20,16 @@ PKG_BUILD_DIR=$(BUILD_DIR)/$(PKG_NAME)
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
define Package/tctool define Package/tctool
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
TITLE:=TrendChip-Modem-Utility TITLE:=TrendChip-Modem-Utility
URL:=http://speedmodem50b.berlios.de/ URL:=http://speedmodem50b.berlios.de/
DEPENDS:=+libstdcpp DEPENDS:=+libstdcpp
endef endef
define Package/tctool/description 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 endef
define Build/Compile define Build/Compile