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:
parent
e25fe06783
commit
503cce1748
5 changed files with 11 additions and 11 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue