From: Vittorio G (VittGam) Date: Thu, 14 May 2015 02:15:44 +0000 (+0200) Subject: Avoid trying to load the echo module here X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=bbf0cbf4815eec6d65bb3dedf1eb9d003db9adb7;p=feed%2Ftelephony.git 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 --- diff --git a/libs/dahdi-linux/Makefile b/libs/dahdi-linux/Makefile index 92b5f82..7425eb9 100644 --- a/libs/dahdi-linux/Makefile +++ b/libs/dahdi-linux/Makefile @@ -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