@@ -78,7 +78,7 @@ main() {
78
78
;;
79
79
armv7)
80
80
arch=armhf
81
- kernel=" 5.*-armmp"
81
+ kernel=' 5.*-armmp'
82
82
deps=(libcrypt1:" ${arch} " )
83
83
;;
84
84
i686)
@@ -91,15 +91,15 @@ main() {
91
91
libgcc=" libgcc1"
92
92
debsource=" deb http://http.debian.net/debian/ buster main"
93
93
debsource=" ${debsource} \ndeb http://security.debian.org/ buster/updates main"
94
- kernel=" 4.*-4kc-malta"
94
+ kernel=' 4.*-4kc-malta'
95
95
ncurses=" =6.1*"
96
96
;;
97
97
mipsel)
98
- kernel=" 5.*-4kc-malta"
98
+ kernel=' 5.*-4kc-malta'
99
99
deps=(libcrypt1:" ${arch} " )
100
100
;;
101
101
mips64el)
102
- kernel=" 5.*-5kc-malta"
102
+ kernel=' 5.*-5kc-malta'
103
103
deps=(libcrypt1:" ${arch} " )
104
104
;;
105
105
powerpc)
@@ -123,32 +123,32 @@ main() {
123
123
# there is no stable port
124
124
arch=ppc64
125
125
# https://packages.debian.org/en/sid/linux-image-powerpc64
126
- kernel=' 5 .*-powerpc64'
126
+ kernel=' 6 .*-powerpc64'
127
127
debsource=" deb http://ftp.ports.debian.org/debian-ports unstable main"
128
128
debsource=" ${debsource} \ndeb http://ftp.ports.debian.org/debian-ports unreleased main"
129
129
# sid version of dropbear requires these dependencies
130
130
deps=(libcrypt1:" ${arch} " )
131
131
;;
132
132
powerpc64le)
133
133
arch=ppc64el
134
- kernel=" 5.*-powerpc64le"
134
+ kernel=' 5.*-powerpc64le'
135
135
deps=(libcrypt1:" ${arch} " )
136
136
;;
137
137
riscv64)
138
- kernel=" 5 .*-riscv64"
138
+ kernel=' 6 .*-riscv64'
139
139
debsource=" deb http://ftp.ports.debian.org/debian-ports unstable main"
140
140
debsource=" ${debsource} \ndeb http://ftp.ports.debian.org/debian-ports unreleased main"
141
141
deps=(libcrypt1:" ${arch} " )
142
142
;;
143
143
s390x)
144
144
arch=s390x
145
- kernel=" 5.*-s390x"
145
+ kernel=' 5.*-s390x'
146
146
deps=(libcrypt1:" ${arch} " )
147
147
;;
148
148
sparc64)
149
149
# there is no stable port
150
150
# https://packages.debian.org/en/sid/linux-image-sparc64
151
- kernel=' 5 .*-sparc64'
151
+ kernel=' 6 .*-sparc64'
152
152
debsource=" deb http://ftp.ports.debian.org/debian-ports unstable main"
153
153
debsource=" ${debsource} \ndeb http://ftp.ports.debian.org/debian-ports unreleased main"
154
154
# sid version of dropbear requires these dependencies
0 commit comments