diff --git a/luci-app-netspeedtest/Makefile b/luci-app-netspeedtest/Makefile index 9cf7ad1d..936a8646 100644 --- a/luci-app-netspeedtest/Makefile +++ b/luci-app-netspeedtest/Makefile @@ -9,8 +9,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-netspeedtest -PKG_VERSION:=5.1.2 -PKG_RELEASE:=1 +PKG_VERSION:=5.1.3 +PKG_RELEASE:=2 LUCI_TITLE:=LuCI Support for netspeedtest LUCI_DEPENDS:=+ookla-speedtest +homebox +python3-light +python3-pkg-resources +python3-xml +python3-email \ diff --git a/luci-app-timecontrol/Makefile b/luci-app-timecontrol/Makefile index 3fb63a55..a82833fe 100644 --- a/luci-app-timecontrol/Makefile +++ b/luci-app-timecontrol/Makefile @@ -18,7 +18,7 @@ LUCI_DEPENDS:=+bc +nftables +bash +conntrack LUCI_PKGARCH:=all PKG_VERSION:=3.2.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=sirpdboy define Build/Compile diff --git a/luci-app-timecontrol/root/usr/share/luci/menu.d/luci-app-timecontrol.json b/luci-app-timecontrol/root/usr/share/luci/menu.d/luci-app-timecontrol.json index dba688ae..4a17c832 100644 --- a/luci-app-timecontrol/root/usr/share/luci/menu.d/luci-app-timecontrol.json +++ b/luci-app-timecontrol/root/usr/share/luci/menu.d/luci-app-timecontrol.json @@ -1,4 +1,11 @@ -{ +{ "admin/control": { + "title": "Control", + "order": 44, + "action": { + "type": "firstchild", + "recurse": true + } + }, "admin/control/timecontrol": { "title": "Time Control", "order": 10,