fix: simplify firmware configuration. test => start, ssh access, emissary-agent, contact emissary server OK
This commit is contained in:
parent
e07c26e24d
commit
241d234ece
|
@ -1,5 +1,5 @@
|
||||||
install-bpi-r3-network-config:
|
install-bpi-r3-network-config:
|
||||||
mkdir -p files/etc/config
|
mkdir -p files/etc/config
|
||||||
cp misc/bpi-r3/uci/network files/etc/config/network
|
cp misc/bpi-r3/uci/network files/etc/config/network
|
||||||
cp misc/bpi-r3/uci/wireless files/etc/config/wireless
|
# cp misc/bpi-r3/uci/wireless files/etc/config/wireless
|
||||||
cp misc/bpi-r3/uci/system files/etc/config/system
|
# cp misc/bpi-r3/uci/system files/etc/config/system
|
|
@ -5,9 +5,6 @@ config device
|
||||||
option ipaddr '127.0.0.1'
|
option ipaddr '127.0.0.1'
|
||||||
option netmask '255.0.0.0'
|
option netmask '255.0.0.0'
|
||||||
|
|
||||||
config globals 'globals'
|
|
||||||
option ula_prefix 'fd78:1aa3:8b15::/48'
|
|
||||||
|
|
||||||
config device
|
config device
|
||||||
option name 'br-lan'
|
option name 'br-lan'
|
||||||
option type 'bridge'
|
option type 'bridge'
|
||||||
|
@ -32,16 +29,10 @@ config device
|
||||||
|
|
||||||
config device
|
config device
|
||||||
option name 'eth1'
|
option name 'eth1'
|
||||||
option macaddr '96:37:22:3f:67:af'
|
|
||||||
|
|
||||||
config device
|
config device
|
||||||
option name 'wan'
|
option name 'wan'
|
||||||
option macaddr '96:37:22:3f:67:af'
|
|
||||||
|
|
||||||
config interface 'wan'
|
config interface 'wan'
|
||||||
option device 'br-wan'
|
option device 'br-wan'
|
||||||
option proto 'dhcp'
|
option proto 'dhcp'
|
||||||
|
|
||||||
config interface 'wan6'
|
|
||||||
option device 'br-wan'
|
|
||||||
option proto 'dhcpv6'
|
|
Loading…
Reference in New Issue