webosose / meta-webosose

Yocto layer for webOS
GNU General Public License v2.0
109 stars 42 forks source link

Update webos-connman-adapter.sh: Only load cdc_ether in case it's bui… #26

Open Herrie82 opened 10 months ago

Herrie82 commented 10 months ago

…lt as module

On targets outside of OSE such as LuneOS targets which use Android or Mainline Kernel, CDC_ETHER might not be built (as module), so introduce a check, to make sure that it's actually built as module, before trying to modprobe it.

Solves a continuous loop.