Changeset 29252
- Timestamp:
- 2011-11-19T00:14:03+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
packages/net/tctool/Makefile
r16438 r29252 1 # 2 # Copyright (C) 2008-2011 OpenWrt.org 3 # 4 # This is free software, licensed under the GNU General Public License v2. 5 # See /LICENSE for more information. 6 # 7 1 8 include $(TOPDIR)/rules.mk 2 9 … … 14 21 15 22 define Package/tctool 16 17 18 19 20 23 SECTION:=net 24 CATEGORY:=Network 25 TITLE:=TrendChip-Modem-Utility 26 URL:=http://speedmodem50b.berlios.de/ 27 DEPENDS:=+libstdcpp 21 28 endef 22 29 23 30 define Package/tctool/description 24 tcTool provides access to the console-service of TrendChip-based ADSL-Modems. 31 tcTool provides access to the console-service of TrendChip-based 32 ADSL-Modems. 25 33 endef 26 34
Note: See TracChangeset
for help on using the changeset viewer.