1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-01-26 22:31:06 +02:00

fix default netmask

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6589 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nbd 2007-03-17 03:15:41 +00:00
parent 91c71dd9ac
commit 54da7c4cde

View File

@ -42,7 +42,7 @@ define Package/base-files$(TARGET)
VERSION:=$(PKG_RELEASE)-$(REV)
$(call Config,network.lan.proto,string,static,LAN Protocol)
$(call Config,network.lan.ipaddr,ip,192.168.1.1,LAN IP Address)
$(call Config,network.lan.netmask,netmask,255.255.0.0,LAN Network Mask)
$(call Config,network.lan.netmask,netmask,255.255.255.0,LAN Network Mask)
$(call Config,network.lan.gateway,ip,,LAN Gateway)
$(call Config,network.lan.dns,ip,,LAN DNS server)
endef