diff options
author | Stan Grishin <stangri@melmac.net> | 2019-08-26 23:07:37 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-08-26 23:07:37 -0700 |
commit | 68a71eead45d53fdea6a9fd23c2a30d4dce99397 (patch) | |
tree | 305fef9e164dd7139b01a41761f444d2b95f84ff /applications/luci-app-advanced-reboot/Makefile | |
parent | f8e30d5695c612ff70e4c5cf77589d29a92bd514 (diff) |
luci-app-advanced-reboot: bugfix for when network.lan.ipaddr is a table
Signed-off-by: Stan Grishin <stangri@melmac.net>
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 5381059da7..329acece4f 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -13,7 +13,7 @@ LUCI_DESCRIPTION:=Provides Web UI (found under System/Advanced Reboot) to reboot LUCI_DEPENDS:=+luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=41 +PKG_RELEASE:=42 include ../../luci.mk |