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:
Vittorio G (VittGam) 2015-05-14 04:15:44 +02:00 committed by Daniel Golle
parent d4ca5e50e6
commit 7b56edaa63

View file

@ -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