modules: echo module was moved between 3.14 and 3.18
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 45248
This commit is contained in:
parent
a722ee6107
commit
7d091dca2e
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue