target.mk: fix arm architecture level detection
authorLu jicong <jiconglu58@gmail.com>
Tue, 2 Jul 2024 13:01:49 +0000 (21:01 +0800)
committerChristian Marangi <ansuelsmth@gmail.com>
Sun, 7 Jul 2024 11:56:14 +0000 (13:56 +0200)
commit4c03fe22b7c4228595ed5903631402dc7f4874d0
treebedb5cd0dcbab4e535b7dc5da4d41e2105360209
parent2a099d36a7e20a265d49cebf873355bd36f57f6d
target.mk: fix arm architecture level detection

Now kernel configs of armv6k CPUs don't include CONFIG_CPU_V6.
So armv6k CPUs cannot be detected as arm_v6.
Fix this by adding detection for CONFIG_CPU_V6K.

Signed-off-by: Lu jicong <jiconglu58@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/15855
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit d55083fbcaea9cdd2ebc10a2d38989ad485a5357)
include/target.mk