barumunk
New Member
Has anyone successfully compiled git on the Humax HDR-FOX T2 ?
I'm busy trying to make improvments and additions to the custom portal and having to scp files across every 5 minutes is a bit of a pain.
So far (for git)
any ideas? and possibly if/when we/i get it working whats the process for adding packages to the packagelist available from the webif interface?
chris
I'm busy trying to make improvments and additions to the custom portal and having to scp files across every 5 minutes is a bit of a pain.
So far (for git)
Code:
./configure
# works
make
# seems to hang when interacting with perl which it expects to find in /usr/bin
# when its actually in /mod/bin which i changed in the makefile, but seems to halt
# the tv now when making
chris