commit package to go along with the last commit, thanks fofware
authorthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 00:36:12 +0000 (00:36 +0000)
committerthepeople <thepeople@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 12 Feb 2010 00:36:12 +0000 (00:36 +0000)
commit7dfd14a7638e6d5999ffde12c77047375f055dba
treecfccf636a4655b8c4ee02d8e135d47ec3decb9b9
parentc2aab8c511a5396ffb903cf8f7e1e3fb76e63f4a
commit package to go along with the last commit, thanks fofware

git-svn-id: svn://svn.openwrt.org/openwrt/packages@19589 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]