diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-10 12:38:31 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-05-10 12:38:31 +0000 |
commit | 38c6cb915b2555f515d407333f449ba5b8193c6d (patch) | |
tree | b5590ce1f5ad2432e63f8be2c941afda195dd6f3 /target/linux/brcm-2.4/base-files/default/bin/firstboot | |
parent | cdd3f428a8de85c3c4f2eee9a350e382f649d662 (diff) |
broadcom: rename the OpenWrt partition to rootfs_data
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7171 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/brcm-2.4/base-files/default/bin/firstboot')
-rwxr-xr-x | target/linux/brcm-2.4/base-files/default/bin/firstboot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/brcm-2.4/base-files/default/bin/firstboot b/target/linux/brcm-2.4/base-files/default/bin/firstboot index c3d9a64b8..5d374371c 100755 --- a/target/linux/brcm-2.4/base-files/default/bin/firstboot +++ b/target/linux/brcm-2.4/base-files/default/bin/firstboot @@ -2,7 +2,7 @@ # $Id$ . /etc/functions.sh -partname="OpenWrt" +partname="rootfs_data" mtdpart="$(find_mtd_part $partname)" rom=$(awk '/squashfs/ {print $2}' /proc/mounts) |