summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/files/arch
diff options
context:
space:
mode:
authorLuka Perkov <luka@openwrt.org>2013-03-01 13:46:01 +0000
committerLuka Perkov <luka@openwrt.org>2013-03-01 13:46:01 +0000
commit107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea (patch)
tree28d27b69dfba8e0be2a62f68eb72bc749adf0a94 /target/linux/ar71xx/files/arch
parent819472b2d061757f99ba41ff36e80edf3a38874d (diff)
downloadmaster-31e0f0ae-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.gz
master-31e0f0ae-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.tar.bz2
master-31e0f0ae-107e0c6d1f37fa474b8cc667d5a2e8d0c47eafea.zip
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 35840
Diffstat (limited to 'target/linux/ar71xx/files/arch')
-rw-r--r--target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
index a7068e1554..aa035c81b1 100644
--- a/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
+++ b/target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c
@@ -36,7 +36,6 @@ static struct mtd_partition wzrhpag300h_flash_partitions[] = {
.name = "u-boot-env",
.offset = 0x0040000,
.size = 0x0010000,
- .mask_flags = MTD_WRITEABLE,
}, {
.name = "art",
.offset = 0x0050000,
@@ -212,3 +211,6 @@ static void __init wzrhpag300h_setup(void)
MIPS_MACHINE(ATH79_MACH_WZR_HP_AG300H, "WZR-HP-AG300H",
"Buffalo WZR-HP-AG300H", wzrhpag300h_setup);
+MIPS_MACHINE(ATH79_MACH_WZR_600DHP, "WZR-600DHP",
+ "Buffalo WZR-600DHP", wzrhpag300h_setup);
+