diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2013-11-29 20:51:13 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2013-11-29 20:51:13 +0000 |
commit | 7db7757bf2ca32c9d5045949f99cfdb27b0202f8 (patch) | |
tree | d3e9b59e731339bc95c48009430a1e7f5e9345e8 /target/linux/ar71xx/base-files/lib/ar71xx.sh | |
parent | bc2d7b8193b2d8f2ca11e4fad6249f44b8902b27 (diff) | |
download | mtk-20170518-7db7757bf2ca32c9d5045949f99cfdb27b0202f8.zip mtk-20170518-7db7757bf2ca32c9d5045949f99cfdb27b0202f8.tar.gz mtk-20170518-7db7757bf2ca32c9d5045949f99cfdb27b0202f8.tar.bz2 |
ar71xx: add user-space support for the TL-WR1043ND v2 board
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 38956
Diffstat (limited to 'target/linux/ar71xx/base-files/lib/ar71xx.sh')
-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 ebfe10f..e0b8830 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -423,6 +423,9 @@ ar71xx_board_detect() { *TL-WR1043ND) name="tl-wr1043nd" ;; + *"TL-WR1043ND v2") + name="tl-wr1043nd-v2" + ;; *TL-WR2543N*) name="tl-wr2543n" ;; |