From cfcbd75d94c46a24bb9b14a996ed6f975b7e7120 Mon Sep 17 00:00:00 2001 From: sbwml Date: Tue, 5 Apr 2022 07:36:59 +0800 Subject: [PATCH] luci-app-alist: set pkg_name --- luci-app-alist/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/luci-app-alist/Makefile b/luci-app-alist/Makefile index 4bea9d5..cdffa84 100644 --- a/luci-app-alist/Makefile +++ b/luci-app-alist/Makefile @@ -5,11 +5,13 @@ include $(TOPDIR)/rules.mk +PKG_NAME:=luci-app-alist +PKG_VERSION:=1.0.3 +PKG_RELEASE:=1 + LUCI_TITLE:=LuCI support for alist LUCI_DEPENDS:=+alist LUCI_PKGARCH:=all -PKG_VERSION:=1.0.3 -PKG_RELEASE:=1 include $(TOPDIR)/feeds/luci/luci.mk