summaryrefslogtreecommitdiff
path: root/openwrt/package/base-files/default
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
commit7fdfde3edce76a7edb8378f80c67ad9932f768ff (patch)
tree20778c53fcbef2bc8ed5a08e08f4665a35afa81f /openwrt/package/base-files/default
parent6b854dd30ac353abef99611052318d4ea74d749e (diff)
downloadmtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.zip
mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.gz
mtk-20170518-7fdfde3edce76a7edb8378f80c67ad9932f768ff.tar.bz2
clean up board-dependent files, add pppoatm support, add proper config examples
SVN-Revision: 1754
Diffstat (limited to 'openwrt/package/base-files/default')
-rw-r--r--openwrt/package/base-files/default/etc/config/network9
1 files changed, 0 insertions, 9 deletions
diff --git a/openwrt/package/base-files/default/etc/config/network b/openwrt/package/base-files/default/etc/config/network
deleted file mode 100644
index 0494601..0000000
--- a/openwrt/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=""