allow building of kernel-specific stuff in package/ instead of target/linux/package...
[openwrt.git] / package / base-files / sibyte-2.6 / etc / config / network
1 # Network configuration file
2
3 ## LAN configuration
4 lan_ifname="br0"
5 lan_ifnames="eth0 ath0"
6 lan_proto="static"
7 lan_ipaddr="192.168.1.1"
8 lan_netmask="255.255.255.0"
9
10 ## WAN configuration
11 wan_ifname=""
12 wan_proto="none"