mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-01-24 02:22:15 +08:00
corrected provides line linux, linux-firmware b43 not ready ofr /usr/lib, needs /lib
This commit is contained in:
parent
5fa7d49aeb
commit
6ca83d3d5b
@ -70,10 +70,11 @@ package() {
|
||||
rm -f "${pkgdir}/usr/lib/firmware/GPL*"
|
||||
mv "${pkgdir}/usr/lib/firmware"/{LICEN*,WHENCE} "${pkgdir}/usr/share/licenses/linux-firmware/"
|
||||
|
||||
install -d -m755 "${pkgdir}/lib/firmware"
|
||||
# install b43-firmware
|
||||
b43-fwcutter -w "${pkgdir}/usr/lib/firmware/" ${srcdir}/broadcom-wl-${_b43}/linux/wl_apsta.o
|
||||
b43-fwcutter -w "${pkgdir}/lib/firmware/" ${srcdir}/broadcom-wl-${_b43}/linux/wl_apsta.o
|
||||
|
||||
# install b43-legacy-firmware
|
||||
b43-fwcutter -w "${pkgdir}/usr/lib/firmware/" ${srcdir}/wl_apsta-${_legacy}.o
|
||||
b43-fwcutter -w "${pkgdir}/lib/firmware/" ${srcdir}/wl_apsta-${_legacy}.o
|
||||
}
|
||||
# vim:set ts=2 sw=2 et:
|
||||
|
@ -124,7 +124,7 @@ package_linux() {
|
||||
groups=('base')
|
||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26')
|
||||
provides=('nouveau-drm' 'kernel26' 'acerhk=0.5.35')
|
||||
conflicts=('kernel26')
|
||||
replaces=('kernel26')
|
||||
backup=("etc/mkinitcpio.d/${pkgname}.preset")
|
||||
|
Loading…
Reference in New Issue
Block a user