diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2010-09-03 18:14:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2010-09-03 18:14:37 +0000 |
commit | b4336a8e2db89f6f1b9d9eee885e63c34e636df1 (patch) | |
tree | 2b02d78c88d97378c54888769545f4651463368b /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | 2a541325d3db510c2b5aee30dc88c72255a797c0 (diff) | |
download | upstream-b4336a8e2db89f6f1b9d9eee885e63c34e636df1.tar.gz upstream-b4336a8e2db89f6f1b9d9eee885e63c34e636df1.tar.bz2 upstream-b4336a8e2db89f6f1b9d9eee885e63c34e636df1.zip |
ar71xx: add support for the Zcomax ZCN-1523H-2-8/5-16 boards
SVN-Revision: 22882
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-rwxr-xr-x | target/linux/ar71xx/base-files/lib/ar71xx.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 2a96822628..4b08e93c18 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -121,6 +121,12 @@ ar71xx_board_name() { *WZR-HP-G300NH) name="wzr-hp-g300nh" ;; + *ZCN-1523H-2) + name="zcn-1523h-2" + ;; + *ZCN-1523H-5) + name="zcn-1523h-5" + ;; *) name="generic" ;; |