From: Gabor Juhos Date: Mon, 13 Feb 2012 17:11:57 +0000 (+0000) Subject: ar71xx: add model detection for TL-WR842N/ND X-Git-Tag: reboot~14867 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=1c57a22aae2d64f47413de90f277bcafc01822d0;hp=92d36617b629fe8149b8b927a9cc57c9d7536377 ar71xx: add model detection for TL-WR842N/ND SVN-Revision: 30507 --- diff --git a/target/linux/ar71xx/base-files/lib/ar71xx.sh b/target/linux/ar71xx/base-files/lib/ar71xx.sh index 3ce422e7de..b9d797cac1 100755 --- a/target/linux/ar71xx/base-files/lib/ar71xx.sh +++ b/target/linux/ar71xx/base-files/lib/ar71xx.sh @@ -88,6 +88,9 @@ tplink_board_detect() { "084100"*) model="TP-Link TL-WR841N/ND" ;; + "084200"*) + model="TP-Link TL-WR842N/ND" + ;; "090100"*) model="TP-Link TL-WA901N/ND" ;;