mirror of
https://github.com/openwrt/openwrt.git
synced 2025-12-28 07:50:01 +04:00
ltq-ptm: mark AmazonSE support as broken
Albeit ltq-ptm is supported on AmazonSE, the package fails to compile. Mark the AmazonSE variant as broken to not mark it unnecessary harder to fix (and test) the compile error. Signed-off-by: Mathias Kresin <dev@kresin.me>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user