r8152: use standard versioning

Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
sbwml 2024-05-27 01:14:18 +08:00
parent b4793e9604
commit c990fdfb1a
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
#
# Download realtek r8152 linux driver from official site:
# [https://www.realtek.com/en/component/zoo/category/network-interface-controllers-10-100-1000m-gigabit-ethernet-usb-3-0-software]
# [https://www.realtek.com/Download/List?cate_id=585]
#
include $(TOPDIR)/rules.mk
@ -17,7 +17,6 @@ include $(INCLUDE_DIR)/package.mk
define KernelPackage/usb-net-rtl8152-vendor
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
SUBMENU:=USB Support
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
DEPENDS:=+kmod-usb-net
FILES:= $(PKG_BUILD_DIR)/r8152.ko
AUTOLOAD:=$(call AutoProbe,r8152)

View File

@ -1,5 +1,3 @@
diff --git a/r8152.c b/r8152.c
index 5d6df58..30e3dd5 100644
--- a/r8152.c
+++ b/r8152.c
@@ -31,6 +31,10 @@