summaryrefslogtreecommitdiffstats
path: root/package/base-files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-17 03:15:41 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-03-17 03:15:41 +0000
commit54da7c4cde1351447ec4330f53e67f14b1fe0b9a (patch)
tree37da2a86b0c1abbac48b3e400f2c50cd4d2a633d /package/base-files
parent91c71dd9accc12d164a95814276f2f05f1b28a5a (diff)
fix default netmask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6589 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files')
-rw-r--r--package/base-files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile
index 345ae72f9..0d3d3040b 100644
--- a/package/base-files/Makefile
+++ b/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