Removed Wifi-ipw2100+fw and Wifi-iprowifi2200+fw from OptionalPackages, as they are no longer needed. 'install-wifi-firmwares.sh' is to be used instead.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35708 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -64,8 +64,7 @@ if $(HAIKU_ADD_ALTERNATIVE_GCC_LIBS) && $(HAIKU_ALTERNATIVE_GCC_OUTPUT_DIR) {
|
|||||||
# Vision - powerful native IRC client
|
# Vision - powerful native IRC client
|
||||||
# VLC - the multi media player with native interface
|
# VLC - the multi media player with native interface
|
||||||
# Welcome - introductory documentation to Haiku
|
# Welcome - introductory documentation to Haiku
|
||||||
# Wifi-ipw2100+fw - driver, firmware, and installer script for Intel PRO/Wireless 2100
|
# WifiFirmwareScriptData - data files needed by install-wifi-firmwares.sh
|
||||||
# Wifi-iprowifi2200+fw - driver, firmware, and installer script for Intel PRO/Wireless 2200
|
|
||||||
# WonderBrush - native graphics application
|
# WonderBrush - native graphics application
|
||||||
# Yasm - the assembler utility
|
# Yasm - the assembler utility
|
||||||
|
|
||||||
@@ -1098,38 +1097,6 @@ if [ IsOptionalHaikuImagePackageAdded Welcome ] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
# Wifi-ipw2100+fw
|
|
||||||
if [ IsOptionalHaikuImagePackageAdded Wifi-ipw2100+fw ] {
|
|
||||||
if $(TARGET_ARCH) != x86 {
|
|
||||||
Echo "No optional package Wifi-ipw2100+fw available for $(TARGET_ARCH)" ;
|
|
||||||
} else {
|
|
||||||
AddDriversToHaikuImage net : ipw2100 ;
|
|
||||||
InstallOptionalHaikuImagePackage ipw2100-firmware-installer-2009-12-26b.zip
|
|
||||||
: $(baseURL)/ipw2100-firmware-installer-2009-12-26b.zip
|
|
||||||
:
|
|
||||||
;
|
|
||||||
AddSymlinkToHaikuImage home config boot launch
|
|
||||||
: /boot/common/bin/install_firmware_ipw2100 ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# Wifi-iprowifi2200+fw
|
|
||||||
if [ IsOptionalHaikuImagePackageAdded Wifi-iprowifi2200+fw ] {
|
|
||||||
if $(TARGET_ARCH) != x86 {
|
|
||||||
Echo "No optional package Wifi-iprowifi2200+fw available for $(TARGET_ARCH)" ;
|
|
||||||
} else {
|
|
||||||
AddDriversToHaikuImage net : iprowifi2200 ;
|
|
||||||
InstallOptionalHaikuImagePackage iprowifi2200-firmware-installer-2009-12-26.zip
|
|
||||||
: $(baseURL)/iprowifi2200-firmware-installer-2009-12-26.zip
|
|
||||||
:
|
|
||||||
;
|
|
||||||
AddSymlinkToHaikuImage home config boot launch
|
|
||||||
: /boot/common/bin/install_firmware_iprowifi2200 ;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
# WifiFirmwareScriptData
|
# WifiFirmwareScriptData
|
||||||
# This optional package is for people who build their own images & have wifi
|
# This optional package is for people who build their own images & have wifi
|
||||||
# hardware that requires install-wifi-firmwares.sh & have no active network
|
# hardware that requires install-wifi-firmwares.sh & have no active network
|
||||||
|
|||||||
Reference in New Issue
Block a user