summaryrefslogtreecommitdiffstats
path: root/package/base-files/sibyte-2.6/etc/config/network
blob: 448ab7c9d3a0f5ace0d9364ade71c3102796b2cc (plain)
1
2
3
4
5
6
7
8
# Copyright (C) 2006 OpenWrt.org

config interface lan
	option type 	bridge
	option ifname	"eth0 ath0"
	option proto	static
	option ipaddr	192.168.1.1
	option netmask	255.255.255.0