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
This commit is contained in:
Luka Perkov
2013-03-01 13:46:01 +00:00
parent 394130b00e
commit 3fc6a70a19
21 changed files with 78 additions and 27 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# Copyright (C) 2011-2012 OpenWrt.org
# Copyright (C) 2011-2013 OpenWrt.org
#
[ -e /etc/config/ubootenv ] && exit 0
@@ -27,6 +27,10 @@ om2p-hs | \
om2p-lc)
ubootenv_add_uci_config "/dev/mtd1" "0x0" "0x40000" "0x40000"
;;
wzr-hp-ag300h | \
wzr-600dhp)
ubootenv_add_uci_config "/dev/mtd3" "0x0" "0x10000" "0x10000"
;;
esac
config_load ubootenv