瀏覽代碼

fix default netmask

SVN-Revision: 6589
Felix Fietkau 19 年之前
父節點
當前提交
e68e6f4be9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/base-files/Makefile

+ 1 - 1
package/base-files/Makefile

@@ -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