diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:57:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 20:57:05 +0000 |
commit | 02fe2faa39be8225b43c790d163ebcbb4d3fa56c (patch) | |
tree | f4a5ac9641cd81d4428d95c549e47bfd0d323027 /openwrt/package/sipsak/Config.in | |
parent | 23ff86f20c9c83461d1b09886748318df540b9a7 (diff) | |
download | mtk-20170518-02fe2faa39be8225b43c790d163ebcbb4d3fa56c.zip mtk-20170518-02fe2faa39be8225b43c790d163ebcbb4d3fa56c.tar.gz mtk-20170518-02fe2faa39be8225b43c790d163ebcbb4d3fa56c.tar.bz2 |
Add sipsak package
SVN-Revision: 898
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 0000000..1ad11d0 --- /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 + |