From: juhosg Date: Mon, 13 Feb 2012 17:11:57 +0000 (+0000) Subject: ar71xx: add model detection for TL-WR842N/ND X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=a433c026e505541eeeda776619245b2bc01df1a9;p=openwrt.git ar71xx: add model detection for TL-WR842N/ND git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30507 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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" ;;