atftp: add new package

TODO:
	- add init script for atftpd
	- merge '120-retry-option.patch' from old atftp packages.

Signed-off-by: Daniel Danzberger <daniel@dd-wrt.com>
This commit is contained in:
Daniel Danzberger
2015-09-09 11:44:19 +02:00
parent 99ba6415d9
commit 46f94304d3
2 changed files with 70 additions and 0 deletions
@@ -0,0 +1,13 @@
diff --git a/tftpd.h b/tftpd.h
index 945065e..4c2f214 100644
--- a/tftpd.h
+++ b/tftpd.h
@@ -46,7 +46,7 @@ struct thread_data {
char *mc_addr; /* multicast address */
struct sockaddr_storage sa_mcast;
union ip_mreq_storage mcastaddr;
- u_char mcast_ttl;
+ unsigned char mcast_ttl;
/*
* Self can read/write until client_ready is set. Then only allowed to read.