[openwrt/openwrt] ltq-dsl-base: enable for ipq40xx
LEDE Commits
lede-commits at lists.infradead.org
Mon Jan 16 15:42:37 PST 2023
dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6361eb47cdcca974a38c00259008d9df7bb7e885
commit 6361eb47cdcca974a38c00259008d9df7bb7e885
Author: Andre Heider <a.heider at gmail.com>
AuthorDate: Sat Dec 18 12:01:03 2021 +0100
ltq-dsl-base: enable for ipq40xx
This is required by the DSL userland tool for hotplug support.
Signed-off-by: Andre Heider <a.heider at gmail.com>
---
package/network/utils/ltq-dsl-base/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
More information about the lede-commits
mailing list