diff options
| author | Andre Heider | 2021-12-18 11:01:03 +0000 |
|---|---|---|
| committer | Daniel Golle | 2023-01-16 23:41:41 +0000 |
| commit | 6361eb47cdcca974a38c00259008d9df7bb7e885 (patch) | |
| tree | 2065518081454a9ab1429fe10592173f8b3f7520 | |
| parent | 1f7ec35077f2288e9512177546d7d275ce15955f (diff) | |
| download | openwrt-6361eb47cdcca974a38c00259008d9df7bb7e885.tar.gz | |
ltq-dsl-base: enable for ipq40xx
This is required by the DSL userland tool for hotplug support.
Signed-off-by: Andre Heider <a.heider@gmail.com>
| -rw-r--r-- | package/network/utils/ltq-dsl-base/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/utils/ltq-dsl-base/Makefile b/package/network/utils/ltq-dsl-base/Makefile index 2ff069ca4d..b51851f076 100644 --- a/package/network/utils/ltq-dsl-base/Makefile +++ b/package/network/utils/ltq-dsl-base/Makefile @@ -17,7 +17,7 @@ define Package/ltq-dsl-base CATEGORY:=Network TITLE:=DSL related files for Intel/Lantiq DSL Chipsets URL:=http://openwrt.org/ - DEPENDS:=@TARGET_lantiq +jshn + DEPENDS:=@(TARGET_lantiq||TARGET_ipq40xx) +jshn endef define Package/ltq-dsl-base/description |