Skip to content
Snippets Groups Projects
Commit 709fafe6 authored by Jonas Höglund's avatar Jonas Höglund
Browse files

Network setup for ex300

parent eceee410
Branches 3.8.0
No related tags found
No related merge requests found
...@@ -166,6 +166,12 @@ ramips_setup_interfaces() ...@@ -166,6 +166,12 @@ ramips_setup_interfaces()
ucidef_add_switch_vlan "switch0" "1" "1 2 6t" ucidef_add_switch_vlan "switch0" "1" "1 2 6t"
ucidef_add_switch_vlan "switch0" "2" "0 6t" ucidef_add_switch_vlan "switch0" "2" "0 6t"
;; ;;
ex300)
ucidef_set_interfaces_lan_wan "eth0.1" "eth0.2"
ucidef_add_switch "switch0" "1" "1"
ucidef_add_switch_vlan "switch0" "1" "1 6t"
ucidef_add_switch_vlan "switch0" "2" "0 6t"
;;
awm002-evb | \ awm002-evb | \
awm003-evb | \ awm003-evb | \
argus-atp52b | \ argus-atp52b | \
......
...@@ -424,6 +424,9 @@ ramips_board_detect() { ...@@ -424,6 +424,9 @@ ramips_board_detect() {
*"Mediatek MT7621 evaluation board") *"Mediatek MT7621 evaluation board")
name="mt7621" name="mt7621"
;; ;;
*"ex300")
name="ex300"
;;
*"Mediatek MT7628AN evaluation board") *"Mediatek MT7628AN evaluation board")
name="mt7628" name="mt7628"
;; ;;
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
/ { / {
compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc"; compatible = "mediatek,mt7621-eval-board", "mediatek,mt7621-soc";
model = "Mediatek MT7621 evaluation board"; model = "ex300";
memory@0 { memory@0 {
device_type = "memory"; device_type = "memory";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment