Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Commits
c30535b9
Commit
c30535b9
authored
11 months ago
by
omni
Committed by
Natanael Copa
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
main/kmod: upgrade to 32
parent
8aee58e2
No related branches found
No related tags found
1 merge request
!63906
main/kmod: upgrade to 32
Pipeline
#225897
skipped
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
main/kmod/APKBUILD
+4
-7
4 additions, 7 deletions
main/kmod/APKBUILD
with
4 additions
and
7 deletions
main/kmod/APKBUILD
+
4
−
7
View file @
c30535b9
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Contributor: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname
=
kmod
pkgname
=
kmod
pkgver
=
3
1
pkgver
=
3
2
pkgrel
=
4
pkgrel
=
0
pkgdesc
=
"Linux kernel module management utilities"
pkgdesc
=
"Linux kernel module management utilities"
url
=
"http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary"
url
=
"http://git.kernel.org/?p=utils/kernel/kmod/kmod.git;a=summary"
arch
=
"all"
arch
=
"all"
...
@@ -47,10 +47,7 @@ package() {
...
@@ -47,10 +47,7 @@ package() {
local
i
local
i
mkdir
-p
"
$pkgdir
"
/sbin
mkdir
-p
"
$pkgdir
"
/sbin
for
i
in
lsmod rmmod insmod modinfo modprobe depmod
;
do
for
i
in
lsmod rmmod insmod modinfo modprobe depmod
;
do
ln
-sf
../bin/kmod
"
$pkgdir
"
/sbin/
$i
ln
-sf
../bin/
$i
"
$pkgdir
"
/sbin/
$i
done
for
i
in
lsmod modinfo
;
do
ln
-s
kmod
"
$pkgdir
"
/bin/
$i
done
done
}
}
...
@@ -60,7 +57,7 @@ libs() {
...
@@ -60,7 +57,7 @@ libs() {
}
}
sha512sums
=
"
sha512sums
=
"
05ca70381808bec5f262b94db625662c385408988178a35e4aaf4960ee0716dc0cbfc327160ea4b61098d0c2130ab1b5142ea8156bea8e06ded7f4d288b6d085
kmod-3
1
.tar.xz
29162135aabd025dff178a4147a754b5da5964855dbeee65ca867dec3b84437f35c1c97f0f027e974a021d3ee9a4940309a716859cc3cfe93c7ed0aada338f24
kmod-3
2
.tar.xz
f2ea3527bfba182c5e15557c224a5bba8c7e2ea3d21cf604e6eb2277226dcf983c3aeb9ac44a322c7f2b4942b35135da999d63a5b946b829d3f3b09c050a0f17 strndupa.patch
f2ea3527bfba182c5e15557c224a5bba8c7e2ea3d21cf604e6eb2277226dcf983c3aeb9ac44a322c7f2b4942b35135da999d63a5b946b829d3f3b09c050a0f17 strndupa.patch
5fc41a7c4ea3ad3e33516ebdf8d19ac7ce0223d75a3e99f185e8a7fd71007b9d2e2d850e319b122d470cd95f45098a5a39faa21a17c0fb82124138f97db9d85c portable-basename.patch
5fc41a7c4ea3ad3e33516ebdf8d19ac7ce0223d75a3e99f185e8a7fd71007b9d2e2d850e319b122d470cd95f45098a5a39faa21a17c0fb82124138f97db9d85c portable-basename.patch
"
"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment