diff options
author | John Crispin <john@openwrt.org> | 2015-01-08 20:26:02 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-01-08 20:26:02 +0000 |
commit | 2ea64717e2ef72d7181256daa2528ee147ad99a1 (patch) | |
tree | 8b02b687c7564896773b94adcd0c4e70d35df868 /target/linux/ramips/base-files/etc | |
parent | f9dcd95919aba66f02533a30d1f63be4271c2c70 (diff) | |
download | upstream-2ea64717e2ef72d7181256daa2528ee147ad99a1.tar.gz upstream-2ea64717e2ef72d7181256daa2528ee147ad99a1.tar.bz2 upstream-2ea64717e2ef72d7181256daa2528ee147ad99a1.zip |
ramips: update BR-6475ND dts
Update firmware location for 2.4GHz radio on the Edimax BR-6475nD.
Signed-off-by: Christopher Lais <chris+openwrt@zenthought.org>
SVN-Revision: 43881
Diffstat (limited to 'target/linux/ramips/base-files/etc')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 |
1 files changed, 1 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 2a5a80c4bf..0cd95a5abd 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 @@ -42,7 +42,7 @@ case "$FIRMWARE" in cy-swr1100) rt2x00_eeprom_extract "factory" 8192 512 ;; - rt-n56u | whr-600d | whr-1166d) + br-6475nd | rt-n56u | whr-600d | whr-1166d) rt2x00_eeprom_extract "factory" 32768 512 ;; esac |