diff options
author | pavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-02 18:17:40 +0000 |
---|---|---|
committer | pavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-03-02 18:17:40 +0000 |
commit | f5ab57b33522609d1465f937b69f158be90b177f (patch) | |
tree | eee75efb521525000f257533dee3114ccfbdcc2a /target/linux/sibyte-2.6/base-files/etc/config/network | |
parent | 4dd22e79dbd45667b38357a18003ce3b4f2a7664 (diff) |
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/sibyte-2.6/base-files/etc/config/network')
-rw-r--r-- | target/linux/sibyte-2.6/base-files/etc/config/network | 14 |
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 9b65652f0..000000000 --- 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 |