We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58e709 commit e804436Copy full SHA for e804436
2 files changed
README.md
@@ -19,6 +19,8 @@ Those are my customized builds of OpenWrt for FriendlyARM NanoPi R2S / R4S
19
20
## Changelog
21
22
+#### 2021-05-25
23
+- Increase kernel partition size on full build
24
#### 2021-05-21
25
- Add kernel options related to Docker (full build)
26
- There are now 2 builds (mini/full) with different packages and kernel settings
seed/ao.seed
@@ -449,6 +449,6 @@ CONFIG_PACKAGE_zlib=y
449
CONFIG_PACKAGE_zoneinfo-core=y
450
CONFIG_PACKAGE_zoneinfo-europe=y
451
CONFIG_SOCAT_SSL=y
452
-CONFIG_TARGET_KERNEL_PARTSIZE=20
+CONFIG_TARGET_KERNEL_PARTSIZE=40
453
CONFIG_TARGET_OPTIONS=y
454
CONFIG_TARGET_ROOTFS_PARTSIZE=1024
0 commit comments