On 3/20/12 5:56 PM, abhinav narain wrote:
> hi, 
>  I am modifying mac80211. but when I reboot the router, I get a set of erros 
> which is due to module dependencies.
> lsmod shows : ath9k as the only dependency and I am removing the module 
> before inserting the modified mac80211  module.
> 
> The only other way I to fix this is to remove all the modules before 
> inserting the modified mac80211 module.
> But the problem is lsmod shows only the number of modules which are dependent 
> on a particular module than showing the listing also (for few entries) and I 
> am not able to figure out which are these modules.
> 
> Can someone please help to find out how to fix this 


Try adding:

CONFIG_BUSYBOX_CONFIG_MODINFO=y

to your config, rebuilt and reboot.

Then try "modinfo modname" to see what its dependencies are.

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to