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
678
Issues
678
List
Boards
Labels
Service Desk
Milestones
Merge Requests
167
Merge Requests
167
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
501127d1
Commit
501127d1
authored
Jun 16, 2010
by
Natanael Copa
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
main/linux-grsec: enable EFI
fixes
#361
(cherry picked from commit
6b19453e
)
parent
560f1539
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
23 additions
and
7 deletions
+23
-7
main/linux-grsec/APKBUILD
main/linux-grsec/APKBUILD
+2
-2
main/linux-grsec/kernelconfig.x86
main/linux-grsec/kernelconfig.x86
+21
-5
No files found.
main/linux-grsec/APKBUILD
View file @
501127d1
...
@@ -4,7 +4,7 @@ _flavor=grsec
...
@@ -4,7 +4,7 @@ _flavor=grsec
pkgname
=
linux-
${
_flavor
}
pkgname
=
linux-
${
_flavor
}
pkgver
=
2.6.32.15
pkgver
=
2.6.32.15
_kernver
=
2.6.32
_kernver
=
2.6.32
pkgrel
=
6
pkgrel
=
7
pkgdesc
=
"Linux kernel with grsecurity"
pkgdesc
=
"Linux kernel with grsecurity"
url
=
http://grsecurity.net
url
=
http://grsecurity.net
depends
=
"mkinitfs linux-firmware"
depends
=
"mkinitfs linux-firmware"
...
@@ -169,4 +169,4 @@ ce4a74190febe13713bab1b886dd5bee r8169-fix-random-mdio_write-failures.patch
...
@@ -169,4 +169,4 @@ ce4a74190febe13713bab1b886dd5bee r8169-fix-random-mdio_write-failures.patch
b41ee19f13498fb25992fd60cd1126d4 r8169-fix-mdio_read-and-update-mdio_write-according-to-hw-specs.patch
b41ee19f13498fb25992fd60cd1126d4 r8169-fix-mdio_read-and-update-mdio_write-according-to-hw-specs.patch
a1bcf76870b63a4a4035a8948fb758e2 x86-setup-When-restoring-the-screen-update-boot_params-screen_info.patch
a1bcf76870b63a4a4035a8948fb758e2 x86-setup-When-restoring-the-screen-update-boot_params-screen_info.patch
bf14850a0036d14bc6177adbdec23a17 hv-grsec.patch
bf14850a0036d14bc6177adbdec23a17 hv-grsec.patch
442d7174a9755ed7bba22ebd4918bbe5
kernelconfig.x86"
758c074dc6979167f3113cbf101922ee
kernelconfig.x86"
main/linux-grsec/kernelconfig.x86
View file @
501127d1
#
#
# Automatically generated make config: don't edit
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.32.1
4
# Linux kernel version: 2.6.32.1
5
# Wed Jun
2 07:39:39
2010
# Wed Jun
16 07:30:34
2010
#
#
# CONFIG_64BIT is not set
# CONFIG_64BIT is not set
CONFIG_X86_32=y
CONFIG_X86_32=y
...
@@ -4237,8 +4237,24 @@ CONFIG_CIFS_EXPERIMENTAL=y
...
@@ -4237,8 +4237,24 @@ CONFIG_CIFS_EXPERIMENTAL=y
#
#
# Partition Types
# Partition Types
#
#
# CONFIG_PARTITION_ADVANCED is not set
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
CONFIG_EFI_PARTITION=y
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=m
CONFIG_NLS=m
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_DEFAULT="iso8859-1"
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_CODEPAGE_437=m
...
@@ -4626,7 +4642,7 @@ CONFIG_VIRTIO_BALLOON=m
...
@@ -4626,7 +4642,7 @@ CONFIG_VIRTIO_BALLOON=m
#
#
# Library routines
# Library routines
#
#
CONFIG_BITREVERSE=
m
CONFIG_BITREVERSE=
y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
CONFIG_GENERIC_FIND_LAST_BIT=y
...
@@ -4634,7 +4650,7 @@ CONFIG_CRC_CCITT=m
...
@@ -4634,7 +4650,7 @@ CONFIG_CRC_CCITT=m
CONFIG_CRC16=m
CONFIG_CRC16=m
CONFIG_CRC_T10DIF=m
CONFIG_CRC_T10DIF=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC32=
m
CONFIG_CRC32=
y
CONFIG_CRC7=m
CONFIG_CRC7=m
CONFIG_LIBCRC32C=m
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_INFLATE=y
...
...
Leonardo Arena
@larena
mentioned in issue
#361 (closed)
·
Jul 12, 2019
mentioned in issue
#361 (closed)
mentioned in issue #361
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