diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-14 22:23:46 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2014-10-14 22:23:46 +0200 |
commit | 3f5cf37da8025187c515a294a829d8b5426ca64d (patch) | |
tree | 615a207acef60de258d6a791e30aa12970939d01 | |
parent | 0856030c79f3febdafa627511cf1be4c72edf09b (diff) | |
parent | 092062b23a31cc49c0095f2c0a6fa0a73f6296b1 (diff) |
Merge pull request #228 from FreifunkUFO/master
package/community-profiles: fix netmask for freifunk gadow
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_altmark | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_altmark b/contrib/package/community-profiles/files/etc/config/profile_altmark index 9ba33d72e..20d51b2fd 100644 --- a/contrib/package/community-profiles/files/etc/config/profile_altmark +++ b/contrib/package/community-profiles/files/etc/config/profile_altmark @@ -10,7 +10,7 @@ config 'community' 'profile' option 'adhoc_dhcp_when_vap' '0' config 'defaults' 'interface' - option 'netmask' '255.0.0.0' + option 'netmask' '255.255.255.255' config 'defaults' 'bssidscheme' |