ramips: rt288x: add support for the Belkin F5D8235-4 v1 board
Patch-by: Cezary Jackiewicz <cezary.jackiewicz@gmail.com> SVN-Revision: 29617
This commit is contained in:
@@ -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"
|
||||
;;
|
||||
|
||||
@@ -41,6 +41,7 @@ case "$FIRMWARE" in
|
||||
rt2x00_eeprom_extract "devconf" 0 272
|
||||
;;
|
||||
|
||||
f5d8235-v1 | \
|
||||
f5d8235-v2)
|
||||
rt2x00_eeprom_extract "u-boot" 262144 272
|
||||
;;
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user