Author: blogic Date: 2015-11-21 22:24:11 +0100 (Sat, 21 Nov 2015) New Revision: 47553
Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh Log: ar71xx: fix AR71XX_MODEL on TP-Link TL-WR703N The hwid check was wrong, causing the AR71XX_MODEL value to end with a space (as $hwver was unset). Signed-off-by: Matthias Schiffer <[email protected]> Modified: trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh =================================================================== --- trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-11-21 21:24:03 UTC (rev 47552) +++ trunk/target/linux/ar71xx/base-files/lib/ar71xx.sh 2015-11-21 21:24:11 UTC (rev 47553) @@ -123,7 +123,7 @@ "3C0002"*) model="MINIBOX_V1" ;; - "070300"*) + "070301"*) model="TP-Link TL-WR703N" ;; "071000"*) _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
