From 12db71a1c03bc613c2627f3c30c51f1cba75f1e2 Mon Sep 17 00:00:00 2001 From: Kaveh Dadgar Date: Sun, 8 Sep 2024 20:37:34 +0330 Subject: [PATCH] fix: openwrt makefile conffiles fix openwrt makefile conffiles config according to new naming scheme on openwrt. --- wrt/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wrt/Makefile b/wrt/Makefile index f433fa2..1c00584 100644 --- a/wrt/Makefile +++ b/wrt/Makefile @@ -41,8 +41,8 @@ endef GO_PKG_TAGS:=with_gvisor,with_quic,with_wireguard,with_ech,with_utls,with_clash_api,with_grpc,with_low_memory,with_conntrack define Package/hiddify-core/conffiles -/etc/config/hiddify-core -/etc/hiddify-core/ +/etc/config/hiddify +/etc/hiddify/ endef define Package/hiddify-core/install