From c4335538030e45e656e7ee4bd1aa3f7a73eaec1c Mon Sep 17 00:00:00 2001 From: sin Date: Sat, 14 Sep 2013 11:09:29 +0100 Subject: [PATCH] Add tftpd --- pkgs/busybox | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/busybox b/pkgs/busybox index 0104ac9..7eb5587 100644 --- a/pkgs/busybox +++ b/pkgs/busybox @@ -33,6 +33,7 @@ install() { ln -s busybox pkill ln -s busybox telnet ln -s busybox tftp + ln -s busybox tftpd ln -s busybox top ln -s busybox vi ln -s busybox wget