1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-19 23:28:29 +02:00

package/ifx-tapi: move configuration in submenu

SVN-Revision: 20920
This commit is contained in:
Nicolas Thill 2010-04-16 11:08:54 +00:00
parent 009ed95cfc
commit ff5d8ea696
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 config VOICE_CPE_TAPI_FAX
bool "fax relay and modem support" bool "fax relay and modem support"
default n default n
@ -69,3 +72,5 @@ config VOICE_CPE_TAPI_TRACES
help help
enable driver traces with different trace levels to be enable driver traces with different trace levels to be
configured dynamically from the application or during insmod configured dynamically from the application or during insmod
endmenu

View File

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