diff options
author | Florian Fainelli <florian@openwrt.org> | 2010-01-04 19:16:38 +0000 |
---|---|---|
committer | Florian Fainelli <florian@openwrt.org> | 2010-01-04 19:16:38 +0000 |
commit | 80dc021b970e7e77048cc9e14f23b3b30252517a (patch) | |
tree | 603314100baa06e3b350167864243f6b2223f037 /target/linux/olpc/base-files/etc/config/network | |
parent | 29a6649cf05bd5c2d1c149e39d8d122cbf537137 (diff) | |
download | upstream-80dc021b970e7e77048cc9e14f23b3b30252517a.tar.gz upstream-80dc021b970e7e77048cc9e14f23b3b30252517a.tar.bz2 upstream-80dc021b970e7e77048cc9e14f23b3b30252517a.zip |
remove target since it was merged as a subtarget of x86
SVN-Revision: 19035
Diffstat (limited to 'target/linux/olpc/base-files/etc/config/network')
-rw-r--r-- | target/linux/olpc/base-files/etc/config/network | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/target/linux/olpc/base-files/etc/config/network b/target/linux/olpc/base-files/etc/config/network deleted file mode 100644 index faa8f0e782..0000000000 --- a/target/linux/olpc/base-files/etc/config/network +++ /dev/null @@ -1,11 +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 wlan - option ifname eth0 - option proto dhcp |