summaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/base-files
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2009-06-04 18:18:36 +0000
committerGabor Juhos <juhosg@openwrt.org>2009-06-04 18:18:36 +0000
commitf3c3e2772f2cd690d3c789ef0af2987c0e50e850 (patch)
tree9756166c31494847007043ee9f4cf55ab1812f0a /target/linux/ar71xx/base-files
parent723678f740a7bb5fa1a6a0771a1cd4b60999db4b (diff)
downloadmaster-31e0f0ae-f3c3e2772f2cd690d3c789ef0af2987c0e50e850.tar.gz
master-31e0f0ae-f3c3e2772f2cd690d3c789ef0af2987c0e50e850.tar.bz2
master-31e0f0ae-f3c3e2772f2cd690d3c789ef0af2987c0e50e850.zip
improve MZK-W300NH support (thanks to Kazuki Shimada for the board)
SVN-Revision: 16340
Diffstat (limited to 'target/linux/ar71xx/base-files')
-rwxr-xr-xtarget/linux/ar71xx/base-files/lib/ar71xx.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh
index c7a6063422..7643a1a7d7 100755
--- a/target/linux/ar71xx/base-files/lib/ar71xx.sh
+++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh
@@ -22,6 +22,9 @@ ar71xx_board_name() {
*MZK-W04NU)
name="mzk-w04nu"
;;
+ *MZK-W300NH)
+ name="mzk-w300nh"
+ ;;
*PB42)
name="pb42"
;;