mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-01-11 23:40:15 +02:00
ramips: extract eeprom for the PCIe wlan module on the RT-N56U
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30529 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
073aa05f36
commit
d54a0c39e1
@ -23,13 +23,13 @@ rt2x00_eeprom_extract() {
|
|||||||
|
|
||||||
[ -e /lib/firmware/$FIRMWARE ] && exit 0
|
[ -e /lib/firmware/$FIRMWARE ] && exit 0
|
||||||
|
|
||||||
|
. /lib/ramips.sh
|
||||||
|
|
||||||
|
board=$(ramips_board_name)
|
||||||
|
|
||||||
case "$FIRMWARE" in
|
case "$FIRMWARE" in
|
||||||
"RT288X.eeprom" | \
|
"RT288X.eeprom" | \
|
||||||
"RT305X.eeprom")
|
"RT305X.eeprom")
|
||||||
. /lib/ramips.sh
|
|
||||||
|
|
||||||
local board=$(ramips_board_name)
|
|
||||||
|
|
||||||
case $board in
|
case $board in
|
||||||
dir-300-b1 | \
|
dir-300-b1 | \
|
||||||
dir-600-b1 | \
|
dir-600-b1 | \
|
||||||
@ -78,4 +78,12 @@ case "$FIRMWARE" in
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
"rt2x00pci_1_0.eeprom")
|
||||||
|
case $board in
|
||||||
|
rt-n56u)
|
||||||
|
rt2x00_eeprom_extract "factory" 32768 272
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
Reference in New Issue
Block a user