Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
aports
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
650
Issues
650
List
Boards
Labels
Service Desk
Milestones
Merge Requests
213
Merge Requests
213
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
aports
Commits
3cb6f657
Commit
3cb6f657
authored
Sep 26, 2013
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-headers: support armhf
parent
999654d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
main/linux-headers/APKBUILD
main/linux-headers/APKBUILD
+6
-1
No files found.
main/linux-headers/APKBUILD
View file @
3cb6f657
...
...
@@ -6,7 +6,6 @@ pkgrel=1
pkgdesc
=
"Linux system headers"
url
=
"http://kernel.org"
arch
=
"all"
_carch
=
${
CARCH
/armel/arm
}
license
=
'GPL-2'
makedepends
=
"perl"
if
[
"
$ALPINE_LIBC
"
=
"eglibc"
]
;
then
...
...
@@ -31,6 +30,12 @@ build() {
}
package
()
{
local
_carch
=
$CARCH
case
"
$_carch
"
in
arm
*
)
_carch
=
"arm"
;;
esac
cd
"
$srcdir
"
/linux-
$_kernver
mkdir
-p
"
$pkgdir
/usr"
make headers_install
ARCH
=
"
${
_carch
}
"
INSTALL_HDR_PATH
=
"
$pkgdir
/usr"
||
return
1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment