targets/generic_ffberlin: fix "CONFIG_ATH_USER_REGD"

this option depends on kmod-ath, which is not avail on all targets.
So use try_config() to set this option, to prevent error on check_config.
This commit is contained in:
Sven Roederer 2020-02-25 01:16:09 +01:00 committed by Sven Roederer
parent 2f2a2a4e1e
commit faa0fbccbf

View File

@ -5,7 +5,7 @@ try_config 'CONFIG_TARGET_ALL_PROFILES=y'
config 'CONFIG_DEVEL=y'
config 'CONFIG_TOOLCHAINOPTS=y'
config 'CONFIG_ALFRED_NEEDS_lua=y'
--config 'CONFIG_ATH_USER_REGD=y'
try_config 'CONFIG_ATH_USER_REGD=y'
config 'CONFIG_IB=y'
config 'CONFIG_IMAGEOPT=y'
config 'CONFIG_BUILD_LOG=y'