]> git.ipfire.org Git - thirdparty/openwrt.git/commitdiff
kernel: other: no longer package OSLEC for Linux 6.18
authorDaniel Golle <daniel@makrotopia.org>
Sun, 17 May 2026 12:28:04 +0000 (13:28 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 17 May 2026 12:29:47 +0000 (13:29 +0100)
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>
package/kernel/linux/modules/other.mk

index 25c890cae00fe09cefd7118df56d729ada6d8840..e8f62d3172b3a10bb08b11c76faed128ee08d064 100644 (file)
@@ -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)