From 296ba8cdbc92abfe6361550413843061b1270a87 Mon Sep 17 00:00:00 2001 From: Tianling Shen Date: Sat, 30 Jul 2022 22:27:11 +0800 Subject: [PATCH] fix(Makefile): add missing conffiles Signed-off-by: Tianling Shen (cherry picked from commit 643930e5fce7e92505043d1734a35c38858b8e18) --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 1f1bc5db..a8ccdd29 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,10 @@ PKG_RELEASE:=1 PKG_MAINTAINER:=Tianling Shen +define Package/luci-app-unblockneteasemusic/conffiles +/etc/config/unblockneteasemusic +endef + include $(TOPDIR)/feeds/luci/luci.mk # call BuildPackage - OpenWrt buildroot signature