Files
wifipineapple-openwrt/target/linux/omap24xx/base-files/etc/config/network
Michael Büsch d98d8388e9 omap24xx: Add default network config
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@23004 3c298f89-4303-0410-b956-a3cf2f4a3e73
2010-09-11 15:21:03 +00:00

10 lines
158 B
Plaintext

config interface loopback
option ifname lo
option proto static
option ipaddr 127.0.0.1
option netmask 255.0.0.0
config interface lan
option proto dhcp