mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
12 lines
368 B
Diff
12 lines
368 B
Diff
--- a/webd/Makefile
|
|
+++ b/webd/Makefile
|
|
@@ -78,7 +78,7 @@ ifeq ($(ARCH),aarch64)
|
|
endif
|
|
|
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(TARGET_ARCH)-openwrt-linux-$(TARGET_BOARD).tar.gz
|
|
-PKG_SOURCE_URL:=https://webd.cf/webd/$(PKG_VERSION)/
|
|
+PKG_SOURCE_URL:=https://webd.cf/webd/webd_dl/$(PKG_VERSION)/
|
|
PKG_HASH:=skip
|
|
|
|
UNTAR_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|