I have a set of python scripts to be used as an igate, which i like to distribute / install with Openwrt.
I have tried to create a makefile which does the job but i only get an error...

There are 3 python scripts, packaged into one tar.gz file
The idea is that the package installs the files in a directory (/etc/igate)
Next the files are made executable (chmod +x)
and finally the script is started using the screen utility followed by a number of commands....

Anyone any idea how to solve this issue ?

erik