diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-11-22 23:27:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-11-22 23:27:29 +0000 |
commit | 37362df7ea5978750f4584d2ce48623c59ef0695 (patch) | |
tree | 8f8734b13f1e320ab42aed2a46bb22472a61c479 /package/base-files/x86/etc | |
parent | bd8e5fb7db8431d22fad5eb72a2a38c0f1b50f45 (diff) | |
download | upstream-37362df7ea5978750f4584d2ce48623c59ef0695.tar.gz upstream-37362df7ea5978750f4584d2ce48623c59ef0695.tar.bz2 upstream-37362df7ea5978750f4584d2ce48623c59ef0695.zip |
move platform specific base-files into target/linux/<targetname>
SVN-Revision: 5621
Diffstat (limited to 'package/base-files/x86/etc')
-rw-r--r-- | package/base-files/x86/etc/config/network | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/package/base-files/x86/etc/config/network b/package/base-files/x86/etc/config/network deleted file mode 100644 index 68d8e4240e..0000000000 --- a/package/base-files/x86/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 - |