From 7b56edaa63c887a2b73405d9e6abda40cde3043b Mon Sep 17 00:00:00 2001 From: "Vittorio G (VittGam)" Date: Thu, 14 May 2015 04:15:44 +0200 Subject: [PATCH] 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 --- libs/dahdi-linux/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2