mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-13 01:58:42 +00:00
package/ifx-tapi: move configuration in submenu
SVN-Revision: 20920
This commit is contained in:
parent
009ed95cfc
commit
ff5d8ea696
@ -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
|
||||||
|
@ -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 += \
|
||||||
|
Loading…
Reference in New Issue
Block a user