diff options
author | John Crispin <john@openwrt.org> | 2013-10-07 15:02:31 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-10-07 15:02:31 +0000 |
commit | 420c62205b3ff27b9733bf252762d1eefe9fcd27 (patch) | |
tree | bc171c92dd5750b2323ab110db3f4803b10688dd /target/linux/ramips/base-files/etc/hotplug.d/firmware | |
parent | 5eacfc1c60123a04bf139102371cb076c270bced (diff) | |
download | mtk-20170518-420c62205b3ff27b9733bf252762d1eefe9fcd27.zip mtk-20170518-420c62205b3ff27b9733bf252762d1eefe9fcd27.tar.gz mtk-20170518-420c62205b3ff27b9733bf252762d1eefe9fcd27.tar.bz2 |
ralink: DIR610A1 Fix remaining issues
This patch fixes:
- Ethernet and Wireless LEDs
- Wireless MAC Address
- Remove whitespaces from dts file
Signed-off-by: Flavio Silveira <fggs@terra.com.br>
SVN-Revision: 38321
Diffstat (limited to 'target/linux/ramips/base-files/etc/hotplug.d/firmware')
-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 b0b0717..40e1796 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 @@ -34,6 +34,7 @@ case "$FIRMWARE" in dir-300-b1 | \ dir-600-b1 | \ dir-600-b2 | \ + dir-610-a1 | \ dir-615-d) rt2x00_eeprom_extract "devdata" 16384 512 ;; @@ -71,7 +72,6 @@ case "$FIRMWARE" in dcs-930 | \ dir-300-b7 | \ dir-320-b1 | \ - dir-610-a1 | \ dir-615-h1 | \ dir-620-a1 | \ dir-620-d1 | \ |