diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-07-20 07:30:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-07-20 07:30:31 +0200 |
commit | f7cf8ff6c3dedc45049e8390f209531d99cf4757 (patch) | |
tree | db668b8fa46af2a425a6026675e22002c78ccc32 /applications/luci-app-advanced-reboot/Makefile | |
parent | 565c9001cd44bc23aeaefd578ae6fe67d724db6b (diff) | |
parent | 4f921594bbe23f24a84e5a5e2b7425b01e7bd143 (diff) |
Merge pull request #1968 from stangri/luci-app-advanced-reboot
luci-app-advanced-reboot: change style of buttons to important
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 b1ecf677f0..08919640d7 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 |