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