mirror of
https://github.com/LiBwrt-op/openwrt-6.x.git
synced 2025-12-16 16:57:28 +00:00
sunxi: increase default boot partition to 32 MiB
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
parent
f4e1608464
commit
da3f070010
@ -322,7 +322,7 @@ menu "Target Images"
|
||||
depends on USES_BOOT_PART
|
||||
default 8 if TARGET_apm821xx_sata
|
||||
default 16 if TARGET_rockchip
|
||||
default 64 if TARGET_bcm27xx || TARGET_sunxi_cortexa53
|
||||
default 64 if TARGET_bcm27xx
|
||||
default 128 if TARGET_armsr
|
||||
default 32
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
config SUNXI_SD_BOOT_PARTSIZE
|
||||
int "Boot (SD Card) filesystem partition size (in MB)"
|
||||
depends on TARGET_sunxi
|
||||
default 20
|
||||
default 32
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user