autocore: add tempinfo support for qualcommax
Upstream renamed ipq807x target in commit f02f6aaa8d ("ipq807x: rename
target to qualcommax") and the tempinfo in autocore get lost.
Therefore, update filter to re-enable tempinfo on qualcommax/ipq807x
[updated commit title/message, sorted filters]
Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
This commit is contained in:
committed by
Tianling Shen
parent
93bb78c899
commit
d80a2f15ab
@@ -42,7 +42,7 @@ endif
|
||||
|
||||
$(INSTALL_DIR) $(1)/sbin
|
||||
$(INSTALL_BIN) ./files/cpuinfo $(1)/sbin/
|
||||
ifneq ($(filter ipq% mediatek%, $(TARGETID)),)
|
||||
ifneq ($(filter ipq% mediatek% qualcommax%, $(TARGETID)),)
|
||||
$(INSTALL_BIN) ./files/tempinfo $(1)/sbin/
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user