Skip to content

Commit

Permalink
[mcs814x] add a default and suitable network config file
Browse files Browse the repository at this point in the history
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32939 3c298f89-4303-0410-b956-a3cf2f4a3e73
  • Loading branch information
florian committed Aug 1, 2012
1 parent 62dfbda commit 9a9ced9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions target/linux/mcs814x/base-files/etc/config/network
@@ -0,0 +1,12 @@
# Copyright (C) 2012 OpenWrt.org

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 static
option ipaddr 192.168.1.1

0 comments on commit 9a9ced9

Please sign in to comment.