[haiku-commits] haiku: hrev50173 - build/jam/images

  • From: pulkomandy@xxxxxxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Tue, 29 Mar 2016 22:53:13 +0200 (CEST)

hrev50173 adds 2 changesets to branch 'master'
old head: d17cbc473f161d6963dcd29edd0e1cf7c62beef4
new head: 8948853269b9641741d79905c86e578133bed237
overview: 
http://cgit.haiku-os.org/haiku/log/?qt=range&q=8948853269b9+%5Ed17cbc473f16

----------------------------------------------------------------------------

9d08351025bd: NetBoot: add the notification module to boot symlinks
  
  - There is no point in having it in the boot image if it can't be used.
  - This however does not get the system booting.

8948853269b9: Netboot: remove rtl8169 driver from boot archive
  
  This driver was replaced by rtl81xx. Having both in the image results
  in conflicts and non-working ethernet.

                                 [ Adrien Destugues <pulkomandy@xxxxxxxxx> ]

----------------------------------------------------------------------------

1 file changed, 2 insertions(+), 1 deletion(-)
build/jam/images/NetBootArchive | 3 ++-

############################################################################

Commit:      9d08351025bdfca088b237b52c94eaf4c67cdaf8
URL:         http://cgit.haiku-os.org/haiku/commit/?id=9d08351025bd
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Tue Mar 29 19:10:01 2016 UTC

NetBoot: add the notification module to boot symlinks

- There is no point in having it in the boot image if it can't be used.
- This however does not get the system booting.

----------------------------------------------------------------------------

diff --git a/build/jam/images/NetBootArchive b/build/jam/images/NetBootArchive
index 88d774f..abf52cf 100644
--- a/build/jam/images/NetBootArchive
+++ b/build/jam/images/NetBootArchive
@@ -93,6 +93,7 @@ AddBootModuleSymlinksToNetBootArchive
        openpic@ppc
        generic_x86@x86
 #      nbd
+       <net>notifications
        remote_disk
        $(SYSTEM_ADD_ONS_DRIVERS_NET)
        stack

############################################################################

Revision:    hrev50173
Commit:      8948853269b9641741d79905c86e578133bed237
URL:         http://cgit.haiku-os.org/haiku/commit/?id=8948853269b9
Author:      Adrien Destugues <pulkomandy@xxxxxxxxx>
Date:        Tue Mar 29 20:13:41 2016 UTC

Netboot: remove rtl8169 driver from boot archive

This driver was replaced by rtl81xx. Having both in the image results
in conflicts and non-working ethernet.

----------------------------------------------------------------------------

diff --git a/build/jam/images/NetBootArchive b/build/jam/images/NetBootArchive
index abf52cf..b5ecbe5 100644
--- a/build/jam/images/NetBootArchive
+++ b/build/jam/images/NetBootArchive
@@ -16,7 +16,7 @@ SYSTEM_ADD_ONS_DRIVERS_NET = [ FFilterByBuildFeatures
                attansic_l2 ar81xx
        }@ # x86
 
-       etherpci pegasus rtl8169 sis900 usb_ecm wb840
+       etherpci pegasus sis900 usb_ecm wb840
        #vlance
 ] ;
 SYSTEM_ADD_ONS_BUS_MANAGERS = [ FFilterByBuildFeatures


Other related posts: