
The new build_script uses a bsp-style interface. Now it's possible to work on more than one board at the same time. Just select the selected_bsp with the build_script and start over. Signed-off-by: Tim Niemeyer <tim.niemeyer@mastersword.de>
22 lines
516 B
Text
22 lines
516 B
Text
config 'interface' 'loopback'
|
|
option 'ifname' 'lo'
|
|
option 'proto' 'static'
|
|
option 'ipaddr' '127.0.0.1'
|
|
option 'netmask' '255.0.0.0'
|
|
|
|
#config 'interface' 'lan'
|
|
# option 'proto' 'dhcp'
|
|
# option 'ifname' 'eth0.1'
|
|
|
|
config 'interface' 'wlanmesh'
|
|
option 'mtu' '1528'
|
|
|
|
config 'interface' 'mesh'
|
|
option 'type' 'bridge'
|
|
option 'ifname' 'bat0 tap0'
|
|
option 'auto' '1'
|
|
|
|
config 'interface' 'wan'
|
|
option 'ifname' 'eth0'
|
|
option 'proto' 'dhcp'
|
|
|