Added optional URL filtering code to the CFS web server contributed by Kajtar Zsolt (and activated it by default).
This commit is contained in:
parent
62e6882946
commit
eae42d02d5
4 changed files with 188 additions and 2 deletions
|
@ -12,7 +12,7 @@ APPS = webserver
|
|||
|
||||
ifeq ($(HTTPD-CFS),1)
|
||||
override webserver_src = webserver-nogui.c http-strings.c psock.c memb.c \
|
||||
httpd-cfs.c
|
||||
httpd-cfs.c urlconv.c
|
||||
endif
|
||||
|
||||
CONTIKI = ../..
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue