From da04e212dd75fc651f96ed54b0a6f6e697984c22 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 31 Oct 2011 18:24:45 +0000 Subject: [PATCH] contrib/package: make relayd dependency conditional, else luci build will break brcm-2.4 --- contrib/package/luci/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index bb889136a4..9052af19ae 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -216,7 +216,7 @@ $(eval $(call protocol,ppp,Support for PPP/PPPoE/PPPoA)) $(eval $(call protocol,pptp,Support for PPtP,+pptp)) $(eval $(call protocol,6x4,Support for 6in4/6to4,+6in4 +6to4)) $(eval $(call protocol,3g,Support for 3G,+comgt)) -$(eval $(call protocol,relay,Support for relayd pseudo bridges,+relayd)) +$(eval $(call protocol,relay,Support for relayd pseudo bridges,+PACKAGE_luci-proto-relay:relayd)) ### Community Packages ### -- 2.30.2