diff options
author | tnut <tnut at nutyx dot com> | 2012-02-24 18:29:51 +0100 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-02-24 18:29:51 +0100 |
commit | 196b08d3951ad7b051a87a771d59b510e1f0cd79 (patch) | |
tree | 7835e02ee6e08446e00337cb85f02a13160eb728 /kernel/pre-install | |
parent | b015cac27626b8d3b911e2f22c53d6bfbc16d980 (diff) | |
parent | dd3f518b7e6a99c634c87b8bddf11b14904dac51 (diff) | |
download | nutyx-pakxe-196b08d3951ad7b051a87a771d59b510e1f0cd79.tar.gz nutyx-pakxe-196b08d3951ad7b051a87a771d59b510e1f0cd79.tar.bz2 nutyx-pakxe-196b08d3951ad7b051a87a771d59b510e1f0cd79.tar.xz nutyx-pakxe-196b08d3951ad7b051a87a771d59b510e1f0cd79.zip |
Merge branch 'master' of ssh://192.168.254.254:443/~/pakxe
Diffstat (limited to 'kernel/pre-install')
-rw-r--r-- | kernel/pre-install | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/pre-install b/kernel/pre-install index bd0b0feeb..d875b6144 100644 --- a/kernel/pre-install +++ b/kernel/pre-install @@ -1,3 +1,3 @@ -for i in ipw2100-fw ipw2200-fw iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode iwlwifi-5150-ucode linux-firmware rt2x00-rt61-fw rt2x00-rt71w-fw +for i in iwlwifi-3945-ucode iwlwifi-4965-ucode iwlwifi-5000-ucode iwlwifi-5150-ucode linux-firmware rt2x00-rt61-fw rt2x00-rt71w-fw do if ( /usr/bin/pkginfo -l $i > /dev/null 2>&1 ) ; then /usr/bin/pkgrm $i ;fi done |