diff options
author | Luka Perkov <luka@openwrt.org> | 2013-03-01 13:46:01 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2013-03-01 13:46:01 +0000 |
commit | 3fc6a70a196a0e5583036f7fc37543cd114da9e1 (patch) | |
tree | 51d3725197eab78eeb7bba7a75eba81202d5a2e4 /target/linux/ar71xx/files | |
parent | 394130b00eb11e25dce054e9ced81e7df1d74639 (diff) | |
download | upstream-3fc6a70a196a0e5583036f7fc37543cd114da9e1.tar.gz upstream-3fc6a70a196a0e5583036f7fc37543cd114da9e1.tar.bz2 upstream-3fc6a70a196a0e5583036f7fc37543cd114da9e1.zip |
ar71xx: add support for Buffalo WZR 600DHP
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35840 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/files')
-rw-r--r-- | target/linux/ar71xx/files/arch/mips/ath79/mach-wzr-hp-ag300h.c | 4 |
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); + |