mirror of https://github.com/hak5/openwrt-owl.git
parent
bbbdc421c7
commit
abfe7f3c6e
|
@ -1,3 +1,5 @@
|
||||||
|
menu "Configuration"
|
||||||
|
depends on PACKAGE_kmod-ifx-vmmc
|
||||||
choice
|
choice
|
||||||
prompt "device selection"
|
prompt "device selection"
|
||||||
default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
|
default VOICE_CPE_VMMC_WITH_DEVICE_DANUBE_extract
|
||||||
|
@ -47,3 +49,5 @@ config VOICE_CPE_VMMC_MPS_HISTORY_SIZE
|
||||||
MPS history buffer (default=128 words, maximum=512 words, 0=disable)
|
MPS history buffer (default=128 words, maximum=512 words, 0=disable)
|
||||||
To opimize the memory footprint in RAM, you might want to set the
|
To opimize the memory footprint in RAM, you might want to set the
|
||||||
buffer size to 0.
|
buffer size to 0.
|
||||||
|
|
||||||
|
endmenu
|
||||||
|
|
|
@ -26,6 +26,7 @@ define KernelPackage/ifx-vmmc
|
||||||
DEPENDS:=+kmod-ifx-tapi @BROKEN
|
DEPENDS:=+kmod-ifx-tapi @BROKEN
|
||||||
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.$(LINUX_KMOD_SUFFIX)
|
FILES:=$(PKG_BUILD_DIR)/src/drv_vmmc.$(LINUX_KMOD_SUFFIX)
|
||||||
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
|
AUTOLOAD:=$(call AutoLoad,25,drv_vmmc)
|
||||||
|
MENU:=1
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ifx-vmmc/description
|
define KernelPackage/ifx-vmmc/description
|
||||||
|
@ -33,9 +34,7 @@ define KernelPackage/ifx-vmmc/description
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define KernelPackage/ifx-vmmc/config
|
define KernelPackage/ifx-vmmc/config
|
||||||
if PACKAGE_kmod-ifx-vmmc
|
source "$(SOURCE)/Config.in"
|
||||||
source "$(SOURCE)/Config.in"
|
|
||||||
endif
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
CONFIGURE_ARGS += \
|
CONFIGURE_ARGS += \
|
||||||
|
|
Loading…
Reference in New Issue