diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-01-08 13:35:25 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-01-08 13:35:25 +0000 |
commit | a37ae4f1289f073a5376626a6d4c7d12c3a046e1 (patch) | |
tree | 1aa142607c1c82ab1e49dc373dab3618f79ec6c2 /target/linux/ar71xx/files | |
parent | 02d30873eb02ff747643690c0a6d3e5948d36510 (diff) | |
download | mtk-20170518-a37ae4f1289f073a5376626a6d4c7d12c3a046e1.zip mtk-20170518-a37ae4f1289f073a5376626a6d4c7d12c3a046e1.tar.gz mtk-20170518-a37ae4f1289f073a5376626a6d4c7d12c3a046e1.tar.bz2 |
ar71xx: add missing flash partition for the DIR-825
SVN-Revision: 19075
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 7762b5c..80ab330 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 */ |