From 149102ccd908e6759aa288dad86a7649a005d8e5 Mon Sep 17 00:00:00 2001 From: sbwml Date: Mon, 27 May 2024 01:12:34 +0800 Subject: [PATCH] r8101: use standard versioning Signed-off-by: sbwml --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index ced6570..86f6b4a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # # Download realtek r8101 linux driver from official site: -# [https://www.realtek.com/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 @@ -8,7 +8,7 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=r8101 PKG_VERSION:=1.038.02 -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_BUILD_PARALLEL:=1 @@ -18,7 +18,6 @@ include $(INCLUDE_DIR)/package.mk define KernelPackage/r8101 TITLE:=Driver for Realtek r8101 chipsets SUBMENU:=Network Devices - VERSION:=$(LINUX_VERSION)+$(PKG_VERSION)-$(BOARD)-$(PKG_RELEASE) DEPENDS:=@PCI_SUPPORT FILES:= $(PKG_BUILD_DIR)/r8101.ko AUTOLOAD:=$(call AutoProbe,r8101)