From 5784ed61cc882c67ca413f2553c4e2bb14e652f1 Mon Sep 17 00:00:00 2001 From: juhosg Date: Fri, 8 Jan 2010 13:35:25 +0000 Subject: ar71xx: add missing flash partition for the DIR-825 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19075 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target/linux/ar71xx/files') diff --git a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c index 7762b5cdc..80ab33084 100644 --- a/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c +++ b/target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c @@ -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 */ -- cgit v1.2.3