diff options
| author | Andre Heider | 2022-09-02 07:48:22 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-09-17 15:39:23 +0000 |
| commit | 1afd0fefd22992b808e98fcf726a8e4d3af91604 (patch) | |
| tree | fa2469fc3e6fa15963b3e9bdd45294607fb93620 | |
| parent | 33e2115fe449d1b9e97ce8c5be96f580442fd3d9 (diff) | |
| download | openwrt-1afd0fefd22992b808e98fcf726a8e4d3af91604.tar.gz | |
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>
| -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 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 |