From 88af767202e4f27ddb6f902ac4a053bea023983f Mon Sep 17 00:00:00 2001 From: hiure Date: Thu, 25 Jan 2024 16:29:21 -0300 Subject: [PATCH] add: deferable-reboot package --- LibremeshTestBed/indoor_omnidirectional_dualband/Makefile | 3 ++- LibremeshTestBed/outdoor_omnidirectional_dualband/Makefile | 5 +++-- LibremeshTestBed/outdoor_sectorial_singleband/Makefile | 5 +++-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/LibremeshTestBed/indoor_omnidirectional_dualband/Makefile b/LibremeshTestBed/indoor_omnidirectional_dualband/Makefile index a6fc34c..618e26c 100644 --- a/LibremeshTestBed/indoor_omnidirectional_dualband/Makefile +++ b/LibremeshTestBed/indoor_omnidirectional_dualband/Makefile @@ -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 \ diff --git a/LibremeshTestBed/outdoor_omnidirectional_dualband/Makefile b/LibremeshTestBed/outdoor_omnidirectional_dualband/Makefile index 6565e05..618e26c 100644 --- a/LibremeshTestBed/outdoor_omnidirectional_dualband/Makefile +++ b/LibremeshTestBed/outdoor_omnidirectional_dualband/Makefile @@ -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 \ diff --git a/LibremeshTestBed/outdoor_sectorial_singleband/Makefile b/LibremeshTestBed/outdoor_sectorial_singleband/Makefile index 7d0974d..618e26c 100644 --- a/LibremeshTestBed/outdoor_sectorial_singleband/Makefile +++ b/LibremeshTestBed/outdoor_sectorial_singleband/Makefile @@ -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 \