projects
/
feed
/
telephony.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9e133fb
)
Avoid trying to load the echo module here
55/head
author
Vittorio G (VittGam)
<github@vittgam.net>
Thu, 14 May 2015 02:15:44 +0000
(
04:15
+0200)
committer
Vittorio 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
patch
|
blob
|
history
diff --git
a/libs/dahdi-linux/Makefile
b/libs/dahdi-linux/Makefile
index 92b5f826ab286504a0a79e6d92259a67f71bb9b6..7425eb9070d821efdd9faa2b5ad913adcd9eb4e5 100644
(file)
--- 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