diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-04 18:18:36 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-06-04 18:18:36 +0000 |
commit | 3128f376a3ac2a99b6597e78ef5d77996089faae (patch) | |
tree | cdf526d364ddd13a76bba47dd614a2a07eef8b07 /target/linux/ar71xx/base-files/lib | |
parent | 854b320a50afe9b7654ae0ce7ac0a36f78e90f73 (diff) |
[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/lib')
-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 c7a606342..7643a1a7d 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" ;; |