ar71xx: add model detection for the TL-WA830RE board
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Feb 2013 20:37:33 +0000 (20:37 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 25 Feb 2013 20:37:33 +0000 (20:37 +0000)
Signed-off-by: Ronald Hecht <ronald.hecht@gmx.de>
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35788 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ar71xx/base-files/lib/ar71xx.sh

index a9c03b6..71bf58e 100755 (executable)
@@ -90,6 +90,9 @@ tplink_board_detect() {
        "080100"*)
                model="TP-Link TL-WA801N/ND"
                ;;
+       "083000"*)
+               model="TP-Link TL-WA830RE"
+               ;;
        "084100"*)
                model="TP-Link TL-WR841N/ND"
                ;;