summaryrefslogtreecommitdiff
path: root/openwrt/package/sipsak/Config.in
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-05-14 20:57:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-05-14 20:57:05 +0000
commit02fe2faa39be8225b43c790d163ebcbb4d3fa56c (patch)
treef4a5ac9641cd81d4428d95c549e47bfd0d323027 /openwrt/package/sipsak/Config.in
parent23ff86f20c9c83461d1b09886748318df540b9a7 (diff)
downloadmtk-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.in11
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
+