diff options
author | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-17 17:05:50 +0000 |
---|---|---|
committer | Waldemar Brodkorb <mail@waldemar-brodkorb.de> | 2006-03-17 17:05:50 +0000 |
commit | 327e4d026887c6f9117859ce015cecca659cfaa5 (patch) | |
tree | 8b4eb8f608328537a993ce92b0ad4f3015280f59 /openwrt/package/openh323/Config.in | |
parent | dbff23b6d2c92e976875a3c242e062eeaa8ac71f (diff) | |
download | mtk-20170518-327e4d026887c6f9117859ce015cecca659cfaa5.zip mtk-20170518-327e4d026887c6f9117859ce015cecca659cfaa5.tar.gz mtk-20170518-327e4d026887c6f9117859ce015cecca659cfaa5.tar.bz2 |
add pwlib and open323 from Zoltan HERPAI, thx, fix bitlebee build after iconv changes; rm -rf staging_dir_* needed before compile
SVN-Revision: 3394
Diffstat (limited to 'openwrt/package/openh323/Config.in')
-rw-r--r-- | openwrt/package/openh323/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openwrt/package/openh323/Config.in b/openwrt/package/openh323/Config.in new file mode 100644 index 0000000..1aa3202 --- /dev/null +++ b/openwrt/package/openh323/Config.in @@ -0,0 +1,6 @@ +config BR2_PACKAGE_OPENH323 + prompt "openh323.......................... OpenH323 implementation" + tristate + select BR2_PACKAGE_PWLIB + default n + help |