From: Andre Heider Date: Fri, 2 Sep 2022 07:48:22 +0000 (+0200) Subject: ltq-[a|v]dsl-app: provide ltq-dsl-app X-Git-Tag: v23.05.0-rc1~2403 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=1afd0fefd22992b808e98fcf726a8e4d3af91604;p=openwrt%2Fstaging%2Fhauke.git ltq-[a|v]dsl-app: provide ltq-dsl-app This makes it easier for packages to depend on any lantiq/intel/maxlinear compatible dsl daemon. Signed-off-by: Andre Heider --- diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile index 3bc247dfb0..c4ddbf7089 100644 --- a/package/network/config/ltq-adsl-app/Makefile +++ b/package/network/config/ltq-adsl-app/Makefile @@ -36,6 +36,7 @@ define Package/ltq-adsl-app TITLE:=Lantiq DSL userland tool URL:=http://www.lantiq.com/ DEPENDS:=@(TARGET_lantiq_xway||TARGET_lantiq_xway_legacy||TARGET_lantiq_ase) +libpthread +ltq-dsl-base +libubox +libubus + PROVIDES:=ltq-dsl-app MENU:=1 endef diff --git a/package/network/config/ltq-vdsl-vr9-app/Makefile b/package/network/config/ltq-vdsl-vr9-app/Makefile index c7991453c8..85d332e5b1 100644 --- a/package/network/config/ltq-vdsl-vr9-app/Makefile +++ b/package/network/config/ltq-vdsl-vr9-app/Makefile @@ -30,6 +30,7 @@ define Package/ltq-vdsl-vr9-app TITLE:=Lantiq VDSL userland tool URL:=http://www.lantiq.com/ DEPENDS:=@TARGET_lantiq_xrx200 +libpthread +librt +ltq-dsl-base +libubox +libubus + PROVIDES:=ltq-dsl-app endef define Package/ltq-vdsl-vr9-app/description