mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
fix default netmask
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6589 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
2479edd86b
commit
cd35305e9c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user