change the name of the writable partition to OpenWrt (ar7)
authorFelix Fietkau <nbd@openwrt.org>
Thu, 21 Jul 2005 11:48:46 +0000 (11:48 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 21 Jul 2005 11:48:46 +0000 (11:48 +0000)
SVN-Revision: 1518

openwrt/target/linux/linux-2.4/patches/ar7/001-flash_map.patch

index d7e6590709ccdf53a5a59510d57918e4a899b85e..3a9f7d081f61cb388a67b1419ea9922958efd218 100644 (file)
@@ -242,7 +242,7 @@ diff -urN linux.old/drivers/mtd/maps/ar7-flash.c linux.dev/drivers/mtd/maps/ar7-
 +                      newsize += ar7_mtd_info->erasesize - ((newsize + hdr.offsets[0]) % ar7_mtd_info->erasesize);
 +              
 +
-+              ar7_partinfo[p].name = strdup("test");
++              ar7_partinfo[p].name = strdup("OpenWrt");
 +              ar7_partinfo[p].offset = rootfs_start + newsize;
 +              ar7_partinfo[p].size = ar7_partinfo[p - 2].size + hdr.offsets[0] - newsize;
 +              ar7_partinfo[p - 2].size = newsize - hdr.offsets[0];