core/linux-am33x-legacy: fix package_ names

This commit is contained in:
WarheadsSE 2013-10-14 15:38:11 -04:00
parent 29c1fdbea1
commit 81f97b64b3

View file

@ -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')