X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Framips%2Fbase-files%2Fetc%2Fhotplug.d%2Ffirmware%2F10-rt2x00-eeprom;h=c5d0d6978b45ea75d5f6b9746028270fec1613e3;hb=833b4af81602e0afc302060972038dfbbc993708;hp=02bdfa346dc09d48b9b1d95777a500e3e292226c;hpb=8e06682fb7e6311d7a1af6e32e787cd645290e20;p=openwrt%2Fopenwrt.git 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 02bdfa346d..c5d0d6978b 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 @@ -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" } @@ -60,6 +60,7 @@ case "$FIRMWARE" in nbg-419n | \ nw718 | \ omni-emb | \ + psr-680w | \ rt-n15 | \ rt-n56u | \ sl-r7205 | \