Changeset 3739
- Timestamp:
- 04/13/08 18:47:46 (8 months ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/tcl (added)
- trunk/freewrt/package/tcl/Config.in (added)
- trunk/freewrt/package/tcl/Makefile (added)
- trunk/freewrt/package/tcl/ipkg (added)
- trunk/freewrt/package/tcl/ipkg/tcl.control (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r3660 r3739 298 298 source "package/sablevm-classpath/Config.in" 299 299 source "package/libffi-sable/Config.in" 300 source "package/tcl/Config.in" 300 301 source "package/what/Config.in" 301 302 endmenu trunk/freewrt/package/Makefile
r3734 r3739 324 324 package-$(FWRT_PACKAGE_SUBVERSION) += subversion 325 325 package-$(FWRT_PACKAGE_SYSLOG_NG) += syslog-ng 326 package-${FWRT_PACKAGE_TCL} += tcl 326 327 package-$(FWRT_PACKAGE_LIBWRAP) += tcp_wrappers 327 328 package-$(FWRT_PACKAGE_TAR) += tar


