r8126: use standard versioning

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-05-27 01:13:20 +08:00
parent d6915c1366
commit 4715c892e0

View File

@ -1,6 +1,6 @@
# #
# Download realtek r8126 linux driver from official site: # Download realtek r8126 linux driver from official site:
# [https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-pci-express-software] # [https://www.realtek.com/Download/List?cate_id=584]
# #
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
@ -17,7 +17,6 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/r8126 define KernelPackage/r8126
TITLE:=Driver for Realtek r8126 chipsets TITLE:=Driver for Realtek r8126 chipsets
SUBMENU:=Network Devices SUBMENU:=Network Devices
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
DEPENDS:=@PCI_SUPPORT DEPENDS:=@PCI_SUPPORT
FILES:= $(PKG_BUILD_DIR)/r8126.ko FILES:= $(PKG_BUILD_DIR)/r8126.ko
AUTOLOAD:=$(call AutoProbe,r8126) AUTOLOAD:=$(call AutoProbe,r8126)