A small cosmetic fix to show the HW model name correctly in LuCI. Patch-by: Amir Sagie <[email protected]> Signed-off-by: Gabor Juhos <[email protected]> SVN-Revision: 35365
@@ -87,6 +87,9 @@ tplink_board_detect() {
"074300"*)
model="TP-Link TL-WR743N/ND"
;;
+ "080100"*)
+ model="TP-Link TL-WA801N/ND"
+ ;;
"084100"*)
model="TP-Link TL-WR841N/ND"