projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6649a17
)
x86: bump default kernel partition size to 16M
author
Felix Fietkau
<nbd@nbd.name>
Wed, 9 Nov 2016 11:17:22 +0000
(12:17 +0100)
committer
Felix Fietkau
<nbd@nbd.name>
Wed, 9 Nov 2016 11:17:52 +0000
(12:17 +0100)
This leaves more room for sysupgrade config data or for having multiple
kernel images to choose from
Signed-off-by: Felix Fietkau <nbd@nbd.name>
config/Config-images.in
patch
|
blob
|
history
diff --git
a/config/Config-images.in
b/config/Config-images.in
index 1866bb13254014ca1906461bc8d93fc9c01880b3..5b2ddd1bd4c453c83b9cc9424efbc672dcc3f91c 100644
(file)
--- a/
config/Config-images.in
+++ b/
config/Config-images.in
@@
-248,7
+248,7
@@
menu "Target Images"
config TARGET_KERNEL_PARTSIZE
int "Kernel partition size (in MB)"
depends on GRUB_IMAGES
- default
4
+ default
16
config TARGET_ROOTFS_PARTSIZE
int "Root filesystem partition size (in MB)"