mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-27 23:44:04 +00:00
core/kernel26-orion: tagged headers -orion, orion mach still needs fixed in headers
This commit is contained in:
parent
35f5ad75fb
commit
4d71a4cd2a
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ noautobuild=1
|
|||
plugrel=1
|
||||
|
||||
pkgbase="kernel26"
|
||||
pkgname=('kernel26-orion' 'kernel26-headers')
|
||||
pkgname=('kernel26-orion' 'kernel26-headers-orion')
|
||||
_kernelname=${pkgname#kernel26}
|
||||
_basekernel=2.6.39
|
||||
pkgver=${_basekernel}.3
|
||||
|
@ -100,7 +100,7 @@ package_kernel26-orion() {
|
|||
find "$pkgdir" -name '*.ko' -exec gzip -9 {} \;
|
||||
}
|
||||
|
||||
package_kernel26-headers() {
|
||||
package_kernel26-headers-orion() {
|
||||
pkgdesc="Header files and scripts for building modules for kernel26"
|
||||
KARCH=arm
|
||||
|
||||
|
|
Loading…
Reference in a new issue