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