aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/x86-2.6/base-files/etc
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2007-03-02 18:17:40 +0000
committerTim Yardley <lst@openwrt.org>2007-03-02 18:17:40 +0000
commit3249931be4d02d83a1fb9225d4355e1fa2509da8 (patch)
treeeee75efb521525000f257533dee3114ccfbdcc2a /target/linux/x86-2.6/base-files/etc
parentd60f2546168f82bff620d2909936e27865d91273 (diff)
downloadupstream-3249931be4d02d83a1fb9225d4355e1fa2509da8.tar.gz
upstream-3249931be4d02d83a1fb9225d4355e1fa2509da8.tar.bz2
upstream-3249931be4d02d83a1fb9225d4355e1fa2509da8.zip
commit profile support for base-files... patches still need to be done
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6465 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86-2.6/base-files/etc')
-rw-r--r--target/linux/x86-2.6/base-files/etc/config/network19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/x86-2.6/base-files/etc/config/network b/target/linux/x86-2.6/base-files/etc/config/network
deleted file mode 100644
index 68d8e4240e..0000000000
--- a/target/linux/x86-2.6/base-files/etc/config/network
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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 type bridge
- option ifname "eth1 eth2"
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0
-
-config interface wan
- option ifname eth0
- option proto dhcp
-