update 2024-04-16 14:00:53

This commit is contained in:
actions-user 2024-04-16 14:00:53 +08:00
parent e2f776f847
commit 014c230ee0
2 changed files with 8 additions and 2 deletions

View File

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

View File

@ -264,7 +264,13 @@ done
# you can change ROOT size(MB) >= 320
ROOT1="960"
ROOT2="960"
if [[ "${AMLOGIC_SOC}" == "s912" || "${AMLOGIC_SOC}" == "s905d" ]]; then
if [[ "${AMLOGIC_SOC}" == "s912" ]] && [[ "${boxtype}" == "213" || "${boxtype}" == "2e" ]]; then
BOOT="512"
BLANK1="700"
BLANK2="220"
BLANK3="0"
BLANK4="0"
elif [[ "${AMLOGIC_SOC}" == "s912" || "${AMLOGIC_SOC}" == "s905d" ]]; then
BOOT="512"
BLANK1="68"
BLANK2="220"