aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-08-26 15:52:12 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-08-26 15:52:12 +0000
commit7dd7852ba2d9ab29c610461ed61c2428c34e8759 (patch)
treecc27fd3cfca0cccad6db8cbd6ffe811e5adea94a /package/base-files
parent1a001483d28c98e8a392a9dc21c95aaf947b4d07 (diff)
downloadupstream-7dd7852ba2d9ab29c610461ed61c2428c34e8759.tar.gz
upstream-7dd7852ba2d9ab29c610461ed61c2428c34e8759.tar.bz2
upstream-7dd7852ba2d9ab29c610461ed61c2428c34e8759.zip
clean up board-dependent files, add pppoatm support, add proper config examples
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1754 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/default/etc/config/network9
1 files changed, 0 insertions, 9 deletions
diff --git a/package/base-files/default/etc/config/network b/package/base-files/default/etc/config/network
deleted file mode 100644
index 049460160a..0000000000
--- a/package/base-files/default/etc/config/network
+++ /dev/null
@@ -1,9 +0,0 @@
-# Network configuration file
-
-# Uncomment the following statements to override the default or nvram config
-# lan_ifame="br0"
-# lan_proto="static"
-# lan_ipaddr="192.168.1.1"
-# lan_netmask="255.255.255.0"
-# lan_gateway=""
-# lan_dns=""