#667: Changeset 1627 - CONFIG_CRYPTO errors in Makefile
-------------------------------------+--------------------------------------
      Reporter:  anonymous           |       Owner:  mentor
          Type:  defect              |      Status:  closed
      Priority:  minor               |   Milestone:        
     Component:  madwifi: makefiles  |     Version:        
    Resolution:  fixed               |    Keywords:        
Patch_attached:  0                   |  
-------------------------------------+--------------------------------------
Comment (by mentor):

 crypto/Kconfig:
 {{{
 config CRYPTO_AES
         tristate "AES cipher algorithms"
         depends on CRYPTO && !(X86 || UML_X86)

 config CRYPTO_AES_586
         tristate "AES cipher algorithms (i586)"
         depends on CRYPTO && ((X86 || UML_X86) && !64BIT)
 }}}

 Which seems to indicate that CONFIG_CRYPTO_AES isn't enabled when an arch
 specific module is enabled. Which is what also appears to happen in
 menuconfig. It's just not what happens in the .config. Fixing with the
 observed behaviour. Sorry. Really.

 Ummm, also, when testing shell things, clear your environment first,
 mmm'kay.

-- 
Ticket URL: <http://madwifi.org/ticket/667>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity
_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets

Reply via email to