Merge pull request #228 from FreifunkUFO/master
package/community-profiles: fix netmask for freifunk gadow
This commit is contained in:
commit
3f5cf37da8
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue