if  [[  $(get_kernel_config CONFIG_CFG80211) != "y" &&
        $(get_kernel_config CONFIG_CFG80211) != "m" ]]
then
  message "${PROBLEM_COLOR}CONFIG_CFG80211 is not enabled!${DEFAULT_COLOR}"  &&
  return 1
fi  &&

default_pre_build  &&

# Modules already built in BUILD
sedit  's/install: check_path modules/install: check_path/'  \
       $SOURCE_DIRECTORY/Makefile
