projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix wrong md5sum for nozomi (#915)
[openwrt.git]
/
Config.in
diff --git
a/Config.in
b/Config.in
index
bdd5547
..
cfd0b5f
100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-95,8
+95,12
@@
comment "Image Options"
source "target/image/*/Config.in"
+ config TARGET_ROOTFS_FSPART
+ int "Filesystem part size (in MB)"
+ depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS
+ default 16
+
endmenu
-source "target/linux/Config.in"
source ".config.in"
This page took
0.019095 seconds
and
4
git commands to generate.