diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-26 15:52:12 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-08-26 15:52:12 +0000 |
commit | 908bf643e0a9637d3a7b0ba23e673f8b505151f4 (patch) | |
tree | 20778c53fcbef2bc8ed5a08e08f4665a35afa81f /openwrt/package/base-files/default/etc | |
parent | 28bce5255adbc39008a42bc3bb9801c57642dd8b (diff) |
clean up board-dependent files, add pppoatm support, add proper config examples
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1754 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/base-files/default/etc')
-rw-r--r-- | openwrt/package/base-files/default/etc/config/network | 9 |
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 049460160a..0000000000 --- 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="" |