From 7b61cba3216d6175040066c8608a4ba099b6cbd4 Mon Sep 17 00:00:00 2001 From: GD-Slime <1289744583@qq.com> Date: Sun, 18 Jun 2023 12:43:24 +0800 Subject: [PATCH] try to fix pkg_url --- webd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/webd/Makefile b/webd/Makefile index 300f0ccf5..c2378e879 100644 --- a/webd/Makefile +++ b/webd/Makefile @@ -73,7 +73,8 @@ ifeq ($(ARCH),x86_64) endif PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(ARCH)-openwrt-linux-$(TARGET_ARCH).tar.gz -PKG_SOURCE_URL:=https://cnt2.cf/fidx.html\#/webd/$(PKG_VERSION)/ +SOURCE_URL:=https://cnt2.cf/fidx.html\# +PKG_SOURCE_URL:=$(SOURCE_URL)/webd/$(PKG_VERSION)/ PKG_HASH:=skip UNTAR_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)