summaryrefslogtreecommitdiffstats
path: root/target/linux/brcm-2.4/base-files/default/sbin/mount_root
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-05-10 12:38:31 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-05-10 12:38:31 +0000
commitbd65c8b91af0397ae3f44cf672734c1f3bcb6fe5 (patch)
treebedcca0eca2d484427864ed71fcf84ed0541ca8f /target/linux/brcm-2.4/base-files/default/sbin/mount_root
parent5eb30e636dbd655e9f7865c5aa59c9d1bcb866f9 (diff)
downloadmaster-31e0f0ae-bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5.tar.gz
master-31e0f0ae-bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5.tar.bz2
master-31e0f0ae-bd65c8b91af0397ae3f44cf672734c1f3bcb6fe5.zip
broadcom: rename the OpenWrt partition to rootfs_data
SVN-Revision: 7171
Diffstat (limited to 'target/linux/brcm-2.4/base-files/default/sbin/mount_root')
-rwxr-xr-xtarget/linux/brcm-2.4/base-files/default/sbin/mount_root2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/base-files/default/sbin/mount_root b/target/linux/brcm-2.4/base-files/default/sbin/mount_root
index 3ed1b58616..a9dd2764dd 100755
--- a/target/linux/brcm-2.4/base-files/default/sbin/mount_root
+++ b/target/linux/brcm-2.4/base-files/default/sbin/mount_root
@@ -19,7 +19,7 @@ if [ "$1" != "failsafe" ]; then
is_dirty
[ $? != 0 ] && {
echo "switching to jffs2"
- mount $(find_mtd_part OpenWrt) /jffs -t jffs2
+ mount $(find_mtd_part rootfs_data) /jffs -t jffs2
fopivot /jffs /rom
} || {
echo "jffs2 not ready yet; using ramdisk"