diff options
| author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-11-30 10:28:36 +0000 |
|---|---|---|
| committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-11-30 10:28:36 +0000 |
| commit | af5347e4690ee568e63c6843ffd4906e9837c15d (patch) | |
| tree | 7488b202484c0d1b063120b06562c15f0ce9912d /package/libosip2/Config.in | |
| parent | e7546fd3b0413400b9226079240ebb32fea9ea76 (diff) | |
| download | buildroot-af5347e4690ee568e63c6843ffd4906e9837c15d.tar.gz buildroot-af5347e4690ee568e63c6843ffd4906e9837c15d.zip | |
Add libosip2 package
Diffstat (limited to 'package/libosip2/Config.in')
| -rw-r--r-- | package/libosip2/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/libosip2/Config.in b/package/libosip2/Config.in new file mode 100644 index 0000000000..3ffd1937a1 --- /dev/null +++ b/package/libosip2/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_LIBOSIP2 + bool "libosip2" + default n + help + GNU SIP (Session Initiation Protocol) + This library aims to provide multimedia and telecom software + developers an easy and powerful interface to initiate and + control SIP based sessions in their applications. + SIP is a open standard replacement from IETF for H323. + |

