From 85fa7a0ac5527d54fe742e5df002d11d3a83699a Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 26 Aug 2005 15:52:12 +0000 Subject: 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 --- target/linux/package/openwrt/files/soekris/etc/config/network | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/package/openwrt/files/soekris/etc/config/network (limited to 'target/linux/package/openwrt/files/soekris/etc/config') 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="" -- cgit v1.2.3