#670: Wrong reference to CONFIG_CRYPTO_AES* in Makefile
-------------------------------------+--------------------------------------
Reporter: [EMAIL PROTECTED] | Owner:
Type: defect | Status: new
Priority: blocker | Milestone:
Component: madwifi: makefiles | Version:
Keywords: wrong makefile | Patch_attached: 0
-------------------------------------+--------------------------------------
The Makefile of madwifi-ng, revision 1629, exits with an error because
it does not recognise the variable CONFIG_CRYPTO_AES set by
my kernel config file ".config".
The reason seems to be an error in line 183, which contains
the construct
$(shell for var in $${!CONFIG_CRYPTO_AES*}; do eval echo \$$$$
var; done)
The variables CONFIG_CRYPTO_AES* are only known to "make" but
not to the shell.
--
Ticket URL: <http://madwifi.org/ticket/670>
MadWifi <http://madwifi.org/>
Multiband Atheros Driver for Wireless Fidelity_______________________________________________
Madwifi-tickets mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/madwifi-tickets