mirror of
https://github.com/oliverschmidt/contiki.git
synced 2026-04-22 04:16:47 +00:00
Added an irc shell command that runs an IRC client from the shell.
This commit is contained in:
@@ -4,13 +4,14 @@ shell_src = shell.c shell-reboot.c \
|
||||
shell-file.c shell-netfile.c shell-run.c \
|
||||
shell-rime-ping.c shell-rime-sniff.c shell-rime-netcmd.c \
|
||||
shell-rime-debug.c shell-coffee.c \
|
||||
shell-wget.c shell-httpd.c
|
||||
shell-wget.c shell-httpd.c shell-irc.c
|
||||
#shell-rsh.c
|
||||
shell_dsc = shell-dsc.c
|
||||
|
||||
APPS+=webbrowser webserver
|
||||
APPS+=webbrowser webserver irc
|
||||
include $(CONTIKI)/apps/webbrowser/Makefile.webbrowser
|
||||
include $(CONTIKI)/apps/webserver/Makefile.webserver
|
||||
include $(CONTIKI)/apps/irc/Makefile.irc
|
||||
|
||||
ifndef PLATFORM_BUILD
|
||||
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
|
||||
|
||||
Reference in New Issue
Block a user