It is possible, although I like keeping code (particularly kernel modules) as small as possible so prefer to hardcode itOriginally Posted by jph116
Okay... I have attached the code for the ukchan module and have uploaded a cut-down (minimal) gcc compiler for the UK Tivo hereOriginally Posted by jph116
You just need to extract both these into a directory on your Tivo and then you will be able to compile the module yourself. Should be able to do something like the following:
Code:# mkdir /var/hack/UKChan # cd /var/hack/UKChan # unzip /tmp/ukchan-2.5.5_dk-nicam.zip # tar xvfz /tmp/ukchan-gcc.tgz <edit the ukchan code> # ./bin/make
Bookmarks