update 2025-06-21 14:24:46

This commit is contained in:
actions-user
2025-06-21 14:24:46 +08:00
parent 52b7c300cb
commit b2e6f24bb1
2 changed files with 8 additions and 1 deletions

View File

@ -16,7 +16,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-amlogic
PKG_VERSION:=3.1.252
PKG_VERSION:=3.1.253
PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 License

View File

@ -336,6 +336,13 @@ elif [[ "${AMLOGIC_SOC}" == "s905x3" ]] && [[ "${boxtype}" == "525" || "${boxtyp
BLANK2="650"
BLANK3="0"
BLANK4="0"
elif [[ "${AMLOGIC_SOC}" == "a311d" ]] && [[ "${boxtype}" == "409" || "${boxtype}" == "49" ]]; then
# WXY-OES(A311D)
BOOT="512"
BLANK1="700"
BLANK2="0"
BLANK3="0"
BLANK4="0"
else
BOOT="160"
BLANK1="68"