summaryrefslogtreecommitdiffstats
path: root/target/linux/omap35xx/base-files/etc/config/network
diff options
context:
space:
mode:
authorhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-18 11:50:36 +0000
committerhcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-05-18 11:50:36 +0000
commitca8c3e123870273a179976f01742d7462ce037d0 (patch)
treec75ab81038bf2ca2a0ec27ddddc4202494c8ca26 /target/linux/omap35xx/base-files/etc/config/network
parent5d2766e7eb9b0db33917522d2cdcc291ddbdc3f9 (diff)
[omap35xx] Move beagleboard base-files to beagleboard sub-target, remove unused mac80211.sh
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26932 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/omap35xx/base-files/etc/config/network')
-rw-r--r--target/linux/omap35xx/base-files/etc/config/network14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/linux/omap35xx/base-files/etc/config/network b/target/linux/omap35xx/base-files/etc/config/network
deleted file mode 100644
index 2ea5a4b04..000000000
--- a/target/linux/omap35xx/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 ifname usb0
- option type bridge
- option proto static
- option ipaddr 192.168.1.1
- option netmask 255.255.255.0