summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-07-01 10:26:42 +0000
committerJohn Crispin <john@openwrt.org>2014-07-01 10:26:42 +0000
commit4ddc0f9ff33033564b88d39f5e050996de1e782f (patch)
treef77e89ec579b704786443d7ab775bdf3a90e83d2 /target/linux/ramips/base-files/etc/hotplug.d
parent3c88de0d47f2fe8d1e051ced0010103e5a981047 (diff)
downloadmaster-31e0f0ae-4ddc0f9ff33033564b88d39f5e050996de1e782f.tar.gz
master-31e0f0ae-4ddc0f9ff33033564b88d39f5e050996de1e782f.tar.bz2
master-31e0f0ae-4ddc0f9ff33033564b88d39f5e050996de1e782f.zip
ramips: add WHR-1166 support
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 41447
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-eeprom3
1 files changed, 2 insertions, 1 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 904afd1a41..3ed0fbb670 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
@@ -110,6 +110,7 @@ case "$FIRMWARE" in
whr-g300n | \
whr-300hp2 | \
whr-600d | \
+ whr-1166d | \
wl-330n | \
wl-330n3g | \
wl-351 | \
@@ -141,7 +142,7 @@ case "$FIRMWARE" in
cy-swr1100)
rt2x00_eeprom_extract "factory" 8192 512
;;
- rt-n56u | whr-600d)
+ rt-n56u | whr-600d | whr-1166d)
rt2x00_eeprom_extract "factory" 32768 512
;;
esac