diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-16 21:46:44 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-04-16 21:46:44 +0000 |
commit | c96ef1722ed0013063687ceef633809169e93859 (patch) | |
tree | 16ff41659c1718651030b3fea9bf6dfc795fd597 /target/linux/rdc-2.6/files | |
parent | 6803b047916838c065b77dff2e1ff4037f43056d (diff) |
No longer mark rdc-2.6 as broken, squashfs is now working, thanks sn9
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6976 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/rdc-2.6/files')
-rw-r--r-- | target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c b/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c index cd449bab82..fd16d90b7f 100644 --- a/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c +++ b/target/linux/rdc-2.6/files/drivers/mtd/maps/rdc3210.c @@ -259,7 +259,7 @@ static int __init init_rdc3210_map(void) len = 1; tmp4 = tmp3; tmp = hdr->imagesz; - rdc3210_parts[2].name = "rootfs"; + rdc3210_parts[2].name = "rootfs_data"; rdc3210_parts[2].offset = rdc3210_parts[0].offset + (((tmp / tmp2) + ((tmp % tmp2) ? 1 : 0)) * tmp2); } else |