From 62bae27d486dc79635243fae041a47456baba183 Mon Sep 17 00:00:00 2001 From: ben Date: Wed, 6 Sep 2023 00:16:20 +0000 Subject: [PATCH] Update 'Makefile' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 2e3c77f..2a7f32c 100644 --- a/Makefile +++ b/Makefile @@ -3,12 +3,12 @@ include $(TOPDIR)/rules.mk -LUCI_TITLE:=LuCI support for libreddit +LUCI_TITLE:=LuCI support for APPNAME LUCI_PKGARCH:=all LUCI_DEPENDS:=+lsblk +docker +luci-lib-taskd define Package/luci-app-libreddit/conffiles -/etc/config/libreddit +/etc/config/APPNAME endef include $(TOPDIR)/feeds/luci/luci.mk