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"
28 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
"switch0" "1" "1"
49 ucidef_add_switch_vlan
"switch0" "1" "0 1 2 3 8t"
50 ucidef_add_switch_vlan
"switch0" "2" "4 8t"
54 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
55 ucidef_add_switch
"switch0" "1" "1"
56 ucidef_add_switch_vlan
"switch0" "1" "1 2 3 4 5t"
57 ucidef_add_switch_vlan
"switch0" "2" "0 5t"
61 ucidef_set_interface_lan_wan
"eth0.2" "eth0.1"
65 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
66 ucidef_add_switch
"rtl8366rb" "1" "1"
67 ucidef_add_switch_vlan
"rtl8366rb" "1" "0 1 2 3 5t"
68 ucidef_add_switch_vlan
"rtl8366rb" "2" "4 5t"
72 ucidef_set_interface_lan
"eth0"
76 RT3X5X
=`cat /proc/cpuinfo | grep RT3.5`
77 if [ -n "${RT3X5X}" ]; then
78 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
80 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
94 lan_mac
=$
(ramips_get_mac_binary factory
40)
103 lan_mac
=$
(ramips_get_mac_binary factory
4)
104 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
110 lan_mac
=$
(ramips_get_mac_binary devdata
16388)
111 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
117 lan_mac
=$
(ramips_get_mac_binary factory
4)
118 wan_mac
=$
(ramips_get_mac_binary factory
40)
122 lan_mac
=$
(ramips_get_mac_binary
"u-boot" 262148)
123 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
127 lan_mac
=$
(ramips_get_mac_binary factory
4)
128 wan_mac
=$
(ramips_get_mac_binary factory
32772)
132 lan_mac
=$
(ramips_get_mac_binary factory
40)
133 wan_mac
=$
(ramips_get_mac_binary factory
46)
137 lan_mac
=$
(ramips_get_mac_binary board-nvram
65440)
138 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
142 lan_mac
=$
(ramips_get_mac_binary factory
4)
147 [ -n "$lan_mac" ] && ucidef_set_interface_macaddr lan
$lan_mac
148 [ -n "$wan_mac" ] && ucidef_set_interface_macaddr wan
$wan_mac
151 [ -e /etc
/config
/network
] && exit 0
153 touch /etc
/config
/network
155 board
=$
(ramips_board_name
)
157 ramips_setup_interfaces
$board
158 ramips_setup_macs
$board