diff options
author | Stan Grishin <stangri@melmac.net> | 2021-03-12 19:05:16 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-12 19:05:16 -0800 |
commit | 87f89b6af936eb9ab3a081782365a4d033b60801 (patch) | |
tree | b45cfd03848ea1496843575c61572bc666bf8a7c /applications/luci-app-advanced-reboot/Makefile | |
parent | 8e48d67cdfc608ac9af4b75c6d0567d734de856c (diff) | |
parent | e45d7b06b8197c690ec27411fcb38347d0f6f5e5 (diff) |
Merge pull request #4897 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: explicit package version
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index a4192271cd..9f717d5cbc 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -5,6 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> +PKG_VERSION:=1.0.0-1 LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ |