chore: move install recipes in separate files

This commit is contained in:
2023-02-26 19:15:24 +01:00
parent 110b6b0df8
commit 0ce214195e
10 changed files with 155 additions and 37 deletions

9
misc/x86/uci/network Normal file
View File

@ -0,0 +1,9 @@
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'