profile-canodrom.barcelona-simple
Simple profile for experimenting with mesh networks at Canodrom in Barcelona
Makefile
include $(TOPDIR)/rules.mk
PROFILE_DESCRIPTION:=Simple profile for experimenting with mesh networks at Canodrom in Barcelona
include ../../profile.mk
# call BuildPackage - OpenWrt buildroot signaturelime-community
config lime network
option main_ipv4_address '10.0.128.0/16/17'
option anygw_dhcp_start '2562'
option anygw_dhcp_limit '30205'
option batadv_orig_interval '5000'
config lime wifi
option country 'ES'
option ap_ssid 'LibreMesh.org'
option apname_ssid 'LibreMesh.org/%H'
list modes 'ieee80211s'
option ieee80211s_mesh_id 'libremesh'
config lime-wifi-band '2ghz'
option channel '13'
option distance '500'
config lime-wifi-band '5ghz'
option channel '48'
option distance '500'
config run_asset root_password
option asset 'community/root_password'
option when 'ATFIRSTBOOT'
config copy_asset authorized_keys
option asset 'community/authorized_keys'
option dst '/etc/dropbear'
config run_asset fix_authorized_keys_permissions
option asset 'community/fix_authorized_keys_permissions'
option when 'ATCONFIG'