about summary refs log tree commit diff stats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/ports/linux-crux/Pkgfile6
1 files changed, 1 insertions, 5 deletions
diff --git a/core/ports/linux-crux/Pkgfile b/core/ports/linux-crux/Pkgfile
index 30336bd..9e1112f 100644
--- a/core/ports/linux-crux/Pkgfile
+++ b/core/ports/linux-crux/Pkgfile
@@ -5,7 +5,7 @@
 
 name=linux-crux
 version=4.1.30
-release=0
+release=1
 source=(https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-4.1.30.tar.xz \
 https://raw.githubusercontent.com/graysky2/kernel_gcc_patch/master/enable_additional_cpu_optimizations_for_gcc_v4.9%2B_kernel_v3.15%2B.patch \
 linux-$version.defconfig)
@@ -13,15 +13,11 @@ linux-$version.defconfig)
 build() {
 	cd linux-$version
 
-        # patch -p1 < $SRC/enable_additional_cpu_optimizations_for_gcc_v4.9%2B_kernel_v3.15%2B.patch
         mkdir -p $PKG/usr/src
         cp $SRC/enable_additional_cpu_optimizations_for_gcc_v4.9%2B_kernel_v3.15%2B.patch $PKG/usr/src/cpu_optimizations.patch
 
         cp ../linux-$version.defconfig $PKG/usr/src/
 
-        # fails inside this script.
-        # patch -p1 < $SRC/grsecurity-3.1-4.5.5-201605291201.patch
-
         make distclean
 
         cp ../linux-$version.defconfig .config
435756 ^
56ce5577 ^
3c435756 ^
c6e1041f ^


d77a5ccc ^
c6e1041f ^

3c435756 ^





3f9ee8f5 ^
3c435756 ^



51530916 ^






455f0338 ^
51530916 ^





be16deb0 ^
b39ceb27 ^
26785f2a ^
b39ceb27 ^
8f249677 ^
b39ceb27 ^

51530916 ^


455f0338 ^






51530916 ^



fb4836dc ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127