- Revert the workaround for bnc#673054, the files exist in the

tarball now.

- Fix firmware.sh for 3.0

OBS-URL: https://build.opensuse.org/package/show/Kernel:HEAD/kernel-firmware?expand=0&rev=32
This commit is contained in:
Michal Marek 2011-07-20 12:34:35 +00:00 committed by Git OBS Bridge
parent 083cf7865d
commit a429ae53cc
2 changed files with 12 additions and 1 deletions

View File

@ -24,7 +24,7 @@ get_kernel_dir()
head -n1 | cut -d' ' -f 2)
if test -n "$pkg"; then
kernel=$(rpm -ql "$pkg" | \
grep -m1 '^/lib/modules/2\.6\.[^/]*/kernel$')
grep -m1 '^/lib/modules/[2-9][^/]*/kernel$')
fi
if test -d "$kernel"; then
return

View File

@ -5,6 +5,17 @@ Thu Jul 14 19:32:48 CEST 2011 - dmueller@suse.de
* provides more stable iwlwifi drivers
* remove the need for symlinking bcm43xx-0.fw
-------------------------------------------------------------------
Tue Jul 12 13:32:17 UTC 2011 - mmarek@novell.com
- Revert the workaround for bnc#673054, the files exist in the
tarball now.
-------------------------------------------------------------------
Tue Jul 12 13:16:03 UTC 2011 - mmarek@novell.com
- Fix firmware.sh for 3.0
-------------------------------------------------------------------
Thu Feb 24 21:40:58 UTC 2011 - gregkh@suse.de