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
675
Issues
675
List
Boards
Labels
Service Desk
Milestones
Merge Requests
203
Merge Requests
203
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
72608437
Commit
72608437
authored
Apr 03, 2014
by
Timo Teräs
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: use zImage and dtbs on arm
parent
f2edee5a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
19 additions
and
1 deletion
+19
-1
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+19
-1
No files found.
main/linux-grsec/APKBUILD
View file @
72608437
...
@@ -87,8 +87,26 @@ build() {
...
@@ -87,8 +87,26 @@ build() {
package
()
{
package
()
{
cd
"
$srcdir
"
/build
cd
"
$srcdir
"
/build
mkdir
-p
"
$pkgdir
"
/boot
"
$pkgdir
"
/lib/modules
mkdir
-p
"
$pkgdir
"
/boot
"
$pkgdir
"
/lib/modules
make
-j1
modules_install firmware_install
install
\
local
_install
case
"
$CARCH
"
in
arm
*
)
local
_dtbdir
=
"
$pkgdir
"
/usr/lib/linux-
${
_abi_release
}
mkdir
-p
"
$_dtbdir
"
for
i
in
arch
/arm/boot/dts/
*
.dtb
;
do
install
-m644
"
$i
"
"
$_dtbdir
"
done
_install
=
zinstall
;;
*
)
_install
=
install
;;
esac
make
-j1
modules_install firmware_install
$_install
\
INSTALL_MOD_PATH
=
"
$pkgdir
"
\
INSTALL_MOD_PATH
=
"
$pkgdir
"
\
INSTALL_PATH
=
"
$pkgdir
"
/boot
\
INSTALL_PATH
=
"
$pkgdir
"
/boot
\
||
return
1
||
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