summaryrefslogtreecommitdiff
path: root/target/linux/sibyte-2.6/base-files/etc/config/network
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
commit484609eeb06618dd2581f93ba57d0023a1f3adee (patch)
tree7f04a17039bdac5a306e1033a79e042b810051dd /target/linux/sibyte-2.6/base-files/etc/config/network
parent91e5dba2c76d9185cc06c32feb51b8b0d1c310ca (diff)
downloadmtk-20170518-484609eeb06618dd2581f93ba57d0023a1f3adee.zip
mtk-20170518-484609eeb06618dd2581f93ba57d0023a1f3adee.tar.gz
mtk-20170518-484609eeb06618dd2581f93ba57d0023a1f3adee.tar.bz2
commit profile support for base-files... patches still need to be done
SVN-Revision: 6465
Diffstat (limited to 'target/linux/sibyte-2.6/base-files/etc/config/network')
-rw-r--r--target/linux/sibyte-2.6/base-files/etc/config/network14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/sibyte-2.6/base-files/etc/config/network b/target/linux/sibyte-2.6/base-files/etc/config/network
deleted file mode 100644
index 9b65652..0000000
--- a/target/linux/sibyte-2.6/base-files/etc/config/network
+++ /dev/null
@@ -1,14 +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 "eth0 ath0"
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0