hi,
i run the virtualhereserver on my gl.inet router with the command ./vhusbdmipsel in command line successfully.
But now i want to start the virtualhereserver automaticly on boot of the gl.inet router.
I try different things, like create a script in init.d and enable it.
Looks like:
boot() {
echo boot
./usr/sbin/vhusbdmipsel
}
OR
boot() {
echo boot
/usr/sbin/vhusbdmipsel
}
But it doesnt work.
I also try to use the vhusbdpin script, but openwrt doesnt find some locations.
Anyone has an idea?
.
Try this
paste this in new created
paste this in new created script or in exist file?
thanks.
.
New
works like a charm. thank you
works like a charm. thank you.