ppp: make ppp-multilink provide ppp

Fixes dependencies on ppp from other packages

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau 2018-03-08 11:14:09 +01:00
parent e28551b103
commit 092d75aa3e

View file

@ -46,6 +46,7 @@ $(call Package/ppp/Default)
DEPENDS:=+kmod-ppp DEPENDS:=+kmod-ppp
TITLE:=PPP daemon (with multilink support) TITLE:=PPP daemon (with multilink support)
VARIANT:=multilink VARIANT:=multilink
PROVIDES:=ppp
endef endef
define Package/ppp/description define Package/ppp/description
@ -64,7 +65,7 @@ endef
define Package/ppp-mod-pppoa define Package/ppp-mod-pppoa
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +linux-atm +kmod-pppoa DEPENDS:=ppp +linux-atm +kmod-pppoa
TITLE:=PPPoA plugin TITLE:=PPPoA plugin
endef endef
@ -74,7 +75,7 @@ endef
define Package/ppp-mod-pppoe define Package/ppp-mod-pppoe
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +kmod-pppoe DEPENDS:=ppp +kmod-pppoe
TITLE:=PPPoE plugin TITLE:=PPPoE plugin
endef endef
@ -84,7 +85,7 @@ endef
define Package/ppp-mod-radius define Package/ppp-mod-radius
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) DEPENDS:=ppp
TITLE:=RADIUS plugin TITLE:=RADIUS plugin
endef endef
@ -100,7 +101,7 @@ endef
define Package/ppp-mod-pppol2tp define Package/ppp-mod-pppol2tp
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +kmod-pppol2tp DEPENDS:=ppp +kmod-pppol2tp
TITLE:=PPPoL2TP plugin TITLE:=PPPoL2TP plugin
endef endef
@ -110,7 +111,7 @@ endef
define Package/ppp-mod-pptp define Package/ppp-mod-pptp
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +kmod-pptp +kmod-mppe +resolveip DEPENDS:=ppp +kmod-pptp +kmod-mppe +resolveip
TITLE:=PPtP plugin TITLE:=PPtP plugin
endef endef
@ -120,7 +121,7 @@ endef
define Package/ppp-mod-passwordfd define Package/ppp-mod-passwordfd
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) DEPENDS:=ppp
TITLE:=pap/chap secret from filedescriptor TITLE:=pap/chap secret from filedescriptor
endef endef
@ -141,7 +142,7 @@ endef
define Package/pppdump define Package/pppdump
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) DEPENDS:=ppp
TITLE:=Read PPP record file TITLE:=Read PPP record file
endef endef
@ -151,7 +152,7 @@ endef
define Package/pppstats define Package/pppstats
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) DEPENDS:=ppp
TITLE:=Report PPP statistics TITLE:=Report PPP statistics
endef endef
@ -161,7 +162,7 @@ endef
define Package/pppoe-discovery define Package/pppoe-discovery
$(call Package/ppp/Default) $(call Package/ppp/Default)
DEPENDS:=@(PACKAGE_ppp||PACKAGE_ppp-multilink) +ppp-mod-pppoe DEPENDS:=ppp +ppp-mod-pppoe
TITLE:=Perform a PPPoE-discovery process TITLE:=Perform a PPPoE-discovery process
endef endef