1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

Add restriction for kernel 6.11

This commit is contained in:
Ycarus (Yannick Chabanois) 2024-09-16 15:48:31 +02:00
parent e25fe06783
commit 503cce1748
5 changed files with 11 additions and 11 deletions

View file

@ -25,7 +25,7 @@ define KernelPackage/r8125
SUBMENU:=Network Devices
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
FILES:= $(PKG_BUILD_DIR)/src/r8125.ko
DEPENDS:=@!LINUX_6_10
DEPENDS:=@!LINUX_6_10 @!LINUX_6_11
AUTOLOAD:=$(call AutoProbe,r8125)
endef