diff options
| author | Florian Fainelli <florian@openwrt.org> | 2006-02-28 22:18:02 +0000 |
|---|---|---|
| committer | Florian Fainelli <florian@openwrt.org> | 2006-02-28 22:18:02 +0000 |
| commit | 7e2eb84bcfad10e6836c6824fcfe0da1d799daa9 (patch) | |
| tree | 224528b0182551eb51eb2fd54909f50e79ed7e6a | |
| parent | 9122769e050c57af05832134df819cf0cac2c5ec (diff) | |
| download | upstream-7e2eb84bcfad10e6836c6824fcfe0da1d799daa9.tar.gz upstream-7e2eb84bcfad10e6836c6824fcfe0da1d799daa9.tar.bz2 upstream-7e2eb84bcfad10e6836c6824fcfe0da1d799daa9.zip | |
Added sipp and ctorrent
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3289 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/package/Config.in | 2 | ||||
| -rw-r--r-- | openwrt/package/Makefile | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/openwrt/package/Config.in b/openwrt/package/Config.in index aab7ea65cfb..3266ed98e55 100644 --- a/openwrt/package/Config.in +++ b/openwrt/package/Config.in @@ -16,6 +16,7 @@ endmenu menu "Applications" source "package/collectd/Config.in" +source "package/ctorrent/Config.in" source "package/deco/Config.in" source "package/gpsd/Config.in" source "package/haserl/Config.in" @@ -132,6 +133,7 @@ source "package/samba/Config.in" source "package/scanlogd/Config.in" source "package/scdp/Config.in" source "package/shat/Config.in" +source "package/sipp/Config.in" source "package/siproxd/Config.in" source "package/sipsak/Config.in" source "package/slurm/Config.in" diff --git a/openwrt/package/Makefile b/openwrt/package/Makefile index 23f0ab24aab..11f30ba4f2a 100644 --- a/openwrt/package/Makefile +++ b/openwrt/package/Makefile @@ -24,6 +24,7 @@ package-$(BR2_PACKAGE_CIFSMOUNT) += cifsmount package-$(BR2_PACKAGE_CLICK) += click package-$(BR2_PACKAGE_CLINKC) += clinkc package-$(BR2_PACKAGE_COLLECTD) += collectd +package-$(BR2_PACKAGE_CTORRENT) += ctorrent package-$(BR2_PACKAGE_CUPS) += cups package-$(BR2_COMPILE_CURL) += curl package-$(BR2_PACKAGE_CUTTER) += cutter @@ -206,6 +207,7 @@ package-$(BR2_PACKAGE_SETPWC) += setpwc package-$(BR2_PACKAGE_SETSERIAL) += setserial package-$(BR2_PACKAGE_SHAT) += shat package-$(BR2_COMPILE_SHFS) += shfs +package-$(BR2_PACKAGE_SIPP) += sipp package-$(BR2_PACKAGE_SIPROXD) += siproxd package-$(BR2_PACKAGE_SIPSAK) += sipsak package-$(BR2_PACKAGE_SLURM) += slurm @@ -354,6 +356,7 @@ rsync-compile: popt-compile scanlogd-compile: libpcap-compile libnids-compile libnet-compile scdp-compile: libnet-compile screen-compile: ncurses-compile +sipp-compile: ncurses-compile uclibc++-compile libpthread-compile siproxd-compile: libosip2-compile sipsak-compile: openssl-compile socat-compile: openssl-compile |
