aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/lib/ramips.sh
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2011-12-27 16:56:30 +0000
committerGabor Juhos <juhosg@openwrt.org>2011-12-27 16:56:30 +0000
commiteef3b4c418c6c9a3c40926165710b9cf86f87477 (patch)
tree0cb76bf5af0cb6aebeb770c9aa18169e660303f4 /target/linux/ramips/base-files/lib/ramips.sh
parentd650278dcb7b71bc12debb23fe9675e7dc40d7e2 (diff)
downloadupstream-eef3b4c418c6c9a3c40926165710b9cf86f87477.tar.gz
upstream-eef3b4c418c6c9a3c40926165710b9cf86f87477.tar.bz2
upstream-eef3b4c418c6c9a3c40926165710b9cf86f87477.zip
ramips: rt288x: add support for the Buffalo WLI-TX4-AG300N board
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29612 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 4dc10aeb22..d197fcedca 100755
--- a/target/linux/ramips/base-files/lib/ramips.sh
+++ b/target/linux/ramips/base-files/lib/ramips.sh
@@ -107,6 +107,9 @@ ramips_board_name() {
*"Sitecom WL-351 v1 002")
name="wl-351"
;;
+ *"WLI-TX4-AG300N")
+ name="wli-tx4-ag300n"
+ ;;
*"WZR-AGL300NH")
name="wzr-agl300nh"
;;