Changeset 1305
- Timestamp:
- 12/17/06 17:10:14 (5 years ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/binutils (added)
- trunk/freewrt/package/binutils/Config.in (added)
- trunk/freewrt/package/binutils/Makefile (added)
- trunk/freewrt/package/binutils/ipkg (added)
- trunk/freewrt/package/binutils/ipkg/binutils.control (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r1298 r1305 34 34 menu "Applications" 35 35 source "package/autossh/Config.in" 36 source "package/binutils/Config.in" 36 37 source "package/bitchx/Config.in" 37 38 source "package/collectd/Config.in" trunk/freewrt/package/Makefile
r1298 r1305 17 17 package-$(FWRT_COMPILE_BC) += bc 18 18 package-$(FWRT_COMPILE_BIND) += bind 19 package-$(FWRT_PACKAGE_BINUTILS) += binutils 19 20 package-$(FWRT_PACKAGE_BITCHX) += bitchx 20 21 package-$(FWRT_PACKAGE_BITLBEE) += bitlbee


