diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-31 18:24:45 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-10-31 18:24:45 +0000 |
commit | da04e212dd75fc651f96ed54b0a6f6e697984c22 (patch) | |
tree | 982e1eaff126de4c5497864fd3ef19d670753cd4 /contrib/package | |
parent | 65187202b30d4dc8174bff5a6bc0fc13abf99cde (diff) |
contrib/package: make relayd dependency conditional, else luci build will break brcm-2.4
Diffstat (limited to 'contrib/package')
-rw-r--r-- | contrib/package/luci/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 ### |