Is there a good way to insert driver module with parameters?

Hi All,

On openwrt, I know there are two ways to insert driver, like

AUTOLOAD:=$(call AutoLoad,11,AAAA,1)

or

AUTOLOAD:=$(call AutoProbe,AAAA)

What about If driver need parameters to initiate, how to indicate in the Makefile?
Please help. Thanks.

Hi all,

I found MODPARAMS.xxx is solution. Thanks.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.