aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-24 09:13:56 +0000
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-12-24 09:13:56 +0000
commitc3ac3b61f74f74cd8cbccf49b82f895a9e53ed55 (patch)
treea712a5c0ffc9a1ff6bd1d9b6e486de1a0797249d
parente1e6ec6e2b248129ca1e654e40eca01e5aeb9d75 (diff)
downloadopenwrt-c3ac3b61f74f74cd8cbccf49b82f895a9e53ed55.tar.gz
openwrt-c3ac3b61f74f74cd8cbccf49b82f895a9e53ed55.zip
AA: ramips: fix wifi EEPROM extraction on DIR-615-Dx models
Backport of r34876. Patch from #12636. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@34878 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom4
1 files changed, 2 insertions, 2 deletions
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 ed0d8713c..3ec4bff68 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
@@ -34,7 +34,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
;;
@@ -42,7 +43,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