2011-07-03 18:02:01 +03:00
|
|
|
#!/bin/sh
|
|
|
|
|
|
|
|
rt2x00_eeprom_die() {
|
|
|
|
echo "rt2x00 eeprom: " "$*"
|
|
|
|
exit 1
|
|
|
|
}
|
|
|
|
|
|
|
|
rt2x00_eeprom_extract() {
|
|
|
|
local part=$1
|
|
|
|
local offset=$2
|
|
|
|
local count=$3
|
|
|
|
local mtd
|
|
|
|
|
|
|
|
. /etc/functions.sh
|
|
|
|
|
|
|
|
mtd=$(find_mtd_part $part)
|
|
|
|
[ -n "$mtd" ] || \
|
|
|
|
rt2x00_eeprom_die "no mtd device found for partition $part"
|
|
|
|
|
2012-05-27 20:09:50 +03:00
|
|
|
dd if=$mtd of=/lib/firmware/$FIRMWARE bs=1 skip=$offset count=$count 2>/dev/null || \
|
2011-07-03 18:02:01 +03:00
|
|
|
rt2x00_eeprom_die "failed to extract from $mtd"
|
|
|
|
}
|
|
|
|
|
|
|
|
[ -e /lib/firmware/$FIRMWARE ] && exit 0
|
|
|
|
|
2012-02-14 19:32:45 +02:00
|
|
|
. /lib/ramips.sh
|
|
|
|
|
|
|
|
board=$(ramips_board_name)
|
|
|
|
|
2011-07-03 18:02:01 +03:00
|
|
|
case "$FIRMWARE" in
|
|
|
|
"RT288X.eeprom" | \
|
2012-02-16 22:06:22 +02:00
|
|
|
"RT305X.eeprom" | \
|
|
|
|
"RT3883.eeprom")
|
2011-07-03 18:02:01 +03:00
|
|
|
case $board in
|
2011-07-28 13:56:24 +03:00
|
|
|
dir-300-b1 | \
|
|
|
|
dir-600-b1 | \
|
|
|
|
dir-600-b2)
|
2011-07-03 18:02:01 +03:00
|
|
|
rt2x00_eeprom_extract "devdata" 16384 272
|
|
|
|
;;
|
|
|
|
|
2012-07-24 23:38:43 +03:00
|
|
|
dap-1350)
|
|
|
|
rt2x00_eeprom_extract "devdata" 0 272
|
|
|
|
;;
|
|
|
|
|
2012-03-04 18:09:11 +02:00
|
|
|
rt-n10-plus | \
|
2011-07-28 13:56:30 +03:00
|
|
|
rt-g32-b1)
|
|
|
|
rt2x00_eeprom_extract "devconf" 0 272
|
|
|
|
;;
|
|
|
|
|
2011-12-28 10:43:43 +02:00
|
|
|
f5d8235-v1 | \
|
2011-08-19 18:55:07 +03:00
|
|
|
f5d8235-v2)
|
|
|
|
rt2x00_eeprom_extract "u-boot" 262144 272
|
|
|
|
;;
|
|
|
|
|
2012-07-12 16:29:46 +03:00
|
|
|
3g-6200n | \
|
2012-08-17 20:56:07 +03:00
|
|
|
all0239-3g | \
|
2012-01-24 13:48:47 +02:00
|
|
|
all0256n | \
|
2012-07-24 23:38:14 +03:00
|
|
|
all5002 | \
|
2011-08-15 17:11:45 +03:00
|
|
|
argus-atp52b | \
|
2011-10-25 00:49:36 +03:00
|
|
|
bc2 | \
|
2012-08-29 13:37:43 +03:00
|
|
|
carambola | \
|
2012-08-17 20:56:05 +03:00
|
|
|
dir-615-h1 | \
|
2012-08-12 15:48:24 +03:00
|
|
|
dir-620-a1 | \
|
2011-12-23 16:27:10 +02:00
|
|
|
esr-9753 | \
|
2011-07-03 18:02:01 +03:00
|
|
|
fonera20n | \
|
2012-03-29 19:03:04 +03:00
|
|
|
freestation5 | \
|
2011-07-03 18:02:01 +03:00
|
|
|
hw550-3g | \
|
|
|
|
mofi3500-3gn | \
|
|
|
|
pwh2004 | \
|
2011-08-22 23:41:49 +03:00
|
|
|
nbg-419n | \
|
2011-07-28 13:56:32 +03:00
|
|
|
nw718 | \
|
2011-12-14 22:51:26 +02:00
|
|
|
omni-emb | \
|
2012-06-19 12:52:15 +03:00
|
|
|
psr-680w | \
|
2011-07-03 18:02:01 +03:00
|
|
|
rt-n15 | \
|
2012-02-16 22:06:22 +02:00
|
|
|
rt-n56u | \
|
2012-02-19 18:44:49 +02:00
|
|
|
sl-r7205 | \
|
2012-02-15 23:13:11 +02:00
|
|
|
v11st-fe | \
|
2011-07-03 18:02:01 +03:00
|
|
|
v22rw-2x2 | \
|
2012-04-21 15:30:40 +03:00
|
|
|
w306r-v20 | \
|
2011-12-28 10:43:32 +02:00
|
|
|
w502u | \
|
2011-12-02 00:48:41 +02:00
|
|
|
wcr-150gn | \
|
2011-08-19 18:55:10 +03:00
|
|
|
whr-g300n | \
|
2012-03-27 22:29:57 +03:00
|
|
|
wl-330n | \
|
2012-04-23 19:56:05 +03:00
|
|
|
wl-330n3g | \
|
2011-12-23 16:27:16 +02:00
|
|
|
wl-351 | \
|
2011-12-27 18:56:30 +02:00
|
|
|
wli-tx4-ag300n | \
|
2012-02-11 17:11:36 +02:00
|
|
|
wr512-3gn | \
|
2012-03-04 18:09:13 +02:00
|
|
|
wr6202 | \
|
2012-04-29 10:36:33 +03:00
|
|
|
ur-336un | \
|
2012-03-04 18:09:13 +02:00
|
|
|
xdxrn502j)
|
2011-07-03 18:02:01 +03:00
|
|
|
rt2x00_eeprom_extract "factory" 0 272
|
|
|
|
;;
|
|
|
|
|
2012-01-26 12:44:23 +02:00
|
|
|
wl341v3)
|
|
|
|
rt2x00_eeprom_extract "board-nvram" 64880 272
|
|
|
|
;;
|
|
|
|
|
2011-07-03 18:02:01 +03:00
|
|
|
*)
|
|
|
|
rt2x00_eeprom_die "board $board is not supported yet"
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
2012-02-14 19:32:45 +02:00
|
|
|
|
|
|
|
"rt2x00pci_1_0.eeprom")
|
|
|
|
case $board in
|
|
|
|
rt-n56u)
|
|
|
|
rt2x00_eeprom_extract "factory" 32768 272
|
|
|
|
;;
|
|
|
|
esac
|
|
|
|
;;
|
2011-08-19 18:55:07 +03:00
|
|
|
esac
|