r8125: allow build for kernel 5.4

This commit is contained in:
CN_SZTL 2020-12-05 13:24:03 +08:00
parent 10867f5772
commit bda7db0e5d
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -79,7 +79,6 @@ define KernelPackage/r8125
TITLE:=Driver for Realtek r8125 chipsets
SUBMENU:=Network Devices
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
DEPENDS:=@!LINUX_5_4
FILES:= $(PKG_BUILD_DIR)/r8125.ko
AUTOLOAD:=$(call AutoProbe,r8125)
endef