update-02.11

This commit is contained in:
github-actions[bot] 2022-02-11 20:29:45 +08:00
parent 5ef640f322
commit dbc7de45ea
11 changed files with 30 additions and 10 deletions

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=aliyundrive-webdav
PKG_VERSION:=1.2.2
PKG_VERSION:=1.2.3
PKG_RELEASE:=$(AUTORELESE)
PKG_LICENSE:=MIT

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_LINKEASE:=$(ARCH)
PKG_NAME:=linkease
PKG_VERSION:=0.6.6
PKG_VERSION:=0.7.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=http://fw.koolcenter.com/binary/LinkEase/LinuxStorage/

View File

@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-aliyundrive-webdav
PKG_VERSION:=1.2.2
PKG_VERSION:=1.2.3
PKG_RELEASE:=1
PKG_PO_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE)

View File

@ -94,6 +94,11 @@ o.default = "-88"
o.atatype = "range(-1,-120)"
o:depends("kvr", 1)
---- 802.11F
enable = s:option(Flag, "iapp", translate("inter-access point protocol"), translate("Wireless Access Points (APs) running on different vendors can communicate with each other"))
enable.default = 0
enable.rmempty = false
---- ap_mode
enable = s:option(Flag, "ap_mode", translate("AP MODE Enable"), translate("Enable or disable AP MODE"))
enable.default = 0

View File

@ -58,6 +58,12 @@ msgstr "加密"
msgid "Key"
msgstr "密码"
msgid "inter-access point protocol"
msgstr "接入点内部协议"
msgid "Wireless Access Points (APs) running on different vendors can communicate with each other"
msgstr "运行在不同供应商的无线访问点(AP)可以相互交流"
msgid "Threshold for an good RSSI"
msgstr "快速漫游接入值"

View File

@ -15,6 +15,7 @@ load_easymesh_config() {
ap_ipaddr1=$(sed -n '1p' /etc/easymesh 2>/dev/null)
apRadio=$(uci -q get easymesh.config.apRadio)
kvr=$(uci -q get easymesh.config.kvr)
iapp=$(uci -q get easymesh.config.iapp)
brlan=$(uci -q get network.@device[0].name)
role=$(uci -q get easymesh.config.role)
}
@ -90,6 +91,7 @@ add_wifi_mesh() {
add_kvr() {
kvr=$(uci -q get easymesh.config.kvr)
mobility_domain=$(uci -q get easymesh.config.mobility_domain)
iapp=$(uci -q get easymesh.config.iapp)
for apall in $(uci -X show wireless | grep wifi-device | awk -F'[.=]' '{print $2}'); do
if [ "$kvr" = 1 ]; then
uci set wireless.default_$apall.ieee80211k='1'
@ -109,6 +111,13 @@ add_kvr() {
uci -q delete wireless.default_$apall.ieee80211r
uci commit wireless
fi
if [ "$iapp" = 1 ]; then
uci set wireless.default_$apall.iapp_interface='br-lan'
uci commit wireless
else
uci -q delete wireless.default_$apall.iapp_interface
uci commit wireless
fi
done
}

View File

@ -115,7 +115,7 @@ o:depends("ipv6_tproxy", true)
o.default = 0
o = s:option(Flag, "route_only", translate("Sniffing Route Only (V2Ray/Xray)"))
o.default = 1
o.default = "1"
--[[
---- TCP Redir Port

View File

@ -5,10 +5,10 @@
include $(TOPDIR)/rules.mk
LUCI_TITLE:=LuCI support for quickstart
LUCI_DEPENDS:=+quickstart +shadow-useradd
LUCI_TITLE:=LuCI support for quickstart
LUCI_DEPENDS:=+quickstart +shadow-useradd +luci-app-store
LUCI_PKGARCH:=all
PKG_VERSION:=0.0.1
PKG_VERSION:=0.2.0
PKG_RELEASE:=1
include $(TOPDIR)/feeds/luci/luci.mk

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
PKG_ARCH_quickstart:=$(ARCH)
PKG_NAME:=quickstart
PKG_VERSION:=0.0.1
PKG_VERSION:=0.2.0
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-binary-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://fw.koolcenter.com/binary/quickstart/