Merge pull request #55 from VittGam/patch-1
Avoid trying to load the echo module from kmod-dahdi-echocan-oslec
This commit is contained in:
commit
3c06e4b936
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ define KernelPackage/dahdi-echocan-oslec
|
|||
DEPENDS:=kmod-dahdi +kmod-echo
|
||||
URL:=http://www.asterisk.org/
|
||||
FILES:=$(PKG_BUILD_DIR)/drivers/dahdi/dahdi_echocan_oslec.$(LINUX_KMOD_SUFFIX)
|
||||
AUTOLOAD:=$(call AutoProbe,echo dahdi_echocan_oslec)
|
||||
AUTOLOAD:=$(call AutoProbe,dahdi_echocan_oslec)
|
||||
endef
|
||||
|
||||
define KernelPackage/dahdi-echocan-oslec/description
|
||||
|
|
Loading…
Reference in a new issue