Create directory net and move all net files there
This commit is contained in:
parent
9daa203944
commit
c042567715
4 changed files with 3 additions and 3 deletions
|
@ -30,7 +30,7 @@ library = {
|
|||
common = grub-core/commands/blocklist.c;
|
||||
common = grub-core/commands/extcmd.c;
|
||||
common = grub-core/commands/ls.c;
|
||||
common = grub-core/commands/net.c;
|
||||
common = grub-core/net/net.c;
|
||||
common = grub-core/disk/dmraid_nvidia.c;
|
||||
common = grub-core/disk/host.c;
|
||||
common = grub-core/disk/loopback.c;
|
||||
|
|
|
@ -930,7 +930,7 @@ module = {
|
|||
|
||||
module = {
|
||||
name = pxe;
|
||||
i386_pc = fs/i386/pc/pxe.c;
|
||||
i386_pc = net/i386/pc/pxe.c;
|
||||
enable = i386_pc;
|
||||
};
|
||||
|
||||
|
@ -1379,5 +1379,5 @@ module = {
|
|||
|
||||
module = {
|
||||
name = net;
|
||||
common = commands/net.c;
|
||||
common = net/net.c;
|
||||
};
|
Loading…
Reference in a new issue