From b78c9eb6feeca9121bbfe0def83e4fb0c8bbb3c9 Mon Sep 17 00:00:00 2001 From: clay_your Date: Mon, 6 Apr 2020 21:13:42 +0800 Subject: [PATCH] fix missing the FILE field.. fix Download/default is missing the FILE field.. Stop. error on openwrt --- package/openwrt/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/openwrt/Makefile b/package/openwrt/Makefile index 2e32ae9..60b1681 100644 --- a/package/openwrt/Makefile +++ b/package/openwrt/Makefile @@ -9,6 +9,9 @@ PKG_NAME:=smartdns PKG_VERSION:=1.2019.28 PKG_RELEASE:=1 +PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz +PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) + PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://www.github.com/pymumu/smartdns.git PKG_SOURCE_VERSION:=982002e836e486fb4e360bc10e84e7e7197caf46