fix webd
This commit is contained in:
parent
65d657119e
commit
0d99af51c2
|
@ -4,7 +4,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=webd
|
||||
PKG_VERSION:=20240302
|
||||
PKG_VERSION:=20240223
|
||||
PKG_RELEASE:=$(AUTORELESE)
|
||||
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
|
@ -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://cnt2.cf/fidx.html#webd/$(PKG_VERSION)/
|
||||
PKG_SOURCE_URL:=https://cnt2.cf/webd/$(PKG_VERSION)/
|
||||
PKG_HASH:=skip
|
||||
|
||||
UNTAR_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||
|
|
Loading…
Reference in New Issue