projects
/
openwrt
/
staging
/
jow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aba297b
)
ltq-ptm: mark AmazonSE support as broken
author
Mathias Kresin
<dev@kresin.me>
Tue, 3 Oct 2017 20:42:33 +0000
(22:42 +0200)
committer
Mathias Kresin
<dev@kresin.me>
Wed, 4 Oct 2017 18:08:15 +0000
(20:08 +0200)
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>
package/kernel/lantiq/ltq-ptm/Makefile
patch
|
blob
|
history
diff --git
a/package/kernel/lantiq/ltq-ptm/Makefile
b/package/kernel/lantiq/ltq-ptm/Makefile
index d0743cda353e0341a9d35a73caf7abac66270457..caf958fe2ebd6bc4c2a6ffb9eba7d1df15d1ecbd 100644
(file)
--- 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