1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

ramips: rt288x: add support for the Belkin F5D8235-4 v1 board

Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@29617 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
juhosg
2011-12-28 08:43:43 +00:00
parent 71c649d097
commit c1be681672
11 changed files with 184 additions and 1 deletions

View File

@@ -36,6 +36,9 @@ get_status_led() {
esr-9753)
status_led="esr-9753:orange:power"
;;
f5d8235-v1)
set_usb_led "f5d8235-v1:green:usb"
;;
fonera20n)
status_led="fonera20n:green:power"
;;

View File

@@ -41,6 +41,7 @@ case "$FIRMWARE" in
rt2x00_eeprom_extract "devconf" 0 272
;;
f5d8235-v1 | \
f5d8235-v2)
rt2x00_eeprom_extract "u-boot" 262144 272
;;

View File

@@ -35,6 +35,7 @@ ramips_setup_interfaces()
ucidef_set_interface_lan "eth0"
;;
f5d8235-v1 | \
rt-n15)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "rtl8366s" "1" "1"
@@ -67,6 +68,7 @@ ramips_setup_macs()
argus-atp52b | \
b2c | \
f5d8235-v1 | \
nw718 | \
rt-n15 | \
wl-351)

View File

@@ -65,6 +65,9 @@ ramips_board_name() {
*"ESR-9753")
name="esr-9753"
;;
*"F5D8235 v1")
name="f5d8235-v1"
;;
*"F5D8235 v2")
name="f5d8235-v2"
;;