First attempt at http

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-07-23 03:49:02 +02:00
parent 440694e3d3
commit 80e722366d
6 changed files with 391 additions and 6 deletions

View file

@ -1609,6 +1609,11 @@ module = {
common = net/tftp.c;
};
module = {
name = http;
common = net/http.c;
};
module = {
name = ofnet;
common = net/drivers/ieee1275/ofnet.c;