update 2022-05-18 16:51:00

This commit is contained in:
github-actions[bot] 2022-05-18 16:51:00 +08:00
parent 925f05bbca
commit 0b8c941eae
3 changed files with 4 additions and 4 deletions

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.92
PKG_VERSION:=3.1.93
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License
@ -26,7 +26,7 @@ LUCI_TITLE:=LuCI support for Amlogic, Allwinner and Rockchip related boxs
LUCI_PKGARCH:=all
LUCI_DEPENDS:= \
@(aarch64||arm) +luci +luci-lib-nixio +block-mount +blkid +parted \
+dosfstools +e2fsprogs +lsblk +pv +resize2fs +losetup +uuidgen
+dosfstools +e2fsprogs +lsblk +pv +losetup +uuidgen
define Package/$(PKG_NAME)/conffiles
/etc/config/amlogic

View File

@ -82,7 +82,7 @@ test $version -lt 1 && {
while uci rename wireless.@wifi-iface[$widx]=default_radio$widx >/dev/null 2>&1; do widx=$((widx+1)); done
uci -q get wireless.${radio} >/dev/null 2>&1 && {
uci -q del wireless.${radio}.disabled
uci -q set wireless.${radio}.country='AU'
uci -q set wireless.${radio}.country='US'
uci -q set wireless.${radio}.channel='auto'
if [ "$(uci -q get wireless.${radio}.band)" = "5g" ]; then

View File

@ -11,7 +11,7 @@ test -n "${hostname}" || hostname="OpenWrt"
while uci rename wireless.@wifi-iface[$widx]=default_radio$widx >/dev/null 2>&1; do widx=$((widx+1)); done
uci -q get wireless.${radio} >/dev/null 2>&1 && {
uci -q del wireless.${radio}.disabled
uci -q set wireless.${radio}.country='AU'
uci -q set wireless.${radio}.country='US'
uci -q set wireless.${radio}.channel='auto'
if [ "$(uci -q get wireless.${radio}.band)" = "5g" ]; then