Hi there, many thanks to the devs for tiny core... such a fully featured distro in so little space is quite remarkable.
My issue is with compiling kernel modules in a tc environment (with the goal of creating a tcz from it).
I have the compiletc.tcz extension loaded, I download the linux 2.6.29.1 source and place it on a persistent medium. I then mount to /usr/src/linux and try to compile a module with this:
make /net/mac80211/mac08211.ko
It seems to go well but then exits with MODPOST 0 modules.
When looking in /net/mac80211 there is only a mac80211.o file....
I tried compiling it on another system using the same kernel source and got a .ko file out, however when trying to insmod it on the tc system it fails with 'invalid module type'.
I even tried unloading the module that comes with tc and then insmod-ing it back in while in the correct directory... that failed with the same error....
I'm lost... can anyone give me a clue?