mirror of
https://github.com/kenzok8/openwrt-packages
synced 2025-01-08 13:27:28 +08:00
update 2024-04-16 14:00:53
This commit is contained in:
parent
e2f776f847
commit
014c230ee0
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user