diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 20:06:22 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-02-16 20:06:22 +0000 |
commit | c2da468a0c461a602b5ff66b857e548a8254be8e (patch) | |
tree | 038ac4d6d25d4380914ac6aa337cf6fcbdbea8cf /target/linux/ramips/base-files/etc | |
parent | 37f21ebf4dc5e1552b8757c25c44a586f678d1bc (diff) |
ramips: extract eeprom for the built-in wlan module on the RT-N56U
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30604 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-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 5e6fa420d..6d90c2597 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 | \ |