diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-05-14 13:31:30 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-05-14 13:31:30 +0000 |
commit | b932c1bad2d32105121cc88bd37ed7f0e9303b40 (patch) | |
tree | e748cccab28375e1f6c517e7730a0bb7c63b169b /openwrt/package/libosip2/Config.in | |
parent | 03c4ec3882210f0e12707385f85ddaf035ef5d9c (diff) | |
download | mtk-20170518-b932c1bad2d32105121cc88bd37ed7f0e9303b40.zip mtk-20170518-b932c1bad2d32105121cc88bd37ed7f0e9303b40.tar.gz mtk-20170518-b932c1bad2d32105121cc88bd37ed7f0e9303b40.tar.bz2 |
Add libosip2 package
SVN-Revision: 891
Diffstat (limited to 'openwrt/package/libosip2/Config.in')
-rw-r--r-- | openwrt/package/libosip2/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/openwrt/package/libosip2/Config.in b/openwrt/package/libosip2/Config.in new file mode 100644 index 0000000..1a83bb2 --- /dev/null +++ b/openwrt/package/libosip2/Config.in @@ -0,0 +1,8 @@ +config BR2_PACKAGE_LIBOSIP2 + tristate "libosip2 (GNU oSIP library)" + default m if CONFIG_DEVEL + help + GNU oSIP library, a Session Initiation Protocol (SIP) implementation + + http://www.gnu.org/software/osip/ + |