Skip to content
Commit 32b5a2c9 authored by Maxim Mikityanskiy's avatar Maxim Mikityanskiy Committed by Johannes Berg
Browse files

wireless: Skip directory when generating certificates

Commit 715a1233 ("wireless: don't write C files on failures") drops
the `test -f $$f` check. The list of targets contains the
CONFIG_CFG80211_EXTRA_REGDB_KEYDIR directory itself, and this check used
to filter it out. After the check was removed, the extra keydir option
no longer works, failing with the following message:

od: 'standard input': read error: Is a directory

This commit restores the check to make extra keydir work again.

Fixes: 715a1233

 ("wireless: don't write C files on failures")
Signed-off-by: default avatarMaxim Mikityanskiy <maxtram95@gmail.com>
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 63863ee8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment