summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-12-24 06:52:38 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-12-24 06:52:38 +0000
commitc5a36f13f0ec711a2edc4e78f4a70f470f19a3b6 (patch)
treee3b0aac2db93248801ca54ac6734c481cace69d2 /target/linux/ramips/base-files/etc/hotplug.d
parentab6e2e69287c606f4459c558becc26cea1cabbfc (diff)
downloadmaster-31e0f0ae-c5a36f13f0ec711a2edc4e78f4a70f470f19a3b6.tar.gz
master-31e0f0ae-c5a36f13f0ec711a2edc4e78f4a70f470f19a3b6.tar.bz2
master-31e0f0ae-c5a36f13f0ec711a2edc4e78f4a70f470f19a3b6.zip
ramips: fix wifi EEPROM extraction on DIR-615-Dx models
Patch from #12636. Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34876
Diffstat (limited to 'target/linux/ramips/base-files/etc/hotplug.d')
-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 ace4c1acd5..5989f791da 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