diff options
author | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:31 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2013-10-07 15:02:31 +0000 |
commit | a7cfa2f6461be1adf7b78d6ad0e403ad29a13c46 (patch) | |
tree | 05086f6b369d09a2855d1695cf6ac5288e112423 /target/linux/ramips/base-files | |
parent | 932fb6ebad98f0f263fff56f1f534501e5a6ebb5 (diff) | |
download | upstream-a7cfa2f6461be1adf7b78d6ad0e403ad29a13c46.tar.gz upstream-a7cfa2f6461be1adf7b78d6ad0e403ad29a13c46.tar.bz2 upstream-a7cfa2f6461be1adf7b78d6ad0e403ad29a13c46.zip |
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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38321 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ramips/base-files')
-rw-r--r-- | target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom | 2 | ||||
-rwxr-xr-x | target/linux/ramips/base-files/lib/upgrade/platform.sh | 1 |
2 files changed, 2 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 b0b071774a..40e17968cd 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 | \ diff --git a/target/linux/ramips/base-files/lib/upgrade/platform.sh b/target/linux/ramips/base-files/lib/upgrade/platform.sh index e7087cc673..6836e16d96 100755 --- a/target/linux/ramips/base-files/lib/upgrade/platform.sh +++ b/target/linux/ramips/base-files/lib/upgrade/platform.sh @@ -90,6 +90,7 @@ platform_check_image() { } return 0 ;; + dir-610-a1 |\ dir-645) [ "$magic" != "5ea3a417" ] && { echo "Invalid image type." |