Compare commits

...

2 commits

Author SHA1 Message Date
bgme 74285d3a12 Merge commit 'e2eb264188b76d2d8386e51d294dc2963375e6c0' 2025-09-02 14:24:24 +00:00
bgme e2eb264188 Squashed 'smartdns/' changes from 07a145b..b289287
b289287 Update latest PKG_SOURCE_VERSION and Update PKG_MIRROR_HASH and webui MIRROR_HASH to OpenWrt SNAPSHOT version, as SNAPSHOT enforces hash consistency

git-subtree-dir: smartdns
git-subtree-split: b2892877b3696726170ae2dc6a0931564418092f
2025-09-02 14:22:13 +00:00

View file

@ -115,7 +115,7 @@ define Download/smartdns-webui
FILE:=$(SMARTDNS_WEBUI_FILE) FILE:=$(SMARTDNS_WEBUI_FILE)
PROTO:=$(SMARTDNS_WEBUI_SOURCE_PROTO) PROTO:=$(SMARTDNS_WEBUI_SOURCE_PROTO)
URL:=$(SMARTDNS_WEBUI_SOURCE_URL) URL:=$(SMARTDNS_WEBUI_SOURCE_URL)
MIRROR_HASH:=87830094aab9246debb195c944079e4f8b06f9b2fdbc7a3cdf2934277b6135b3 MIRROR_HASH:=a1c084dcc4fb7f87641d706b70168fc3c159f60f37d4b7eac6089ae68f0a18a1
VERSION:=$(SMARTDNS_WEBUI_SOURCE_VERSION) VERSION:=$(SMARTDNS_WEBUI_SOURCE_VERSION)
HASH:=$(SMARTDNS_WEBUI_HASH) HASH:=$(SMARTDNS_WEBUI_HASH)
SUBDIR:=smartdns-webui SUBDIR:=smartdns-webui
@ -140,4 +140,3 @@ endef
$(eval $(call BuildPackage,smartdns)) $(eval $(call BuildPackage,smartdns))
$(eval $(call RustBinPackage,smartdns-ui)) $(eval $(call RustBinPackage,smartdns-ui))
$(eval $(call BuildPackage,smartdns-ui)) $(eval $(call BuildPackage,smartdns-ui))