Merge pull request #228 from FreifunkUFO/master
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Oct 2014 20:23:46 +0000 (22:23 +0200)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 14 Oct 2014 20:23:46 +0000 (22:23 +0200)
package/community-profiles: fix netmask for freifunk gadow

contrib/package/community-profiles/files/etc/config/profile_altmark

index 9ba33d7..20d51b2 100644 (file)
@@ -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'