diff options
author | John Crispin <blogic@openwrt.org> | 2014-01-12 14:03:15 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-01-12 14:03:15 +0000 |
commit | 0aa70a39ed13120cb1924c369f59d94e36f8e54b (patch) | |
tree | c3a9e729d21631bf0c1469e58afb3ef802b0ee9e /target/linux/ramips/base-files | |
parent | f081be1fe6917030d5ccaf2dc766696d9596784e (diff) | |
download | master-187ad058-0aa70a39ed13120cb1924c369f59d94e36f8e54b.tar.gz master-187ad058-0aa70a39ed13120cb1924c369f59d94e36f8e54b.tar.bz2 master-187ad058-0aa70a39ed13120cb1924c369f59d94e36f8e54b.zip |
ralink: fix eeprom loading
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39245 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 5 |
1 files changed, 4 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 4b13c18c95..d38aadda09 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 @@ -102,10 +102,13 @@ case "$FIRMWARE" in w502u | \ wcr-150gn | \ whr-g300n | \ + whr-300hp2 | \ + whr-600d | \ wl-330n | \ wl-330n3g | \ wl-351 | \ wli-tx4-ag300n | \ + wmr300 | \ wnce2001 | \ wr512-3gn | \ wr6202 | \ @@ -129,7 +132,7 @@ case "$FIRMWARE" in "rt2x00pci_1_0.eeprom") case $board in - rt-n56u) + rt-n56u | whr-600d) rt2x00_eeprom_extract "factory" 32768 512 ;; esac |