First attempt at http
This commit is contained in:
parent
440694e3d3
commit
80e722366d
6 changed files with 391 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue