5 .
/lib
/functions
/uci-defaults.sh
7 if [ ! -x /usr
/sbin
/maccalc
]; then
8 echo "$0: maccalc not found!"
12 ramips_setup_interfaces
()
16 ucidef_set_interface_loopback
20 ucidef_set_interface_lan
"eth0.1"
29 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
33 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
34 ucidef_add_switch
"rtl8366s" "1" "1"
35 ucidef_add_switch_vlan
"rtl8366s" "1" "1 2 3 4 5t"
36 ucidef_add_switch_vlan
"rtl8366s" "2" "0 5t"
40 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
41 ucidef_add_switch
"rtl8366rb" "1" "1"
42 ucidef_add_switch_vlan
"rtl8366rb" "1" "1 2 3 4 5t"
43 ucidef_add_switch_vlan
"rtl8366rb" "2" "0 5t"
47 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
48 ucidef_add_switch
"rtl8366s" "1" "1"
49 ucidef_add_switch_vlan
"rtl8366s" "1" "0 1 2 3 5t"
50 ucidef_add_switch_vlan
"rtl8366s" "2" "4 5t"
54 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
55 ucidef_add_switch
"switch0" "1" "1"
56 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 8t"
57 ucidef_add_switch_vlan
"switch0" "2" "4 8t"
61 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
62 ucidef_add_switch
"switch0" "1" "1"
63 ucidef_add_switch_vlan
"switch0" "1" "1 2 3 4 5t"
64 ucidef_add_switch_vlan
"switch0" "2" "0 5t"
68 ucidef_set_interface_lan_wan
"eth0.2" "eth0.1"
72 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
73 ucidef_add_switch
"rtl8366rb" "1" "1"
74 ucidef_add_switch_vlan
"rtl8366rb" "1" "0 1 2 3 5t"
75 ucidef_add_switch_vlan
"rtl8366rb" "2" "4 5t"
79 ucidef_set_interface_lan
"eth0"
83 RT3X5X
=`cat /proc/cpuinfo | grep RT3.5`
84 if [ -n "${RT3X5X}" ]; then
85 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
87 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
101 lan_mac
=$
(ramips_get_mac_binary factory
40)
111 lan_mac
=$
(ramips_get_mac_binary factory
4)
112 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
118 lan_mac
=$
(ramips_get_mac_binary devdata
16388)
119 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
125 lan_mac
=$
(ramips_get_mac_binary factory
4)
126 wan_mac
=$
(ramips_get_mac_binary factory
40)
130 lan_mac
=$
(ramips_get_mac_binary
"u-boot" 262148)
131 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
135 lan_mac
=$
(ramips_get_mac_binary factory
4)
136 wan_mac
=$
(ramips_get_mac_binary factory
32772)
140 lan_mac
=$
(ramips_get_mac_binary factory
40)
141 wan_mac
=$
(ramips_get_mac_binary factory
46)
145 lan_mac
=$
(ramips_get_mac_binary board-nvram
65440)
146 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
150 lan_mac
=$
(ramips_get_mac_binary factory
4)
155 [ -n "$lan_mac" ] && ucidef_set_interface_macaddr lan
$lan_mac
156 [ -n "$wan_mac" ] && ucidef_set_interface_macaddr wan
$wan_mac
159 [ -e /etc
/config
/network
] && exit 0
161 touch /etc
/config
/network
163 board
=$
(ramips_board_name
)
165 ramips_setup_interfaces
$board
166 ramips_setup_macs
$board