Skip to content

Commit

Permalink
remove wpad-openssl from calafou profile as it generates recursive de…
Browse files Browse the repository at this point in the history
…pendency with prometheus-node-exporter-lua and it was not being used
  • Loading branch information
ilario committed Nov 26, 2024
1 parent 368adf1 commit 1925b51
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion calafou/indoor/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Encryptable mesh and AP for Calafou indoor nodes
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +wpad-openssl +shared-state-network_nodes +shared-state-dnsmasq_servers \
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +shared-state-network_nodes +shared-state-dnsmasq_servers \
+lime-docs \
+lime-proto-babeld \
+lime-proto-batadv \
Expand Down
2 changes: 1 addition & 1 deletion calafou/indoor2/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Encryptable mesh and AP for Calafou indoor nodes, second node in rooms with two nodes, 5 GHz channel clashing with the outdoor and gateway nodes
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +wpad-openssl +shared-state-network_nodes +shared-state-dnsmasq_servers \
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +shared-state-network_nodes +shared-state-dnsmasq_servers \
+lime-docs \
+lime-proto-babeld \
+lime-proto-batadv \
Expand Down
2 changes: 1 addition & 1 deletion calafou/outdoor_gateway/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Encryptable mesh and AP for Calafou outdoor node used as a gateway
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +wpad-openssl +shared-state-network_nodes +shared-state-dnsmasq_servers \
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +shared-state-network_nodes +shared-state-dnsmasq_servers \
+lime-docs \
+lime-proto-babeld \
+lime-proto-batadv \
Expand Down
2 changes: 1 addition & 1 deletion calafou/outdoor_nongateway/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include $(TOPDIR)/rules.mk

PROFILE_DESCRIPTION:=Encryptable mesh and AP for Calafou outdoor nodes
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +wpad-openssl +shared-state-network_nodes +shared-state-dnsmasq_servers \
PROFILE_DEPENDS:=+deferable-reboot +safe-reboot +shared-state-network_nodes +shared-state-dnsmasq_servers \
+lime-docs \
+lime-proto-babeld \
+lime-proto-batadv \
Expand Down

0 comments on commit 1925b51

Please sign in to comment.