mirror of
https://github.com/openwrt/telephony.git
synced 2026-05-31 06:51:54 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user