Skip to content

Commit

Permalink
r8101: fix PKG_SOURCE_URL (#9986)
Browse files Browse the repository at this point in the history
  • Loading branch information
NueXini committed Aug 23, 2022
1 parent b42a41a commit eb7c6f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/lean/r8101/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ PKG_VERSION:=1.037.01
PKG_RELEASE:=$(AUTORELEASE)

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://github.com/umarizulkifli/r8101/blob/main/r8101-1.037.01.tar.bz2
PKG_SOURCE_URL:=https://github.com/umarizulkifli/r8101/blob/main
PKG_HASH:=45b3ae6af31054879b06c13ce4f0fb14
PKG_BUILD_DIR:=$(KERNEL_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

Expand Down

0 comments on commit eb7c6f4

Please sign in to comment.