aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2010-01-08 13:35:25 +0000
committerGabor Juhos <juhosg@openwrt.org>2010-01-08 13:35:25 +0000
commit3d21246af054fd9ba0f9e4d5f7bd8547101105a0 (patch)
treeace445449dd4f1d5dc8dfbd0eff3db83cb5777b4 /target/linux/ar71xx/files
parent4cbf5257ab95c038e218880bd218e85225273ba8 (diff)
downloadmaster-187ad058-3d21246af054fd9ba0f9e4d5f7bd8547101105a0.tar.gz
master-187ad058-3d21246af054fd9ba0f9e4d5f7bd8547101105a0.tar.bz2
master-187ad058-3d21246af054fd9ba0f9e4d5f7bd8547101105a0.zip
ar71xx: add missing flash partition for the DIR-825
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@19075 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c5
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 7762b5cdc5..80ab330844 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 */