From d4f3677cbad3b83735c37cef2e5655c918c668c3 Mon Sep 17 00:00:00 2001
From: John Crispin <john@openwrt.org>
Date: Mon, 23 Apr 2012 09:40:37 +0000
Subject: [PATCH] Adding wifi eeprom extract for ARV752DPW - Easybox 802

Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com>

SVN-Revision: 31443
---
 .../lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
index ad5652a7fc..1eee55e223 100644
--- a/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
+++ b/target/linux/lantiq/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom
@@ -30,7 +30,7 @@ case "$FIRMWARE" in
 "RT2860.eeprom" )
 	local board=$(lantiq_board_name)
 	case $board in
-	ARV7525PW)
+	ARV7525PW|ARV752DPW)
 		rt2x00_eeprom_extract "board_config" 1040 272
 		;;
 	*)
-- 
2.30.2