broadcom: rename the OpenWrt partition to rootfs_data
[openwrt.git] / target / linux / brcm-2.4 / base-files / default / bin / firstboot
index c3d9a64..5d37437 100755 (executable)
@@ -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)
This page took 0.026092 seconds and 4 git commands to generate.