ar71xx: add missing flash partition for the DIR-825
[openwrt/svn-archive/archive.git] / target / linux / ar71xx / files / arch / mips / ar71xx / mach-dir-825-b1.c
index 7762b5cdc5f5cf64eab1b5cb04f5885912e6836a..80ab330844d72ef5348047002ead0bd9f93e57d4 100644 (file)
@@ -68,6 +68,11 @@ static struct mtd_partition dir825b1_partitions[] = {
                .offset         = 0x660000,
                .size           = 0x010000,
                .mask_flags     = MTD_WRITEABLE,
+       } , {
+               .name           = "unknown",
+               .offset         = 0x670000,
+               .size           = 0x190000,
+               .mask_flags     = MTD_WRITEABLE,
        }
 };
 #endif /* CONFIG_MTD_PARTITIONS */