Skip to content

Commit 640a969

Browse files
committed
Amlogic: Adjust the default partition size
1 parent decd4c0 commit 640a969

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

luci-app-amlogic/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
include $(TOPDIR)/rules.mk
1717

1818
PKG_NAME:=luci-app-amlogic
19-
PKG_VERSION:=3.1.287
19+
PKG_VERSION:=3.1.288
2020
PKG_RELEASE:=1
2121

2222
PKG_LICENSE:=GPL-2.0 License

luci-app-amlogic/root/usr/sbin/openwrt-install-amlogic

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,8 +282,8 @@ while [ $p -ge 1 ]; do
282282
done
283283

284284
# you can change ROOT size(MB) >= 320
285-
ROOT1="2048"
286-
ROOT2="2048"
285+
ROOT1="1280"
286+
ROOT2="1280"
287287
if [[ "${AMLOGIC_SOC}" == "s912" ]] && [[ "${boxtype}" == "213" || "${boxtype}" == "2e" ]]; then
288288
BOOT="512"
289289
BLANK1="700"

0 commit comments

Comments
 (0)