projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ed527
)
fix rootfs size selection
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Dec 2007 01:53:13 +0000
(
01:53
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 20 Dec 2007 01:53:13 +0000
(
01:53
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9808
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Config.in
patch
|
blob
|
history
diff --git
a/Config.in
b/Config.in
index
c8b739c
..
606cb4a
100644
(file)
--- a/
Config.in
+++ b/
Config.in
@@
-61,7
+61,7
@@
source "target/linux/*/image/Config.in"
config TARGET_ROOTFS_FSPART
int "Filesystem part size (in MB)"
- depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS ||
LINUX_2_6_RB532
+ depends X86_GRUB_IMAGES || TARGET_ROOTFS_EXT2FS ||
TARGET_rb532 || TARGET_olpc
default 16
help
Allows you to change the filesystem partition size
This page took
0.024376 seconds
and
4
git commands to generate.