mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-19 14:13:30 +00:00
luci-app-autorebooot: fix sunday schedule reboot datetype
This commit is contained in:
parent
9eeb898ee3
commit
60cc52ffe4
@ -9,7 +9,7 @@ LUCI_TITLE:=LuCI support for Scheduled Reboot
|
||||
LUCI_DEPENDS:=+luci
|
||||
LUCI_PKGARCH:=all
|
||||
PKG_VERSION:=1.0
|
||||
PKG_RELEASE:=8
|
||||
PKG_RELEASE:=9
|
||||
|
||||
include $(TOPDIR)/feeds/luci/luci.mk
|
||||
|
||||
|
@ -11,15 +11,15 @@ enable.rmempty = false
|
||||
enable.default=0
|
||||
|
||||
week=s:option(ListValue,"week",translate("Week Day"))
|
||||
week:value(0,translate("Everyday"))
|
||||
week:value(*,translate("Everyday"))
|
||||
week:value(1,translate("Monday"))
|
||||
week:value(2,translate("Tuesday"))
|
||||
week:value(3,translate("Wednesday"))
|
||||
week:value(4,translate("Thursday"))
|
||||
week:value(5,translate("Friday"))
|
||||
week:value(6,translate("Saturday"))
|
||||
week:value(7,translate("Sunday"))
|
||||
week.default=0
|
||||
week:value(0,translate("Sunday"))
|
||||
week.default=3
|
||||
|
||||
hour=s:option(Value,"hour",translate("Hour"))
|
||||
hour.datatype = "range(0,23)"
|
||||
|
Loading…
Reference in New Issue
Block a user