ralink: fix eeprom loading
authorJohn Crispin <john@openwrt.org>
Sun, 12 Jan 2014 14:03:15 +0000 (14:03 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 12 Jan 2014 14:03:15 +0000 (14:03 +0000)
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 39245

target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom

index 4b13c18c95e64fd69a575c2d620cdb31d190ec64..d38aadda099d18c694e3bebc6d2743a6f74c8020 100644 (file)
@@ -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