mv1000: configure image rootfs size to 512M

Signed-off-by: Jianhui Zhao <jianhui.zhao@gl-inet.com>
This commit is contained in:
Jianhui Zhao 2023-06-09 16:33:17 +08:00
parent 6205851d07
commit 43bf41a346
2 changed files with 3 additions and 25 deletions

View File

@ -1,25 +0,0 @@
From d9a02dfb7e3589f813ccb9f0508af2111db81f6d Mon Sep 17 00:00:00 2001
From: Weiping Yang <weiping.yang@gl-inet.com>
Date: Sun, 26 Feb 2023 23:29:38 -0500
Subject: [PATCH] modify image rootfs size to 512M
---
config/Config-images.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/config/Config-images.in b/config/Config-images.in
index dcd7575c3e..b676e0f018 100644
--- a/config/Config-images.in
+++ b/config/Config-images.in
@@ -297,7 +297,7 @@ menu "Target Images"
config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MiB)"
depends on USES_ROOTFS_PART || TARGET_ROOTFS_EXT4FS
- default 104
+ default 512
help
Select the root filesystem partition size.
--
2.17.1

View File

@ -14,3 +14,6 @@ feeds:
packages:
- tor:gl_feeds_common
- smstools3:gl_feeds_common
diffconfig: |
CONFIG_TARGET_ROOTFS_PARTSIZE=512