diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-07 19:05:51 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-05-07 19:05:51 +0000 |
commit | 6de0c2173e8c5d584c8b428b5ab05bbc124b0b42 (patch) | |
tree | 4831945f46f46345637129b422a2563ce63ed7bb /openwrt/package/pwlib/Config.in | |
parent | 00f015c40d74d0b8005e07b71d1e174c1cca5127 (diff) |
make asterisk chan_bluetooth and chan_h323 modules optional,
link openh323 and pwlib statically.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@3737 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/pwlib/Config.in')
-rw-r--r-- | openwrt/package/pwlib/Config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/pwlib/Config.in b/openwrt/package/pwlib/Config.in index 1ad542943..0d9d11c76 100644 --- a/openwrt/package/pwlib/Config.in +++ b/openwrt/package/pwlib/Config.in @@ -1,5 +1,5 @@ -config BR2_PACKAGE_PWLIB - prompt "pwlib............................. Portable Windows library" +config BR2_COMPILE_PWLIB +# prompt "pwlib............................. Portable Windows library" tristate select BR2_PACKAGE_LIBPTHREAD default n |