diff --git a/smartdns/Makefile b/smartdns/Makefile index 2632957..0223b38 100644 --- a/smartdns/Makefile +++ b/smartdns/Makefile @@ -15,7 +15,7 @@ PKG_MIRROR_HASH:=f592208a57d8177cdd070c215375d8a151a9b054509f1a968588658f5520f59 PKG_SOURCE_VERSION:=ea4ea566fb3624baf361c6fb22c33fed1746782b SMARTDNS_WEBUI_VERSION:=1.0.0 -SMAETDNS_WEBUI_SOURCE_PROTO:=git +SMARTDNS_WEBUI_SOURCE_PROTO:=git SMARTDNS_WEBUI_SOURCE_URL:=https://github.com/pymumu/smartdns-webui.git SMARTDNS_WEBUI_SOURCE_VERSION:=95f5d622fd014713aa2991190cbb62a2d58024b5 SMARTDNS_WEBUI_FILE:=smartdns-webui-$(SMARTDNS_WEBUI_VERSION).tar.gz @@ -113,7 +113,7 @@ endef define Download/smartdns-webui FILE:=$(SMARTDNS_WEBUI_FILE) - PROTO:=$(SMAETDNS_WEBUI_SOURCE_PROTO) + PROTO:=$(SMARTDNS_WEBUI_SOURCE_PROTO) URL:=$(SMARTDNS_WEBUI_SOURCE_URL) MIRROR_HASH:=87830094aab9246debb195c944079e4f8b06f9b2fdbc7a3cdf2934277b6135b3 VERSION:=$(SMARTDNS_WEBUI_SOURCE_VERSION)