Skip to content

Commit

Permalink
Merge pull request #93 from hiurequeiroz/LibremeshTestBed
Browse files Browse the repository at this point in the history
add: deferable-reboot package
  • Loading branch information
spiccinini committed Jan 25, 2024
2 parents 6fe0f73 + 88af767 commit ac3fb84
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
3 changes: 2 additions & 1 deletion LibremeshTestBed/indoor_omnidirectional_dualband/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
PROFILE_DEPENDS:=+lime-docs-minimal \
+lime-debug
+deferable-reboot \
+lime-debug \
+lime-app \
+lime-hwd-openwrt-wan \
+lime-proto-anygw \
Expand Down
5 changes: 3 additions & 2 deletions LibremeshTestBed/outdoor_omnidirectional_dualband/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 outdoor omnidirectional dual band nodes
PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
PROFILE_DEPENDS:=+lime-docs-minimal \
+lime-debug
+deferable-reboot \
+lime-debug \
+lime-app \
+lime-hwd-openwrt-wan \
+lime-proto-anygw \
Expand Down
5 changes: 3 additions & 2 deletions LibremeshTestBed/outdoor_sectorial_singleband/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 outdoor sectorial single band nodes
PROFILE_DESCRIPTION:=Mesh and AP for Test Bed LibreMesh 2024 indoor omnidirectional dual band nodes
PROFILE_DEPENDS:=+lime-docs-minimal \
+lime-debug
+deferable-reboot \
+lime-debug \
+lime-app \
+lime-hwd-openwrt-wan \
+lime-proto-anygw \
Expand Down

0 comments on commit ac3fb84

Please sign in to comment.