aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:30 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-07-28 10:56:30 +0000
commitb84decf4df2ca5d20b9acfa9be62c73288546b2b (patch)
tree9b84dbf98ef955550453c85d6896c20e86eea519 /target/linux/ramips/base-files/lib/ramips.sh
parentabe793f57b8bedd8951bd735d77f88ec9ecb1299 (diff)
downloadupstream-b84decf4df2ca5d20b9acfa9be62c73288546b2b.tar.gz
upstream-b84decf4df2ca5d20b9acfa9be62c73288546b2b.tar.bz2
upstream-b84decf4df2ca5d20b9acfa9be62c73288546b2b.zip
ramips: rt305x: add support for the Asus RT-G32 B1 board
Based on a patch by: Sergiy <piratfm@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27812 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/lib/ramips.sh')
-rwxr-xr-xtarget/linux/ramips/base-files/lib/ramips.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ramips/base-files/lib/ramips.sh b/target/linux/ramips/base-files/lib/ramips.sh
index f34454b6d8..d081b8be67 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -34,6 +34,9 @@ ramips_board_name() {
*"PWH2004")
name="pwh2004"
;;
+ *"RT-G32 B1")
+ name="rt-g32-b1"
+ ;;
*"RT-N15")
name="rt-n15"
;;