diff options
author | Nicolas Thill <nico@openwrt.org> | 2010-04-16 11:08:54 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2010-04-16 11:08:54 +0000 |
commit | ff5d8ea696d3a16ec85e292e4fa147e1ff0ab7a2 (patch) | |
tree | 6a72a2937052c05eadfb1c37db20356596da93a6 /package/ifx-tapi/Config.in | |
parent | 009ed95cfc6c1f52f9144445270578b541f841d0 (diff) | |
download | upstream-ff5d8ea696d3a16ec85e292e4fa147e1ff0ab7a2.tar.gz upstream-ff5d8ea696d3a16ec85e292e4fa147e1ff0ab7a2.tar.bz2 upstream-ff5d8ea696d3a16ec85e292e4fa147e1ff0ab7a2.zip |
package/ifx-tapi: move configuration in submenu
SVN-Revision: 20920
Diffstat (limited to 'package/ifx-tapi/Config.in')
-rw-r--r-- | package/ifx-tapi/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/package/ifx-tapi/Config.in b/package/ifx-tapi/Config.in index 56defb3dd1..e360883fd4 100644 --- a/package/ifx-tapi/Config.in +++ b/package/ifx-tapi/Config.in @@ -1,3 +1,6 @@ +menu "Configuration" + depends on PACKAGE_kmod-ifx-tapi + config VOICE_CPE_TAPI_FAX bool "fax relay and modem support" default n @@ -69,3 +72,5 @@ config VOICE_CPE_TAPI_TRACES help enable driver traces with different trace levels to be configured dynamically from the application or during insmod + +endmenu |