Avoid trying to load the echo module here 55/head
authorVittorio G (VittGam) <github@vittgam.net>
Thu, 14 May 2015 02:15:44 +0000 (04:15 +0200)
committerVittorio G (VittGam) <github@vittgam.net>
Thu, 14 May 2015 02:15:44 +0000 (04:15 +0200)
It would result in the warning "echo is already loaded" during package installation.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
libs/dahdi-linux/Makefile

index 92b5f826ab286504a0a79e6d92259a67f71bb9b6..7425eb9070d821efdd9faa2b5ad913adcd9eb4e5 100644 (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