diff options
author | David Adair <djabhead@aol.com> | 2021-05-19 21:25:38 -0700 |
---|---|---|
committer | David Adair <djabhead@aol.com> | 2021-05-26 16:07:06 -0700 |
commit | a68d6f659fc28290a7e8d8a134c9f249b48b7a40 (patch) | |
tree | c67db997949fbd301cbd3cd56f72f8c6c386850c /applications/luci-app-advanced-reboot/Makefile | |
parent | ad9388d2eba0b024cd16c5e653b1f09b00103a08 (diff) |
[luci] luci-app-advanced-reboot: add board config for Linksys EA7500-V1
EA7500-v1 works the same as the other Linksys models except
the name is different.
Signed-off-by: David Adair <djabhead@aol.com>
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 8b3f709dfa..a0024cdc1f 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.net> -PKG_VERSION:=1.0.1-1 +PKG_VERSION:=1.0.1-2 LUCI_TITLE:=Advanced Linksys Reboot Web UI LUCI_URL:=https://docs.openwrt.melmac.net/luci-app-advanced-reboot/ |