summaryrefslogtreecommitdiffstats
path: root/target/linux/package/openwrt/files/soekris/etc/config
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-26 15:52:12 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-08-26 15:52:12 +0000
commit85fa7a0ac5527d54fe742e5df002d11d3a83699a (patch)
treecc27fd3cfca0cccad6db8cbd6ffe811e5adea94a /target/linux/package/openwrt/files/soekris/etc/config
parent67881f7caf65c39557e3ee656fd9368aec200b65 (diff)
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 'target/linux/package/openwrt/files/soekris/etc/config')
-rw-r--r--target/linux/package/openwrt/files/soekris/etc/config/network10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/package/openwrt/files/soekris/etc/config/network b/target/linux/package/openwrt/files/soekris/etc/config/network
new file mode 100644
index 000000000..8383edbb5
--- /dev/null
+++ b/target/linux/package/openwrt/files/soekris/etc/config/network
@@ -0,0 +1,10 @@
+# Network configuration file
+# Uncomment the following statements to override the default or nvram config
+
+## LAN configuration
+# lan_ifame="br0"
+# lan_proto="static"
+# lan_ipaddr="192.168.1.1"
+# lan_netmask="255.255.255.0"
+# lan_gateway=""
+# lan_dns=""