Skip to content

Commit e804436

Browse files
committed
Increase partition size on full build to fix squashfs not booting
1 parent d58e709 commit e804436

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Those are my customized builds of OpenWrt for FriendlyARM NanoPi R2S / R4S
1919

2020
## Changelog
2121

22+
#### 2021-05-25
23+
- Increase kernel partition size on full build
2224
#### 2021-05-21
2325
- Add kernel options related to Docker (full build)
2426
- There are now 2 builds (mini/full) with different packages and kernel settings

seed/ao.seed

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,6 +449,6 @@ CONFIG_PACKAGE_zlib=y
449449
CONFIG_PACKAGE_zoneinfo-core=y
450450
CONFIG_PACKAGE_zoneinfo-europe=y
451451
CONFIG_SOCAT_SSL=y
452-
CONFIG_TARGET_KERNEL_PARTSIZE=20
452+
CONFIG_TARGET_KERNEL_PARTSIZE=40
453453
CONFIG_TARGET_OPTIONS=y
454454
CONFIG_TARGET_ROOTFS_PARTSIZE=1024

0 commit comments

Comments
 (0)