r8168: fix dependency

This commit is contained in:
CN_SZTL 2020-03-14 04:51:03 +08:00
parent ebf797ea9e
commit dc6480e713
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -22,6 +22,7 @@ define KernelPackage/r8168
TITLE:=Driver for Realtek r8168 chipsets
SUBMENU:=Network Devices
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
DEPENDS:=@!LINUX_4_19
FILES:= $(PKG_BUILD_DIR)/r8168.ko
AUTOLOAD:=$(call AutoProbe,r8168)
DEFAULT:=y
@ -52,4 +53,4 @@ define Build/Compile
$(MAKE) $(R8168_MAKEOPTS) modules
endef
$(eval $(call KernelPackage,r8168))
$(eval $(call KernelPackage,r8168))