Cleaned out the sis900 install rules from the bcm440x Jamfile. (Can you tell which Jamfile I copied?)
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@9128 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
58fcb06c24
commit
45418db003
@ -25,27 +25,14 @@ Package haiku-networkingkit-cvs :
|
|||||||
RelSymLink $(instDriver) : bcm440x ;
|
RelSymLink $(instDriver) : bcm440x ;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
rule InstallSiS900
|
|
||||||
{
|
|
||||||
Depends $(<) : $(>) ;
|
|
||||||
}
|
|
||||||
|
|
||||||
actions ignore InstallSiS900
|
|
||||||
{
|
|
||||||
cp $(>) /boot/home/config/add-ons/kernel/drivers/bin/
|
|
||||||
}
|
|
||||||
|
|
||||||
#InstallSiS900 install : sis900 ;
|
|
||||||
|
|
||||||
# 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
|
bcm440x
|
||||||
;
|
;
|
||||||
|
|
||||||
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>bcm440x :
|
||||||
installed-symlink
|
installed-symlink
|
||||||
;
|
;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user