diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2007-09-29 14:27:54 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2007-09-29 14:27:54 +0000 |
commit | 9233c3cdb934c97f06168a0ad51379806fef5ae0 (patch) | |
tree | 68991157c40028c3c75e338767cc54f5effa8190 /target/linux/amazon/base-files/etc | |
parent | c4d5ba64e414d98d01c15e0cf0c88072907702cf (diff) | |
download | upstream-9233c3cdb934c97f06168a0ad51379806fef5ae0.tar.gz upstream-9233c3cdb934c97f06168a0ad51379806fef5ae0.tar.bz2 upstream-9233c3cdb934c97f06168a0ad51379806fef5ae0.zip |
get rid of per-profile base-files
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9069 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/amazon/base-files/etc')
-rw-r--r-- | target/linux/amazon/base-files/etc/config/network | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/target/linux/amazon/base-files/etc/config/network b/target/linux/amazon/base-files/etc/config/network new file mode 100644 index 0000000000..72e39f88a4 --- /dev/null +++ b/target/linux/amazon/base-files/etc/config/network @@ -0,0 +1,14 @@ +# Copyright (C) 2006 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 eth1 + option type bridge + option proto static + option ipaddr 192.168.1.1 + option netmask 255.255.255.0 |