aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/lantiq/ltq-ptm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/kernel/lantiq/ltq-ptm/Makefile')
-rw-r--r--package/kernel/lantiq/ltq-ptm/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/kernel/lantiq/ltq-ptm/Makefile b/package/kernel/lantiq/ltq-ptm/Makefile
index d0743cda35..caf958fe2e 100644
--- a/package/kernel/lantiq/ltq-ptm/Makefile
+++ b/package/kernel/lantiq/ltq-ptm/Makefile
@@ -24,6 +24,9 @@ define KernelPackage/ltq-ptm-template
URL:=http://www.lantiq.com/
VARIANT:=$(1)
DEPENDS:=@TARGET_lantiq_$(2)
+ifeq ($(1),ase)
+ DEPENDS+=@BROKEN
+endif
FILES:=$(PKG_BUILD_DIR)/ltq_ptm_$(1).ko
endef