mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
core/linux-odroid: update kernel package deps
This commit is contained in:
parent
166bf7bbd1
commit
cb0f8c36ae
1 changed files with 3 additions and 3 deletions
|
@ -36,7 +36,7 @@ build() {
|
|||
|
||||
package_linux-odroid-x() {
|
||||
pkgdesc="The Linux Kernel and modules - ODROID-X kernel and modules"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' "linux=${pkgver}")
|
||||
conflicts=('linux-odroidx' 'linux-odroid-x-mali' 'linux-odroid-u2' 'linux-odroid-u2-mali' 'linux-odroid-x2')
|
||||
|
@ -84,7 +84,7 @@ package_linux-odroid-x() {
|
|||
|
||||
package_linux-odroid-x2() {
|
||||
pkgdesc="The Linux Kernel and modules - ODROID-X2 kernel and modules"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' "linux=${pkgver}")
|
||||
conflicts=('linux-odroidx' 'linux-odroid-x-mali' 'linux-odroid-u2' 'linux-odroid-u2-mali' 'linux-odroid-x')
|
||||
|
@ -132,7 +132,7 @@ package_linux-odroid-x2() {
|
|||
|
||||
package_linux-odroid-u2() {
|
||||
pkgdesc="The Linux Kernel and modules - ODROID-U2 kernel and modules"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16')
|
||||
depends=('coreutils' 'linux-firmware' 'kmod' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
provides=('kernel26' "linux=${pkgver}")
|
||||
conflicts=('linux-odroidx' 'linux-odroid-x' 'linux-odroid-x-mali' 'linux-odroid-u2-mali' 'linux-odroid-x2')
|
||||
|
|
Loading…
Reference in a new issue