diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-02-16 20:06:22 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-02-16 20:06:22 +0000 |
commit | e17a3ffbbde8622189a4514f864f8241fb1ed485 (patch) | |
tree | 9a3803453287197176f0360e562316bae8b82938 /target/linux/ramips | |
parent | dabca24361fffc2186d9ae814adde6162ff0d4b9 (diff) | |
download | upstream-e17a3ffbbde8622189a4514f864f8241fb1ed485.tar.gz upstream-e17a3ffbbde8622189a4514f864f8241fb1ed485.tar.bz2 upstream-e17a3ffbbde8622189a4514f864f8241fb1ed485.zip |
ramips: extract eeprom for the built-in wlan module on the RT-N56U
SVN-Revision: 30604
Diffstat (limited to 'target/linux/ramips')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 4 |
1 files changed, 3 insertions, 1 deletions
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 5e6fa420d7..6d90c25975 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 @@ -29,7 +29,8 @@ board=$(ramips_board_name) case "$FIRMWARE" in "RT288X.eeprom" | \ -"RT305X.eeprom") +"RT305X.eeprom" | \ +"RT3883.eeprom") case $board in dir-300-b1 | \ dir-600-b1 | \ @@ -58,6 +59,7 @@ case "$FIRMWARE" in nw718 | \ omni-emb | \ rt-n15 | \ + rt-n56u | \ v11st-fe | \ v22rw-2x2 | \ w502u | \ |