diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2020-04-11 10:50:45 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-11 10:50:45 +0300 |
commit | dcbc0cc8c05de12d6e355316f2b52817bd840a0f (patch) | |
tree | 92aabad2e24127d0c2272442df110b833ae09a1a /applications/luci-app-advanced-reboot/Makefile | |
parent | fc053272117679ac9ab360804b6921a0e2e08952 (diff) | |
parent | 75a4a80c1dd73247f2ba81c9510460fa32785b20 (diff) |
Merge pull request #3877 from stangri/master-luci-app-advanced-reboot
luci-app-advanced-reboot: improve localization by moving from translate to translatef
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 f6882b2c02..e119e6acc2 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-compat +luci-mod-admin-full LUCI_PKGARCH:=all -PKG_RELEASE:=51 +PKG_RELEASE:=52 include ../../luci.mk |