r8152: use standard versioning
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
parent
b4793e9604
commit
c990fdfb1a
3
Makefile
3
Makefile
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Download realtek r8152 linux driver from official site:
|
# 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
|
include $(TOPDIR)/rules.mk
|
||||||
@ -17,7 +17,6 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define KernelPackage/usb-net-rtl8152-vendor
|
define KernelPackage/usb-net-rtl8152-vendor
|
||||||
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
|
TITLE:=Kernel module for USB-to-Ethernet Realtek convertors
|
||||||
SUBMENU:=USB Support
|
SUBMENU:=USB Support
|
||||||
VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE)
|
|
||||||
DEPENDS:=+kmod-usb-net
|
DEPENDS:=+kmod-usb-net
|
||||||
FILES:= $(PKG_BUILD_DIR)/r8152.ko
|
FILES:= $(PKG_BUILD_DIR)/r8152.ko
|
||||||
AUTOLOAD:=$(call AutoProbe,r8152)
|
AUTOLOAD:=$(call AutoProbe,r8152)
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
diff --git a/r8152.c b/r8152.c
|
|
||||||
index 5d6df58..30e3dd5 100644
|
|
||||||
--- a/r8152.c
|
--- a/r8152.c
|
||||||
+++ b/r8152.c
|
+++ b/r8152.c
|
||||||
@@ -31,6 +31,10 @@
|
@@ -31,6 +31,10 @@
|
||||||
|
Loading…
Reference in New Issue
Block a user