Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
alpine
alpine-conf
Commits
12a01f73
Commit
12a01f73
authored
Oct 24, 2014
by
Kaarle Ritvanen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update-kernel: include dahdi and xtables-addons kernel modules
parent
e8290993
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
update-kernel.in
update-kernel.in
+9
-3
No files found.
update-kernel.in
View file @
12a01f73
...
...
@@ -56,9 +56,15 @@ FLAVOR=$(uname -r | cut -d - -f 3-)
TMPDIR
=
$(
mktemp
-dt
$SCRIPT
.XXXXXX
)
ROOT
=
$TMPDIR
/root
apk add
-qU
-p
$ROOT
--initdb
--no-scripts
--arch
$ARCH
\
--keys-dir
/etc/apk/keys
--repositories-file
/etc/apk/repositories
\
alpine-base dahdi-linux linux-
$FLAVOR
linux-firmware
_apk
()
{
apk add
-q
-p
$ROOT
--no-scripts
--arch
$ARCH
--keys-dir
/etc/apk/keys
\
--repositories-file
/etc/apk/repositories
$*
}
_apk
-U
--initdb
alpine-base linux-
$FLAVOR
linux-firmware
_apk dahdi-linux dahdi-linux-
$FLAVOR
||
:
_apk xtables-addons-
$FLAVOR
||
:
KVER
=
$(
ls
$ROOT
/lib/modules
)
depmod
-b
$ROOT
$KVER
...
...
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