diff options
author | Stan Grishin <stangri@melmac.net> | 2018-07-19 19:31:16 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2018-07-19 19:31:16 -0700 |
commit | 4f921594bbe23f24a84e5a5e2b7425b01e7bd143 (patch) | |
tree | 25011ccb4bc26920cb7e7fc554fafaa00c33980b /applications/luci-app-advanced-reboot/Makefile | |
parent | a68006245df16599145c00b949d2c8c97a327295 (diff) |
luci-app-advanced-reboot: change style of buttons to important
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 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-advanced-reboot/Makefile b/applications/luci-app-advanced-reboot/Makefile index b1ecf677f..08919640d 100644 --- a/applications/luci-app-advanced-reboot/Makefile +++ b/applications/luci-app-advanced-reboot/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) 2017 Stan Grishin (stangri@melmac.net) +# Copyright 2017-2018 Stan Grishin (stangri@melmac.net) # This is free software, licensed under the GNU General Public License v3. include $(TOPDIR)/rules.mk @@ -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:=32 +PKG_RELEASE:=33 include ../../luci.mk |