|
|
@@ -47,8 +47,8 @@ nbg6817)
|
|
|
hw_mac_addr=$(mtd_get_mac_ascii 0:APPSBLENV ethaddr)
|
|
|
ucidef_add_switch "switch0" \
|
|
|
"1:lan" "2:lan" "3:lan" "4:lan" "6@eth1" "5:wan" "0@eth0"
|
|
|
- ucidef_set_interface_macaddr "lan" "$hw_mac_addr"
|
|
|
- ucidef_set_interface_macaddr "wan" "$(macaddr_add $hw_mac_addr 1)"
|
|
|
+ ucidef_set_interface_macaddr "lan" "$(macaddr_add $hw_mac_addr 2)"
|
|
|
+ ucidef_set_interface_macaddr "wan" "$(macaddr_add $hw_mac_addr 3)"
|
|
|
;;
|
|
|
*)
|
|
|
echo "Unsupported hardware. Network interfaces not intialized"
|