]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Create directory net and move all net files there
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 2 Sep 2010 20:20:48 +0000 (22:20 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Thu, 2 Sep 2010 20:20:48 +0000 (22:20 +0200)
Makefile.util.def
grub-core/Makefile.core.def
grub-core/net/i386/pc/pxe.c [moved from grub-core/fs/i386/pc/pxe.c with 100% similarity]
grub-core/net/net.c [moved from grub-core/commands/net.c with 100% similarity]

index 5fd53680db625f49cea13158ce1fa85ddd1af790..68c105a9b7db654a286096a4bb793424c9a4f35f 100644 (file)
@@ -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;
index fb68f344cabfa3ad781ed08a67ef2e0ef707ad3f..bd5d78160771b4a97ae4e482282ddee433fee3c6 100644 (file)
@@ -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;
 };
\ No newline at end of file
similarity index 100%
rename from grub-core/commands/net.c
rename to grub-core/net/net.c