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 | f7bb74d48d1dfef4465f9b92fba065a1ed35b9e8 (patch) | |
tree | cdf526d364ddd13a76bba47dd614a2a07eef8b07 /target/linux/ar71xx/base-files | |
parent | ca6d7afd3fe33095332b2f47c92b4ca43ae764ae (diff) | |
download | master-187ad058-f7bb74d48d1dfef4465f9b92fba065a1ed35b9e8.tar.gz master-187ad058-f7bb74d48d1dfef4465f9b92fba065a1ed35b9e8.tar.bz2 master-187ad058-f7bb74d48d1dfef4465f9b92fba065a1ed35b9e8.zip |
[ar71xx] improve MZK-W300NH support (thanks to Kazuki Shimada for the board)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@16340 3c298f89-4303-0410-b956-a3cf2f4a3e73
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" ;; |