mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-12 11:28:20 +01:00
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:
|
||
|---|---|---|
| .. | ||
| generic.mk | ||
| Makefile | ||
| mikrotik.mk | ||