luci: remove dependency on pppoa
This commit is contained in:
parent
7a1fcbd6da
commit
986ae96887
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue