diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-24 18:16:40 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-24 18:16:40 +0000 |
commit | f3a925da0090162a7fb4305fbba9649081d01109 (patch) | |
tree | e7491aaea1e238860802a5727bddb33bb321edb9 /target/linux/ar71xx/base-files/etc/config | |
parent | 9590e3c36645cb05c6153f3651c64e3f8bb81e31 (diff) |
[ar71xx] add more base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14653 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/base-files/etc/config')
-rw-r--r-- | target/linux/ar71xx/base-files/etc/config/defaults/generic/network | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/target/linux/ar71xx/base-files/etc/config/defaults/generic/network b/target/linux/ar71xx/base-files/etc/config/defaults/generic/network new file mode 100644 index 0000000000..2d4d8e0121 --- /dev/null +++ b/target/linux/ar71xx/base-files/etc/config/defaults/generic/network @@ -0,0 +1,16 @@ +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 type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 + +config interface wan + option ifname eth1 + option proto dhcp |