diff --git a/core/linux-am33x-legacy/PKGBUILD b/core/linux-am33x-legacy/PKGBUILD index 8a3133c3c..35b18aa63 100644 --- a/core/linux-am33x-legacy/PKGBUILD +++ b/core/linux-am33x-legacy/PKGBUILD @@ -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')