We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent decd4c0 commit 640a969Copy full SHA for 640a969
luci-app-amlogic/Makefile
@@ -16,7 +16,7 @@
16
include $(TOPDIR)/rules.mk
17
18
PKG_NAME:=luci-app-amlogic
19
-PKG_VERSION:=3.1.287
+PKG_VERSION:=3.1.288
20
PKG_RELEASE:=1
21
22
PKG_LICENSE:=GPL-2.0 License
luci-app-amlogic/root/usr/sbin/openwrt-install-amlogic
@@ -282,8 +282,8 @@ while [ $p -ge 1 ]; do
282
done
283
284
# you can change ROOT size(MB) >= 320
285
-ROOT1="2048"
286
-ROOT2="2048"
+ROOT1="1280"
+ROOT2="1280"
287
if [[ "${AMLOGIC_SOC}" == "s912" ]] && [[ "${boxtype}" == "213" || "${boxtype}" == "2e" ]]; then
288
BOOT="512"
289
BLANK1="700"
0 commit comments