From 14f9d231396ae074995a3675ecf07bb66ab9017c Mon Sep 17 00:00:00 2001 From: nbd Date: Wed, 11 Jan 2006 03:27:57 +0000 Subject: 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 --- .../base-files/files/brcm-2.4/etc/config/network | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config/network (limited to 'openwrt/target/linux/package/base-files/files/brcm-2.4/etc/config') 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 -- cgit v1.2.3