commit package to go along with the last commit, thanks fofware
authorTravis Kemen <thepeople@openwrt.org>
Fri, 12 Feb 2010 00:36:12 +0000 (00:36 +0000)
committerTravis Kemen <thepeople@openwrt.org>
Fri, 12 Feb 2010 00:36:12 +0000 (00:36 +0000)
commitf49ee5778e56f1ea9a9feb70bdb374ef39bbf166
treecfccf636a4655b8c4ee02d8e135d47ec3decb9b9
parent97bd9f41774d4a8b72732a43d979d0f8bd65a41e
commit package to go along with the last commit, thanks fofware

SVN-Revision: 19589
14 files changed:
net/remotectrl/Makefile [new file with mode: 0644]
net/remotectrl/src/Makefile [new file with mode: 0644]
net/remotectrl/src/Makefile.inc [new file with mode: 0644]
net/remotectrl/src/Socket.c [new file with mode: 0644]
net/remotectrl/src/Socket.h [new file with mode: 0644]
net/remotectrl/src/Socket_Cliente.c [new file with mode: 0644]
net/remotectrl/src/Socket_Cliente.h [new file with mode: 0644]
net/remotectrl/src/Socket_Servidor.c [new file with mode: 0644]
net/remotectrl/src/Socket_Servidor.h [new file with mode: 0644]
net/remotectrl/src/clientselect.c [new file with mode: 0644]
net/remotectrl/src/remotectrl.c [new file with mode: 0644]
net/remotectrl/src/remotectrl.h [new file with mode: 0644]
net/remotectrl/src/server_socket.c [new file with mode: 0644]
net/remotectrl/src/servselect.c [new file with mode: 0644]