summaryrefslogtreecommitdiffstats
path: root/minikrebs/profiles
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2013-01-07 08:52:39 +0700
committermakefu <github@syntax-fehler.de>2013-01-07 08:52:39 +0700
commit9a5edaac48e2461aa247204fbcea37d805bf38f0 (patch)
tree6128fadac5b43fe66c4993b8a0515d80d3e148cd /minikrebs/profiles
parentf90ac125ccfd08fc1448fd78ad0ad373b2622077 (diff)
add upgrade script for rapid deployment
Diffstat (limited to 'minikrebs/profiles')
-rw-r--r--minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network17
1 files changed, 11 insertions, 6 deletions
diff --git a/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network b/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
index c459c4e0..04722166 100644
--- a/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
+++ b/minikrebs/profiles/camkrebs_zc3xx/customfiles/etc/config/network
@@ -1,9 +1,14 @@
+
config interface 'loopback'
- option ifname 'lo'
- option proto 'static'
- option ipaddr '127.0.0.1'
- option netmask '255.0.0.0'
+ 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'
+ option ifname 'eth0'
+ option proto 'dhcp'
+
+config interface 'wan'
+ option ifname 'wlan0'
+ option proto 'dhcp'