diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-14 20:57:05 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-05-14 20:57:05 +0000 |
commit | 8b0ffde940c9691b9a6e4ffcda44e7bc218c8d6f (patch) | |
tree | f4a5ac9641cd81d4428d95c549e47bfd0d323027 /openwrt/package/sipsak/Config.in | |
parent | 5457ac9415ce2509afb4f9b9c434f1c5e5d966c0 (diff) |
Add sipsak package
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/sipsak/Config.in')
-rw-r--r-- | openwrt/package/sipsak/Config.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/openwrt/package/sipsak/Config.in b/openwrt/package/sipsak/Config.in new file mode 100644 index 000000000..1ad11d082 --- /dev/null +++ b/openwrt/package/sipsak/Config.in @@ -0,0 +1,11 @@ +config BR2_PACKAGE_SIPSAK + tristate "sipsak - a SIP (Session Initiation Protocol) stress and diagnostics utility" + default m if CONFIG_DEVEL + select BR2_PACKAGE_OPENSSL + help + A SIP (Session Initiation Protocol) stress and diagnostics utility + + http://www.sipsak.org/ + + Depends: openssl + |