summaryrefslogtreecommitdiffstats
path: root/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-11 03:27:57 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-01-11 03:27:57 +0000
commit14f9d231396ae074995a3675ecf07bb66ab9017c (patch)
treef958211e801e219a9eb79f2542d74d1d6aed06b6 /openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config
parent55bc42afdadc9990ee44e08d26ea6a6077e45adf (diff)
add netconfig script to brcm-2.4 and remove default /etc/config/network
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2902 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config')
-rw-r--r--openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config/network18
1 files changed, 0 insertions, 18 deletions
diff --git a/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config/network b/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config/network
deleted file mode 100644
index ee8e02043..000000000
--- a/openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config/network
+++ /dev/null
@@ -1,18 +0,0 @@
-# Network configuration file
-# Uncomment the following statements to override the default or nvram config
-
-## LAN configuration
-# lan_ifname="br0"
-# lan_proto="static"
-# lan_ipaddr="192.168.1.1"
-# lan_netmask="255.255.255.0"
-# lan_gateway=""
-# lan_dns=""
-
-## WAN configuration (PPPoE)
-# wan_proto=pppoe
-# wan_ifname=ppp0
-# pppoe_ifname=vlan1
-# ppp_username=my_username
-# ppp_passwd=my_passwd
-# ppp_mtu=1492