-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
es.hackmeeting.org new hm23generic profile
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
include $(TOPDIR)/rules.mk | ||
|
||
PROFILE_DESCRIPTION:=AP for Iberian Hackmeeting 2023 in Squatxeria | ||
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +shared-state-network_nodes +shared-state-dnsmasq_servers \ | ||
+lime-docs \ | ||
+lime-proto-babeld \ | ||
+lime-proto-batadv \ | ||
+lime-proto-anygw \ | ||
+lime-hwd-openwrt-wan \ | ||
+shared-state \ | ||
+hotplug-initd-services \ | ||
+shared-state-babeld_hosts \ | ||
+shared-state-bat_hosts \ | ||
+shared-state-dnsmasq_hosts \ | ||
+shared-state-dnsmasq_leases \ | ||
+shared-state-nodes_and_links \ | ||
+check-date-http \ | ||
+lime-app \ | ||
+lime-hwd-ground-routing \ | ||
+lime-debug \ | ||
+babeld-auto-gw-mode | ||
|
||
include ../../profile.mk | ||
|
||
# call BuildPackage - OpenWrt buildroot signature |
37 changes: 37 additions & 0 deletions
37
es.hackmeeting.org/hm2023generic/root/etc/config/lime-community
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
config lime system | ||
option deferable_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 'ES' | ||
option ap_ssid 'HM23-to-be-configured' | ||
option apname_ssid 'HM23/%H-to-be-configured' | ||
option ieee80211s_mesh_id 'libremesh' | ||
|
||
config lime-wifi-band '2ghz' | ||
option channel '13' | ||
list modes 'ap' | ||
list modes 'apname' | ||
option distance '100' | ||
|
||
config lime-wifi-band '5ghz' | ||
option channel '100' | ||
list modes 'ap' | ||
list modes 'apname' | ||
option distance '100' | ||
|
||
config net lan1onlymesh | ||
option linux_name 'lan1' | ||
#list protocols lan # we want all the protocols but LAN, as this ethernet port will be used for meshing, not for clients access | ||
list protocols anygw | ||
list protocols batadv:%N1 | ||
list protocols babeld:17 | ||
|
||
config generic_uci_config beacon_int | ||
list uci_set 'wireless.radio0.beacon_int=50' | ||
list uci_set 'wireless.radio1.beacon_int=50' |