mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-05 05:31:53 +02:00
a8a833f845
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4638 3c298f89-4303-0410-b956-a3cf2f4a3e73
9 lines
181 B
Plaintext
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
|