mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Changes needed for kernel 6.6 support
This commit is contained in:
parent
b2f4ad38ee
commit
b8ca72b410
3 changed files with 6 additions and 2 deletions
|
@ -26,7 +26,7 @@ define KernelPackage/usb-net-rtl8152-vendor
|
|||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
||||
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
|
||||
SUBMENU:=USB Support
|
||||
DEPENDS:=+kmod-usb-net
|
||||
DEPENDS:=+kmod-usb-net @(LINUX_5_4||LINUX_6_1)
|
||||
FILES:=$(PKG_BUILD_DIR)/r8152.ko
|
||||
AUTOLOAD:=$(call AutoProbe,r8152)
|
||||
CONFLICTS:=kmod-usb-net-rtl8152
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue