From e266c6e97ffaa2590189a4555151bc37067fc6bc Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Fri, 19 Aug 2022 10:39:32 +0800 Subject: [PATCH] chore(Makefile): fix config path --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 26f11ba..259c112 100644 --- a/Makefile +++ b/Makefile @@ -16,7 +16,7 @@ LUCI_DEPENDS:= \ define Package/luci-app-homeproxy/conffiles /etc/config/homeproxy -/etc/homeproxy/ +/etc/homeproxy/certs/ endef include $(TOPDIR)/feeds/luci/luci.mk