From: Jo-Philipp Wich Date: Mon, 31 Oct 2011 18:24:45 +0000 (+0000) Subject: contrib/package: make relayd dependency conditional, else luci build will break brcm-2.4 X-Git-Tag: 0.11.0~1413 X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=da04e212dd75fc651f96ed54b0a6f6e697984c22 contrib/package: make relayd dependency conditional, else luci build will break brcm-2.4 --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index bb889136a..9052af19a 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 ###