Avoid trying to load the echo module here
It would result in the warning "echo is already loaded" during package installation. Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
This commit is contained in:
parent
d4ca5e50e6
commit
7b56edaa63
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