aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2015-04-02 16:15:41 +0000
committerJohn Crispin <john@openwrt.org>2015-04-02 16:15:41 +0000
commit7d091dca2e4cc031d6f39138c419c8e2303ec7e2 (patch)
tree452e36b264f08c4674fcf87d8b351a876165e36a
parenta722ee6107bf8a35419d1b0de3693b04d5413908 (diff)
downloadupstream-7d091dca2e4cc031d6f39138c419c8e2303ec7e2.tar.gz
upstream-7d091dca2e4cc031d6f39138c419c8e2303ec7e2.tar.bz2
upstream-7d091dca2e4cc031d6f39138c419c8e2303ec7e2.zip
modules: echo module was moved between 3.14 and 3.18
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45248
-rw-r--r--package/kernel/linux/modules/other.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk
index 36d3ef9e96..3460a55b36 100644
--- a/package/kernel/linux/modules/other.mk
+++ b/package/kernel/linux/modules/other.mk
@@ -969,7 +969,8 @@ define KernelPackage/echo
SUBMENU:=$(OTHER_MENU)
TITLE:=Line Echo Canceller
KCONFIG:=CONFIG_ECHO
- FILES:=$(LINUX_DIR)/drivers/misc/echo/echo.ko
+ FILES:=$(LINUX_DIR)/drivers/staging/echo/echo.ko@lt3.18 \
+ $(LINUX_DIR)/drivers/misc/echo/echo.ko@ge3.18
AUTOLOAD:=$(call AutoLoad,50,echo)
endef