lantiq: DGN3500 fixups
Just fixing up a few things for the Netgear DGN3500. Signed-off-by: Daniel Gimpelevich <daniel@gimpelevich.san-francisco.ca.us> SVN-Revision: 38733
This commit is contained in:
parent
f234cd7e67
commit
000cefd85e
|
@ -78,6 +78,8 @@ VG3503J)
|
||||||
;;
|
;;
|
||||||
|
|
||||||
DGN3500*)
|
DGN3500*)
|
||||||
|
lan_mac=$(mtd_get_mac_ascii uboot-env ethaddr)
|
||||||
|
wan_mac=$(macaddr_add "$lan_mac" 1)
|
||||||
ucidef_set_interface_lan "eth0.1"
|
ucidef_set_interface_lan "eth0.1"
|
||||||
ucidef_add_switch "switch0" "1" "1"
|
ucidef_add_switch "switch0" "1" "1"
|
||||||
ucidef_add_switch_vlan "switch0" "1" "3 2 1 0 5t"
|
ucidef_add_switch_vlan "switch0" "1" "3 2 1 0 5t"
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
chosen {
|
chosen {
|
||||||
bootargs-append = "console=ttyLTQ0,115200 init=/etc/preinit";
|
bootargs = "console=ttyLTQ0,115200 init=/etc/preinit";
|
||||||
};
|
};
|
||||||
|
|
||||||
memory@0 {
|
memory@0 {
|
||||||
|
|
Loading…
Reference in New Issue