diff options
| author | Andre Heider <a.heider@gmail.com> | 2022-09-02 09:48:22 +0200 |
|---|---|---|
| committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-09-17 17:39:23 +0200 |
| commit | 1afd0fefd22992b808e98fcf726a8e4d3af91604 (patch) | |
| tree | fa2469fc3e6fa15963b3e9bdd45294607fb93620 /package/network | |
| parent | 33e2115fe449d1b9e97ce8c5be96f580442fd3d9 (diff) | |
| download | upstream-1afd0fefd22992b808e98fcf726a8e4d3af91604.tar.gz upstream-1afd0fefd22992b808e98fcf726a8e4d3af91604.tar.bz2 upstream-1afd0fefd22992b808e98fcf726a8e4d3af91604.zip | |
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@gmail.com>
Diffstat (limited to 'package/network')
| -rw-r--r-- | package/network/config/ltq-adsl-app/Makefile | 1 | ||||
| -rw-r--r-- | package/network/config/ltq-vdsl-vr9-app/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/package/network/config/ltq-adsl-app/Makefile b/package/network/config/ltq-adsl-app/Makefile index 3bc247dfb00..c4ddbf7089f 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 c7991453c86..85d332e5b12 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 |
