fix default netmask

SVN-Revision: 6589
This commit is contained in:
Felix Fietkau 2007-03-17 03:15:41 +00:00
parent b2a976649f
commit e68e6f4be9

View File

@ -42,7 +42,7 @@ define Package/base-files$(TARGET)
VERSION:=$(PKG_RELEASE)-$(REV) VERSION:=$(PKG_RELEASE)-$(REV)
$(call Config,network.lan.proto,string,static,LAN Protocol) $(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.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.gateway,ip,,LAN Gateway)
$(call Config,network.lan.dns,ip,,LAN DNS server) $(call Config,network.lan.dns,ip,,LAN DNS server)
endef endef