linux-firmware: use replaces in -network pkg due to some files being moved from main pkg.
This commit is contained in:
parent
2307327695
commit
c047c427ee
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'linux-firmware'
|
||||
pkgname=linux-firmware
|
||||
version=20130430
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="Binary firmware blobs for the Linux kernel"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
homepage="http://www.kernel.org/"
|
||||
|
@ -24,6 +24,8 @@ do_install() {
|
|||
linux-firmware-network_package() {
|
||||
short_desc+=" -- network"
|
||||
noarch=yes
|
||||
# Some files from main pkg have been moved here.
|
||||
replaces="linux-firmware<20130430"
|
||||
pkg_install() {
|
||||
vmove usr/lib/firmware/3com
|
||||
vmove usr/lib/firmware/RTL8192E
|
||||
|
|
Loading…
Reference in New Issue