station: record dependency on netconfig module

The netconfig module must be initialized (netconfig_list, for example)
before station module can be used, record this to ensure that happens.
This commit is contained in:
Will Dietz 2019-10-03 12:25:34 -05:00 committed by Denis Kenzior
parent f74e6ff2f2
commit 6672bc2a37
1 changed files with 1 additions and 0 deletions

View File

@ -3190,3 +3190,4 @@ static void station_exit(void)
}
IWD_MODULE(station, station_init, station_exit)
IWD_MODULE_DEPENDS(station, netconfig)