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:
parent
2f2a2a4e1e
commit
faa0fbccbf
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user