From: Daniel Golle Date: Sun, 17 May 2026 12:28:04 +0000 (+0100) Subject: kernel: other: no longer package OSLEC for Linux 6.18 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=a04aed67957ffdf5f087de67cdcf72609d79b8ab;p=thirdparty%2Fopenwrt.git 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 --- diff --git a/package/kernel/linux/modules/other.mk b/package/kernel/linux/modules/other.mk index 25c890cae00..e8f62d3172b 100644 --- a/package/kernel/linux/modules/other.mk +++ b/package/kernel/linux/modules/other.mk @@ -921,6 +921,7 @@ $(eval $(call KernelPackage,thermal)) define KernelPackage/echo SUBMENU:=$(OTHER_MENU) TITLE:=Line Echo Canceller + DEPENDS:=@LINUX_6_12 KCONFIG:=CONFIG_ECHO FILES:=$(LINUX_DIR)/drivers/misc/echo/echo.ko AUTOLOAD:=$(call AutoLoad,50,echo)