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