freifunk / openwrt-packages

Freifunk specific global OpenWrt Packages
Apache License 2.0
26 stars 33 forks source link

Create defaults for 802.11s #3

Closed pmelange closed 5 years ago

pmelange commented 5 years ago

Add default values for freifunk and profile_berlin.

defaults are for /etc/config/freifunk are

config 'defaults' 'wifi_iface_80211s' option 'mode' 'mesh' option 'encryption' 'none' option 'mesh_id' 'Mesh-Freifunk' option 'mesh_fwding' '0'

the defaults for profile_berlin are

config 'defaults' 'wifi_iface_80211s' option 'mesh_id' 'Mesh-Freifunk-Berlin'

pmelange commented 5 years ago

https://github.com/openwrt/luci/pull/2528 has been comitted. These changes are now in the 18.x branch.

pmelange commented 5 years ago

@SvenRoederer Could you please review this again? The same changes are now currently in the 18.x branch of OpenWRT.

SvenRoederer commented 5 years ago

merged into master; see https://github.com/freifunk/openwrt-packages/issues/1#issuecomment-484914372