From e6076b9d37b039c355f41a38b1c07df29120d90e Mon Sep 17 00:00:00 2001 From: juhosg Date: Mon, 24 Dec 2012 06:52:38 +0000 Subject: ramips: fix wifi EEPROM extraction on DIR-615-Dx models Patch from #12636. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34876 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'target') diff --git a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom index ace4c1acd..5989f791d 100644 --- a/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom +++ b/target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom @@ -32,7 +32,8 @@ case "$FIRMWARE" in case $board in dir-300-b1 | \ dir-600-b1 | \ - dir-600-b2) + dir-600-b2 | \ + dir-615-d) rt2x00_eeprom_extract "devdata" 16384 272 ;; @@ -40,7 +41,6 @@ case "$FIRMWARE" in rt2x00_eeprom_extract "devdata" 0 272 ;; - dir-615-d | \ rt-n10-plus | \ rt-g32-b1) rt2x00_eeprom_extract "devconf" 0 272 -- cgit v1.2.3