diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-06-04 18:18:36 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2009-06-04 18:18:36 +0000 |
commit | f3c3e2772f2cd690d3c789ef0af2987c0e50e850 (patch) | |
tree | 9756166c31494847007043ee9f4cf55ab1812f0a /target/linux/ar71xx/base-files | |
parent | 723678f740a7bb5fa1a6a0771a1cd4b60999db4b (diff) | |
download | upstream-f3c3e2772f2cd690d3c789ef0af2987c0e50e850.tar.gz upstream-f3c3e2772f2cd690d3c789ef0af2987c0e50e850.tar.bz2 upstream-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-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 3 |
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" ;; |