Compare commits

...

3 Commits

Author SHA1 Message Date
smallsolar
6b1c31c06c added ngircd 2025-08-24 07:12:48 +00:00
smallsolar
7e1430c74a added readme 2025-08-24 07:06:40 +00:00
smallsolar
9d4afa42fd adding armv7l binaries from openssh8.8p1 - cross compiled using musl 2025-08-24 07:03:40 +00:00
11 changed files with 10 additions and 1 deletions

BIN
binaries/ngircd Executable file

Binary file not shown.

View File

@@ -0,0 +1,7 @@
I've completely forgotten how I cross-compiled openssh for armv7l using musl but here are the binaries.
Looks like I used:
* openssl-1.1.1w
* openssh-8.8p1
* zlib-1.3.1
* ncurses-6.2

BIN
binaries/openssh/scp Executable file

Binary file not shown.

BIN
binaries/openssh/sftp Executable file

Binary file not shown.

BIN
binaries/openssh/sftp-server Executable file

Binary file not shown.

BIN
binaries/openssh/ssh Executable file

Binary file not shown.

BIN
binaries/openssh/ssh-keygen Executable file

Binary file not shown.

BIN
binaries/openssh/ssh-keyscan Executable file

Binary file not shown.

BIN
binaries/openssh/ssh-keysign Executable file

Binary file not shown.

BIN
binaries/openssh/sshd Executable file

Binary file not shown.

View File

@@ -1,4 +1,6 @@
## Precompiled binaries
* nano-arm - static compiled nano editor (includes ncurses)
* uhttpd - static compiled web server, its fairly old but doesn't use much memory. (https://github.com/PJO2/uhttpd)
* uhttpd - static compiled web server, its fairly old but doesn't use much memory. (https://github.com/PJO2/uhttpd)
* ngircd - a working irc server
* openssh