dropbearconvert not working

Issue #74 new
domosekai created an issue

dropbearconvert is symlinked to dropbearmulti but it’s not working.

In the makefile
https://bitbucket.org/kille72/freshtomato-arm/src/shibby-arm/release/src-rt-6.x.4708/router/Makefile#lines-1371

Line 1373 reads:
@$(MAKE) -C dropbear PROGRAMS="dropbear dbclient dropbearkey scp" MULTI=1 $(PARALLEL_BUILD)

Is it missing dropbearconvert? So that the function is not built into dropbearmulti?

Comments (3)

  1. domosekai reporter

    Yes, indeed. Interesting.

    Symlink was always there but the function's never been built in.

  2. Log in to comment