repo.or.cz
/
openwrt
/
mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[MINI2440] Updated defconfig to add (optional) packages
[openwrt/mini2440.git]
/
target
/
linux
/
au1000
/
patches-2.6.27
/
002-openwrt_rootfs.patch
blob
ade30a6740b52bb1c49debbc73152601791eb54f
1
--- a/arch/mips/au1000/mtx-1/platform.c
2
+++ b/arch/mips/au1000/mtx-1/platform.c
3
@@ -90,7 +90,7 @@ static struct platform_device mtx1_gpio_
4
5
static struct mtd_partition mtx1_mtd_partitions[] = {
6
{
7
- .name = "filesystem",
8
+ .name = "rootfs",
9
.size = 0x01C00000,
10
.offset = 0,
11
},