Disable build rules to install net drivers into ~/config/add-ons/kernel/drivers/*, as
it can conflict with current ones installed on the build platform, which is bad (tm). Thanks to Andrew Bachmann to report this issue. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5532 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -33,13 +33,13 @@ actions ignore InstallRTL8139
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
# OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||||
rtl8139
|
# rtl8139
|
||||||
;
|
# ;
|
||||||
|
|
||||||
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
# OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||||
<installed>rtl8139 :
|
# <installed>rtl8139 :
|
||||||
installed-symlink
|
# installed-symlink
|
||||||
;
|
# ;
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -34,12 +34,12 @@ actions ignore InstallSiS900
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
# OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||||
sis900
|
# sis900
|
||||||
;
|
# ;
|
||||||
|
|
||||||
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
# OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||||
<installed>sis900 :
|
# <installed>sis900 :
|
||||||
installed-symlink
|
# installed-symlink
|
||||||
;
|
# ;
|
||||||
|
|
||||||
|
|||||||
@@ -43,13 +43,13 @@ R5KernelAddon net_stack_driver : kernel drivers bin :
|
|||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
|
||||||
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
# OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||||
net_server_driver
|
# net_server_driver
|
||||||
net_stack_driver
|
# net_stack_driver
|
||||||
;
|
# ;
|
||||||
|
|
||||||
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
# OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||||
<installed>net_server_driver
|
# <installed>net_server_driver
|
||||||
<installed>net_stack_driver :
|
# <installed>net_stack_driver :
|
||||||
installed-symlink
|
# installed-symlink
|
||||||
;
|
# ;
|
||||||
|
|||||||
Reference in New Issue
Block a user