What are the mime type strings to identify OpenWRT firmware and config files?

Greetings,
I would like to keep firmware and config files in a file store and I want to know if there are any "standard" strings in the MIME type spirit that identify the types of these kinds of files. What have people been using?

None that I know of. If I was you I would just use application/octet-stream[1] for the firmware files and text/plain for the config files. Because that's what they are, at the end of the day.


  1. This is what downloads.openwrt.org uses for firmware files. ↩︎