Added httpd and wget commands
This commit is contained in:
parent
ca0752d988
commit
6b34b4f092
2 changed files with 12 additions and 2 deletions
|
@ -3,10 +3,18 @@ shell_src = shell.c shell-reboot.c \
|
|||
shell-blink.c shell-text.c shell-time.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-rime-debug.c shell-coffee.c \
|
||||
shell-wget.c shell-httpd.c
|
||||
#shell-rsh.c
|
||||
shell_dsc = shell-dsc.c
|
||||
|
||||
APPS+=webbrowser webserver
|
||||
include $(CONTIKI)/apps/webbrowser/Makefile.webbrowser
|
||||
include $(CONTIKI)/apps/webserver/Makefile.webserver
|
||||
|
||||
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
|
||||
httpd-cfs.c
|
||||
|
||||
ifeq ($(TARGET),sky)
|
||||
shell_src += shell-sky.c shell-exec.c
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue