[Buildroot] [PATCH 15/33] package/wolftpm: fix typo on BR2_PACKAGE_WOLFTPM_NUVOTON

Yann E. MORIN yann.morin.1998 at free.fr
Mon Aug 15 18:03:11 UTC 2022


Dimi, Al,,

On 2022-08-15 20:46 +0300, Dimi Tomov spake thusly:
> This is intended and not a typo.
> 
> If you rename BR2_PACKAGE_WOLFTPM_NUVOTON to ... NPCT750 it would not match
> the actual wolfTPM options that is "--enable-nuvoton".

I am afraid you got it wrong. The option is still named
BR2_PACKAGE_WOLFTPM_NUVOTON.

However, in the .mk, it was referenced as BR2_PACKAGE_WOLFTPM_NPCT750
which does not exist and is not defined anywhere.

So, all the patch does is use the correct option from Kconfig:

> >-ifeq ($(BR2_PACKAGE_WOLFTPM_NPCT750),y)
> >+ifeq ($(BR2_PACKAGE_WOLFTPM_NUVOTON),y)

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list