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>
Wed, 3 Jul 2024 11:09:47 +0000 (13:09 +0200)
commitd55083fbcaea9cdd2ebc10a2d38989ad485a5357
treeb6b49cc2bdf21146a8741b1c911bb5bd529ff8c7
parentc27fd6fd97d06c0630c67ef1f57d2eaf4dafa09f
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>
include/target.mk