Skip to content

Commit 790fe24

Browse files
committed
created profile for workshop at BattleMesh v17
1 parent 6a59b4c commit 790fe24

2 files changed

Lines changed: 30 additions & 0 deletions

File tree

BattleMeshV17/workshop/Makefile

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
include $(TOPDIR)/rules.mk
2+
3+
PROFILE_DESCRIPTION:=Firmware to use in a workshop presenting LibreMesh in BattleMesh v17 in Sundhausen
4+
PROFILE_DEPENDS:=+shared-state-network_nodes +shared-state-dnsmasq_servers \
5+
+lime-docs \
6+
+lime-proto-babeld \
7+
+lime-proto-batadv \
8+
+lime-proto-anygw \
9+
+lime-hwd-openwrt-wan \
10+
+shared-state \
11+
+hotplug-initd-services \
12+
+shared-state-babeld_hosts \
13+
+shared-state-bat_hosts \
14+
+shared-state-dnsmasq_hosts \
15+
+shared-state-dnsmasq_leases \
16+
+shared-state-nodes_and_links \
17+
+check-date-http \
18+
+lime-app \
19+
+lime-hwd-ground-routing \
20+
+lime-debug \
21+
+babeld-auto-gw-mode \
22+
+px5g-standalone
23+
24+
include ../../profile.mk
25+
26+
# call BuildPackage - OpenWrt buildroot signature
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
config lime wifi
2+
option country 'DE'
3+
option ap_ssid 'LibreMesh-WBM'
4+
option apname_ssid 'LiMe-WBM/%H'

0 commit comments

Comments
 (0)