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_interface_lan
"eth0"
38 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
39 ucidef_add_switch
"rtl8366s" "1" "1"
40 ucidef_add_switch_vlan
"rtl8366s" "1" "1 2 3 4 5t"
41 ucidef_add_switch_vlan
"rtl8366s" "2" "0 5t"
45 RT3X5X
=`cat /proc/cpuinfo | grep RT3.5`
46 if [ -n "${RT3X5X}" ]; then
47 ucidef_set_interfaces_lan_wan
"eth0.1" "eth0.2"
49 ucidef_set_interfaces_lan_wan
"eth0" "eth1"
63 lan_mac
=$
(ramips_get_mac_nvram
"u-boot" 262148)
64 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
72 lan_mac
=$
(ramips_get_mac_binary factory
4)
73 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
79 lan_mac
=$
(ramips_get_mac_binary devdata
16388)
80 wan_mac
=$
(/usr
/sbin
/maccalc add
"$lan_mac" 1)
85 lan_mac
=$
(ramips_get_mac_binary factory
4)
86 wan_mac
=$
(ramips_get_mac_binary factory
40)
90 lan_mac
=$
(ramips_get_mac_binary factory
4)
95 [ -n $lan_mac ] && ucidef_set_interface_macaddr lan
$lan_mac
96 [ -n $wan_mac ] && ucidef_set_interface_macaddr wan
$wan_mac
99 [ -e /etc
/config
/network
] && exit 0
101 touch /etc
/config
/network
103 board
=$
(ramips_board_name
)
105 ramips_setup_interfaces
$board
106 ramips_setup_macs
$board