mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-12-14 16:42:10 -05:00
ramips: make rt2x00 firmware extraction quiet
SVN-Revision: 31918
This commit is contained in:
parent
86dad96fd0
commit
7f5bec0642
@ -17,7 +17,7 @@ rt2x00_eeprom_extract() {
|
|||||||
[ -n "$mtd" ] || \
|
[ -n "$mtd" ] || \
|
||||||
rt2x00_eeprom_die "no mtd device found for partition $part"
|
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"
|
rt2x00_eeprom_die "failed to extract from $mtd"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user