mirror of
https://github.com/kenzok8/openwrt-packages.git
synced 2025-11-01 08:18:52 +08:00
update 2025-06-21 14:24:46
This commit is contained in:
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user