projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Change the main partition to be named rootfs so that the scripts mount it
[openwrt.git]
/
target
/
linux
/
adm5120-2.6
/
files
/
drivers
/
mtd
/
nand
/
rbmipsnand.c
diff --git
a/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
b/target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
index
c687dcd
..
306b97c
100644
(file)
--- a/
target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
+++ b/
target/linux/adm5120-2.6/files/drivers/mtd/nand/rbmipsnand.c
@@
-58,7
+58,7
@@
static struct mtd_partition partition_info[] = {
size: 4 * 1024 * 1024
},
{
- name: "
RouterBoard NAND Main
",
+ name: "
rootfs
",
offset: MTDPART_OFS_NXTBLK,
size: MTDPART_SIZ_FULL
}
This page took
0.020335 seconds
and
4
git commands to generate.