mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 17:01:44 +04:00
kernel: other: no longer package OSLEC for Linux 6.18
OSLEC has been dropped upstream since Linux 6.16. Reflect that by no longer providing the kernel module package `kmod-echo` which essentially became an empty stub. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
This commit is contained in:
@@ -921,6 +921,7 @@ $(eval $(call KernelPackage,thermal))
|
|||||||
define KernelPackage/echo
|
define KernelPackage/echo
|
||||||
SUBMENU:=$(OTHER_MENU)
|
SUBMENU:=$(OTHER_MENU)
|
||||||
TITLE:=Line Echo Canceller
|
TITLE:=Line Echo Canceller
|
||||||
|
DEPENDS:=@LINUX_6_12
|
||||||
KCONFIG:=CONFIG_ECHO
|
KCONFIG:=CONFIG_ECHO
|
||||||
FILES:=$(LINUX_DIR)/drivers/misc/echo/echo.ko
|
FILES:=$(LINUX_DIR)/drivers/misc/echo/echo.ko
|
||||||
AUTOLOAD:=$(call AutoLoad,50,echo)
|
AUTOLOAD:=$(call AutoLoad,50,echo)
|
||||||
|
|||||||
Reference in New Issue
Block a user