1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-24 03:01:55 +02:00

package/ifx-tapi: move configuration in submenu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20920 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico 2010-04-16 11:08:54 +00:00
parent a6e256367b
commit 4052b60770
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -26,6 +26,7 @@ define KernelPackage/ifx-tapi
DEPENDS:=+kmod-ifxos @BROKEN
FILES:=$(PKG_BUILD_DIR)/src/drv_tapi.$(LINUX_KMOD_SUFFIX)
AUTOLOAD:=$(call AutoLoad,20,drv_tapi)
MENU:=1
endef
define KernelPackage/ifx-tapi/description
@ -33,9 +34,7 @@ define KernelPackage/ifx-tapi/description
endef
define KernelPackage/ifx-tapi/config
if PACKAGE_kmod-ifx-tapi
source "$(SOURCE)/Config.in"
endif
source "$(SOURCE)/Config.in"
endef
CONFIGURE_ARGS += \