Add Dropbear and pure-ftpd (#121)

This commit is contained in:
tiopex
2024-09-04 22:28:56 +02:00
committed by GitHub
parent 0dc73ce1e1
commit 907a1b1f45
6 changed files with 18 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/busybox sh
mkdir -p /run/dropbear
dropbear -R -B

View File

@@ -0,0 +1,4 @@
title=FTP server
description=pure-ftpd server
exec=/usr/sbin/pure-ftpd
params=-B

View File

@@ -0,0 +1,3 @@
title=SSH server
description=dropbear SSH server
exec=/mnt/apps/ssh-server/ssh-server.sh

View File

@@ -1,3 +1,3 @@
title=usb-network
title=USB Network
description=IP:169.254.147.2
exec=/mnt/apps/usb-network/usb-network.sh

View File

@@ -246,6 +246,9 @@ BR2_PACKAGE_FBCAT=y
BR2_PACKAGE_ST_SDL=y
BR2_PACKAGE_COMMANDER=y
BR2_PACKAGE_SDLBOOK=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_PURE_FTPD=y
BR2_PACKAGE_OPKG=y
BR2_PACKAGE_OPKG_UTILS=y
BR2_PACKAGE_DIALOG=y

View File

@@ -223,6 +223,9 @@ BR2_PACKAGE_FBCAT=y
BR2_PACKAGE_ST_SDL=y
BR2_PACKAGE_COMMANDER=y
BR2_PACKAGE_SDLBOOK=y
BR2_PACKAGE_DROPBEAR=y
BR2_PACKAGE_DROPBEAR_DISABLE_REVERSEDNS=y
BR2_PACKAGE_PURE_FTPD=y
BR2_PACKAGE_OPKG=y
BR2_PACKAGE_OPKG_UTILS=y
BR2_PACKAGE_DIALOG=y