emissary-firmware/misc/rpi/uci/network
William Petit 23452a06ff
Some checks reported errors
arcad/emissary-firmware/pipeline/head Something is wrong with the build of this commit
feat(rpi): default firmware ok
2023-04-21 18:42:06 +02:00

9 lines
192 B
Plaintext

config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config interface 'wan'
option ifname 'eth0'
option proto 'dhcp'