add ALL5002 userspace support
[openwrt/openwrt.git] / target / linux / ramips / base-files / etc / hotplug.d / firmware / 10-rt2x00-eeprom
index 02bdfa346dc09d48b9b1d95777a500e3e292226c..841aac4f3e5995f2268574e14eee0cdd583e0d74 100644 (file)
@@ -17,7 +17,7 @@ rt2x00_eeprom_extract() {
        [ -n "$mtd" ] || \
                rt2x00_eeprom_die "no mtd device found for partition $part"
 
-       dd if=$mtd of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count || \
+       dd if=$mtd of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
                rt2x00_eeprom_die "failed to extract from $mtd"
 }
 
@@ -48,7 +48,9 @@ case "$FIRMWARE" in
                rt2x00_eeprom_extract "u-boot" 262144 272
                ;;
 
+       3g-6200n | \
        all0256n | \
+       all5002 | \
        argus-atp52b | \
        bc2 | \
        esr-9753 | \
@@ -60,6 +62,7 @@ case "$FIRMWARE" in
        nbg-419n | \
        nw718 | \
        omni-emb | \
+       psr-680w | \
        rt-n15 | \
        rt-n56u | \
        sl-r7205 | \