summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-10-13 21:55:26 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-10-13 21:55:26 +0000
commit986ae96887fb121db020cdf00ec63e870830e3af (patch)
tree7a20cd5f03778606cee0dda934bd250e93f11039
parent7a1fcbd6da32115836197319514042012e038d9d (diff)
luci: remove dependency on pppoa
-rw-r--r--contrib/package/luci/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/luci/Makefile b/contrib/package/luci/Makefile
index 7b8c8b5d9..462e8c9f6 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))