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:
parent
014bf8dd3f
commit
ed25e621ce
@ -33,13 +33,13 @@ actions ignore InstallRTL8139
|
||||
|
||||
# Installation
|
||||
|
||||
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||
rtl8139
|
||||
;
|
||||
# OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||
# rtl8139
|
||||
# ;
|
||||
|
||||
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||
<installed>rtl8139 :
|
||||
installed-symlink
|
||||
;
|
||||
# OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||
# <installed>rtl8139 :
|
||||
# installed-symlink
|
||||
# ;
|
||||
|
||||
|
||||
|
@ -34,12 +34,12 @@ actions ignore InstallSiS900
|
||||
|
||||
# Installation
|
||||
|
||||
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||
sis900
|
||||
;
|
||||
# OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||
# sis900
|
||||
# ;
|
||||
|
||||
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||
<installed>sis900 :
|
||||
installed-symlink
|
||||
;
|
||||
# OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||
# <installed>sis900 :
|
||||
# installed-symlink
|
||||
# ;
|
||||
|
||||
|
@ -43,13 +43,13 @@ R5KernelAddon net_stack_driver : kernel drivers bin :
|
||||
|
||||
# Installation
|
||||
|
||||
OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||
net_server_driver
|
||||
net_stack_driver
|
||||
;
|
||||
# OBOSInstall install-networking : /boot/home/config/add-ons/kernel/drivers/bin :
|
||||
# net_server_driver
|
||||
# net_stack_driver
|
||||
# ;
|
||||
|
||||
OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||
<installed>net_server_driver
|
||||
<installed>net_stack_driver :
|
||||
installed-symlink
|
||||
;
|
||||
# OBOSInstallRelSymLink install-networking : /boot/home/config/add-ons/kernel/drivers/dev/net :
|
||||
# <installed>net_server_driver
|
||||
# <installed>net_stack_driver :
|
||||
# installed-symlink
|
||||
# ;
|
||||
|
Loading…
Reference in New Issue
Block a user