mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/linux-am33x-legacy: fix package_ names
This commit is contained in:
parent
29c1fdbea1
commit
81f97b64b3
1 changed files with 2 additions and 2 deletions
|
@ -79,7 +79,7 @@ build() {
|
|||
make ${MAKEFLAGS} zImage modules dtbs
|
||||
}
|
||||
|
||||
package_linux-am33x() {
|
||||
package_linux-am33x-legacy() {
|
||||
pkgdesc="The Linux Kernel and modules - am33x processors"
|
||||
depends=('coreutils' 'linux-firmware' 'module-init-tools>=3.16' 'mkinitcpio>=0.7')
|
||||
optdepends=('crda: to set the correct wireless channels of your country')
|
||||
|
@ -126,7 +126,7 @@ package_linux-am33x() {
|
|||
mv "$pkgdir/lib" "$pkgdir/usr"
|
||||
}
|
||||
|
||||
package_linux-headers-am33x() {
|
||||
package_linux-headers-am33x-legacy() {
|
||||
pkgdesc="Header files and scripts for building modules for linux kernel - am33x processors"
|
||||
provides=('kernel26-headers-am33x' 'linux-headers=${pkgver}')
|
||||
conflicts=('kernel26-headers-am33x' 'linux-headers-tegra')
|
||||
|
|
Loading…
Reference in a new issue