summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles/usb_ext/customfiles/etc/config/network
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-02-07 20:23:55 +0100
committermakefu <github@syntax-fehler.de>2013-02-07 20:23:55 +0100
commit12fa3df06555c4ad6973602998a42446fbb52e70 (patch)
tree9543696874cfea86f103f8388a26176c8fe4ea17 /minikrebs/profiles/usb_ext/customfiles/etc/config/network
parent8c369def5ba0acbb95212e441b8b31a3ab05f3c8 (diff)
bare profile which enables usb-extroot
Diffstat (limited to 'minikrebs/profiles/usb_ext/customfiles/etc/config/network')
-rw-r--r--minikrebs/profiles/usb_ext/customfiles/etc/config/network13
1 files changed, 13 insertions, 0 deletions
diff --git a/minikrebs/profiles/usb_ext/customfiles/etc/config/network b/minikrebs/profiles/usb_ext/customfiles/etc/config/network
new file mode 100644
index 00000000..e6a96379
--- /dev/null
+++ b/minikrebs/profiles/usb_ext/customfiles/etc/config/network
@@ -0,0 +1,13 @@
+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 ifname 'eth0'
+ option proto 'dhcp'
+
+config interface 'wan'
+ option ifname 'wlan0'
+ option proto 'dhcp'