[openwrt/openwrt] ltq-[a|v]dsl-app: provide ltq-dsl-app
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 17 08:53:46 PDT 2022
hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/1afd0fefd22992b808e98fcf726a8e4d3af91604
commit 1afd0fefd22992b808e98fcf726a8e4d3af91604
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Fri Sep 2 09:48:22 2022 +0200
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 <a.heider at gmail.com>
---
package/network/config/ltq-adsl-app/Makefile | 1 +
package/network/config/ltq-vdsl-vr9-app/Makefile | 1 +
2 files changed, 2 insertions(+)
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
More information about the lede-commits
mailing list