1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-11-05 05:31:53 +02:00
openwrt-xburst/package/base-files/sibyte-2.6/etc/config/network
nbd a8a833f845 change 'ifnames' to 'ifname' in network config, fix #697
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4638 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-08-23 18:47:31 +00:00

9 lines
181 B
Plaintext

# 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