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
214
Merge Requests
214
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
b904fe2a
Commit
b904fe2a
authored
Nov 05, 2010
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: fix linux-firmware
ref
#466
parent
4d56bd0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+4
-3
No files found.
main/linux-grsec/APKBUILD
View file @
b904fe2a
...
...
@@ -4,11 +4,11 @@ _flavor=grsec
pkgname
=
linux-
${
_flavor
}
pkgver
=
2.6.35.8
_kernver
=
2.6.35
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
depends
=
"mkinitfs linux-firmware"
makedepends
=
"perl installkernel"
makedepends
=
"perl installkernel
bash
"
options
=
"!strip"
_config
=
${
config
:-
kernelconfig
.
${
CARCH
:-
x86
}}
install
=
...
...
@@ -77,7 +77,8 @@ package() {
mkdir
-p
"
$pkgdir
"
/boot
"
$pkgdir
"
/lib/modules
make modules_install firmware_install
install
\
INSTALL_MOD_PATH
=
"
$pkgdir
"
\
INSTALL_PATH
=
"
$pkgdir
"
/boot
INSTALL_PATH
=
"
$pkgdir
"
/boot
\
||
return
1
rm
-f
"
$pkgdir
"
/lib/modules/
${
_abi_release
}
/build
\
"
$pkgdir
"
/lib/modules/
${
_abi_release
}
/source
...
...
iilluzion _
@iilluzion
mentioned in issue
#466 (closed)
·
Jul 12, 2019
mentioned in issue
#466 (closed)
mentioned in issue #466
Toggle commit list
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