Hi xuraax
My system does not have an "info.lst" file in that directory ...
Here are 2 ways. You don't mention which version and architecture you are running, so I will assume version 13.x.
To find the architecture of you board, enter:
uname -r
if it comes back with piCore , it's armv6
if it comes back with piCore-v7 , it's armv7
if it comes back with piCore-v7l , it's armv7l
if it comes back with piCore-v8 , it's aarch64
Using a web browser, go to:
http://www.tinycorelinux.net/13.x/Click on the link matching your architecture. Click on the tcz link. That lists all of the extensions available for that
version and architecture.
If you want to download that list, you can do it from the command line. For example:
wget http://www.tinycorelinux.net/13.x/armv7/tcz/info.lst
If you have bandwidth limitations, there is a compressed version available:
wget http://www.tinycorelinux.net/13.x/armv7/tcz/info.lst.gz