summaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/base-files/etc/hotplug.d
diff options
context:
space:
mode:
authorGabor Juhos <juhosg@openwrt.org>2012-01-26 10:44:23 +0000
committerGabor Juhos <juhosg@openwrt.org>2012-01-26 10:44:23 +0000
commitb3fdd931d1b0a992f8977cb7c86c1f9eb10872a7 (patch)
tree2e2358fe59402e9e4636c5066089c855fd54f2aa /target/linux/ramips/base-files/etc/hotplug.d
parentc859e4a1db470f245751bbf9a90fb11267b15895 (diff)
downloadmaster-31e0f0ae-b3fdd931d1b0a992f8977cb7c86c1f9eb10872a7.tar.gz
master-31e0f0ae-b3fdd931d1b0a992f8977cb7c86c1f9eb10872a7.tar.bz2
master-31e0f0ae-b3fdd931d1b0a992f8977cb7c86c1f9eb10872a7.zip
ramips: add support for Sitecom WL-341v3 and other Sercomm IP1006RRv2 boards
This patch adds support for the Sitecom WL-341 v3 and other Sercomm IP1006RRv2 based boards for sysupgrade support and for the initial flash through pushbutton initiated recovery mode with the special partition table and fixes for the quirks and things required by the modified bootloader. There is a known bug, Wi-Fi is not working on my board probably because of the lack of RAM (the board only has 16MiB ram -- half of the normal amount for non rebadged versions, but there is an empty slot for another ram chip,) but I don't know for sure. The driver loads but hostapd fails to load so I think it's not related to the specific device except for the lack of RAM. Moreover, only 7 of the 11 onboard leds are confirmed working, it seems that one of the others is always on and the remaining ones are connected to the wireless card leds already recognized by OpenWrt [juhosg: reordered some parts in order to keep things sorted alphabetically] Signed-off-by: Marco Antonio Mauro <marcus90@gmail.com> SVN-Revision: 29910
Diffstat (limited to 'target/linux/ramips/base-files/etc/hotplug.d')
-rw-r--r--target/linux/ramips/base-files/etc/hotplug.d/firmware/10-rt2x00-eeprom4
1 files changed, 4 insertions, 0 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 9a714ddc69..ac97d037c1 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
@@ -68,6 +68,10 @@ case "$FIRMWARE" in
rt2x00_eeprom_extract "factory" 0 272
;;
+ wl341v3)
+ rt2x00_eeprom_extract "board-nvram" 64880 272
+ ;;
+
*)
rt2x00_eeprom_die "board $board is not supported yet"
;;