Move bootp into a separate file
This commit is contained in:
parent
228ccedb5e
commit
138eeb3625
3 changed files with 24 additions and 507 deletions
|
@ -1579,6 +1579,7 @@ module = {
|
|||
module = {
|
||||
name = net;
|
||||
common = net/net.c;
|
||||
common = net/bootp.c;
|
||||
common = net/ip.c;
|
||||
common = net/udp.c;
|
||||
common = net/ethernet.c;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue