diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-10-08 23:04:40 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-10-08 23:05:03 +0000 |
commit | a917ad6c31f70fadc093d215bdef2b14e940e129 (patch) | |
tree | 2b7ecbd106d4d07a02950b455d6a5a0aa9f00cc2 /applications/luci-app-advanced-reboot/Makefile | |
parent | 780a84e8bead3cbbdda09c479ab793081ecf9903 (diff) |
luci-app-advanced-reboot: update to 1.0.1-15
* add support for Linksys EA6350v4
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-advanced-reboot/Makefile')
-rw-r--r-- | applications/luci-app-advanced-reboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index 1f0f030006..06d96f287a 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -7,7 +7,7 @@ PKG_NAME:=luci-app-advanced-reboot PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_VERSION:=1.0.1 -PKG_RELEASE:=13 +PKG_RELEASE:=15 LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_URL:=https://github.com/stangri/luci-app-advanced-reboot/ |