mirror of https://github.com/openwrt/luci.git
package/community-profiles: fix netmask for freifunk gadow
parent
0856030c79
commit
092062b23a
|
@ -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 New Issue