Changeset 3283
- Timestamp:
- 07/19/07 13:07:41 (1 year ago)
- Files:
-
- trunk/freewrt/package/Config.in (modified) (1 diff)
- trunk/freewrt/package/Depends.mk (modified) (1 diff)
- trunk/freewrt/package/Makefile (modified) (1 diff)
- trunk/freewrt/package/sispmctl (added)
- trunk/freewrt/package/sispmctl/Config.in (added)
- trunk/freewrt/package/sispmctl/Makefile (added)
- trunk/freewrt/package/sispmctl/ipkg (added)
- trunk/freewrt/package/sispmctl/ipkg/sispmctl.control (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/package/Config.in
r3249 r3283 475 475 source "package/pciutils/Config.in" 476 476 source "package/procps/Config.in" 477 source "package/sispmctl/Config.in" 477 478 source "package/strace/Config.in" 478 479 source "package/stress/Config.in" trunk/freewrt/package/Depends.mk
r3256 r3283 136 136 siproxd-compile: libosip2-compile 137 137 sipsak-compile: openssl-compile 138 sispmctl-compile: libusb-compile 138 139 snort-compile: libnet-compile libpcap-compile pcre-compile 139 140 snort-wireless-compile: libnet-compile libpcap-compile pcre-compile trunk/freewrt/package/Makefile
r3260 r3283 292 292 package-$(FWRT_PACKAGE_SIPROXD) += siproxd 293 293 package-$(FWRT_PACKAGE_SIPSAK) += sipsak 294 package-$(FWRT_PACKAGE_SISPMCTL) += sispmctl 294 295 package-$(FWRT_PACKAGE_SLURM) += slurm 295 296 package-$(FWRT_COMPILE_SNORT) += snort


