I'm trying to add sshfs support to dropbear, by compiling openssh-sftp-server into it. I'm following this guide, but it seems like the environment is a bit different for Merlin. I get to this point with the perl compiler.
perl -pi -e 's/\/usr\/libexec\/sftp-server/\/opt\/libexec\/sftp-server/g' dropbear[\quote]
But it either doesn't add the functionality since usr/libexec/sftp-server doesn't exist on the box, or I'm still using the version of dropbear that comes with the router. (When I check the ssh process it shows a version from a year ago)
Anyone able to help out?