From ad0be13f3150bf191fc6df86e7fdf93692b38503 Mon Sep 17 00:00:00 2001 From: Matt Madia Date: Sun, 11 Apr 2010 05:20:19 +0000 Subject: [PATCH] updated the ignore list as Wifi-ipw2100+fw & Wifi-iprowifi2200+fw are no longer optional packages git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@36129 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- data/bin/installoptionalpackage | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/data/bin/installoptionalpackage b/data/bin/installoptionalpackage index 409e46cb3e..5f948de040 100755 --- a/data/bin/installoptionalpackage +++ b/data/bin/installoptionalpackage @@ -30,8 +30,7 @@ declare availablePackagesKeys="" # Some Packages cannot be installed, # as they require either the source code or compiled binaries declare packageIgnoreList='Bluetooth Development DevelopmentMin \ -DevelopmentBase UserlandFS Welcome Wifi-ipw2100+fw Wifi-iprowifi2200+fw \ -WifiFirmwareScriptData' +DevelopmentBase UserlandFS Welcome WifiFirmwareScriptData' function CreateInstallerScript()