mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2026-03-03 07:54:28 +01:00
Fix the dependency issue in libdsl for both Intel and Broadcom platforms
This commit is contained in:
parent
50f9b66210
commit
2c2d91ae60
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ endif
|
|||
define Package/libdsl
|
||||
$(call Package/easy-soc-libs)
|
||||
TITLE:= XDSL library (libdsl)
|
||||
DEPENDS:=@TARGET_intel_mips +dsl-cpe-api-vrx +dsl-cpe-fapi
|
||||
DEPENDS:=+TARGET_intel_mips:dsl-cpe-api-vrx +TARGET_intel_mips:dsl-cpe-fapi
|
||||
endef
|
||||
|
||||
subdirs := \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue