mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
ar71xx: add model detection for the MERCURY MW4530R board
Mercury MW4530R is a TP-Link TL-WDR4310 clone but with a much lower price tag (~ $40). This patch is tested to work at trunk r37525. Signed-off-by: Leon Xu <ylxu72@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/3856/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37570 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
@@ -162,6 +162,9 @@ tplink_board_detect() {
|
||||
"431000"*)
|
||||
model="TP-Link TL-WDR4310"
|
||||
;;
|
||||
"453000"*)
|
||||
model="MERCURY MW4530R"
|
||||
;;
|
||||
*)
|
||||
hwver=""
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user