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
23 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
27 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
28 ucidef_add_switch
"rtl8366rb" "1" "1"
29 ucidef_add_switch_vlan
"rtl8366rb" "1" "0 1 2 3 5t"
30 ucidef_add_switch_vlan
"rtl8366rb" "2" "4 5t"
34 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
35 ucidef_add_switch
"rtl8366s" "1" "1"
36 ucidef_add_switch_vlan
"rtl8366s" "1" "1 2 3 4 5t"
37 ucidef_add_switch_vlan
"rtl8366s" "2" "0 5t"
41 RT3X5X
=`cat /proc/cpuinfo | grep RT3.5`
42 if [ -n "${RT3X5X}" ]; then
43 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
45 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
59 lan_mac
=$
(ramips_get_mac_nvram
"u-boot" 262148)
60 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
68 lan_mac
=$
(ramips_get_mac_binary factory
4)
69 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
75 lan_mac
=$
(ramips_get_mac_binary devdata
16388)
76 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
81 lan_mac
=$
(ramips_get_mac_binary factory
4)
82 wan_mac
=$
(ramips_get_mac_binary factory
40)
86 [ -n $lan_mac ] && ucidef_set_interface_macaddr lan
$lan_mac
87 [ -n $wan_mac ] && ucidef_set_interface_macaddr wan
$wan_mac
90 [ -e /etc
/config
/network
] && exit 0
92 touch /etc
/config
/network
94 board
=$
(ramips_board_name
)
96 ramips_setup_interfaces
$board
97 ramips_setup_macs
$board