diff --git a/Makefile b/Makefile index 15e749d..7dfd459 100644 --- a/Makefile +++ b/Makefile @@ -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) diff --git a/patches/900-fix-build-for-linux-6.6.patch b/patches/900-fix-build-for-linux-6.6.patch index 3d48ba4..68082e2 100644 --- a/patches/900-fix-build-for-linux-6.6.patch +++ b/patches/900-fix-build-for-linux-6.6.patch @@ -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 @@