profile-LibremeshTestBed-outdoor_omnidirectional_dualband
Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
Makefile
include $(TOPDIR)/rules.mk
PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
PROFILE_DEPENDS:=+lime-docs-minimal \
+deferrable-reboot \
+lime-debug \
+lime-app \
+lime-hwd-openwrt-wan \
+lime-proto-anygw \
+lime-proto-babeld \
+lime-proto-batadv \
+shared-state \
+shared-state-babeld_hosts \
+shared-state-bat_hosts \
+shared-state-nodes_and_links \
+babeld-auto-gw-mode \
+batctl-default \
+check-date-http \
+lime-docs \
+lime-hwd-ground-routing \
+lime-debug
include ../../profile.mk
# call BuildPackage - OpenWrt buildroot signaturelime-community
config lime system
option deferrable_reboot_uptime_s '654321' # reboot every 7.5 days
config lime network
option main_ipv4_address '10.1.128.0/16/17'
option anygw_dhcp_start '2562'
option anygw_dhcp_limit '30205'
option batadv_orig_interval '5000'
config lime wifi
option country 'BR'
option ap_ssid 'LibremeshTestBed'
option apname_ssid 'LibremeshTestBed/%H'
option ieee80211s_mesh_id 'libremesh'
config lime-wifi-band '5ghz'
option channel '48'
option htmode 'VHT20'
list modes 'ieee80211s'
option distance '300'
config lime-wifi-band '2ghz'
option channel '1'
option htmode 'HT40'
list modes 'ieee80211s'
option distance '1000'