ipq40xx: fix boards being shown twice
authorRobert Marko <robert.marko@sartura.hr>
Thu, 21 Jan 2021 12:08:57 +0000 (13:08 +0100)
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>
Thu, 21 Jan 2021 16:08:16 +0000 (17:08 +0100)
commit36347d003a934372bf10e59645121ba387a6d27e
tree079e1e365b56fd94dc53d67abc01b0c64d21c26e
parent3bd8f660a4b967a25aa7b605f0ead44ddfab9ea4
ipq40xx: fix boards being shown twice

Since generic images have been split to their own
Makefile boards are showing up twice in menuconfig
as $(eval $(call BuildImage)) was not dropped from
the new generic.mk.

Hence $(eval $(call BuildImage)) was being called
twice.

So, lets simply drop it from generic.mk.

Fixes: 378c7ff28210 ("ipq40xx: split generic images into own file")
Signed-off-by: Robert Marko <robert.marko@sartura.hr>
target/linux/ipq40xx/image/generic.mk