From: Jo-Philipp Wich Date: Thu, 13 Oct 2011 21:55:26 +0000 (+0000) Subject: luci: remove dependency on pppoa X-Git-Tag: 0.11.0~1545 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=986ae96887fb121db020cdf00ec63e870830e3af luci: remove dependency on pppoa --- diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile index 7b8c8b5d95..462e8c9f65 100644 --- a/contrib/package/luci/Makefile +++ b/contrib/package/luci/Makefile @@ -212,7 +212,7 @@ define protocol endef $(eval $(call protocol,core,Support for static/dhcp/none)) -$(eval $(call protocol,ppp,Support for PPP/PPPoE/PPPoA,+PACKAGE_luci-proto-ppp:ppp-mod-pppoe +PACKAGE_luci-proto-ppp:ppp-mod-pppoa)) +$(eval $(call protocol,ppp,Support for PPP/PPPoE/PPPoA,+PACKAGE_luci-proto-ppp:ppp-mod-pppoe)) $(eval $(call protocol,pptp,Support for PPtP,+PACKAGE_luci-proto-pptp:pptp)) $(eval $(call protocol,6x4,Support for 6in4/6to4,+PACKAGE_luci-proto-6x4:6in4 +PACKAGE_luci-proto-6x4:6to4)) $(eval $(call protocol,3g,Support for 3G,+PACKAGE_luci-proto-3g:comgt))