Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kmod
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
kmod
Commits
69669ab5
Commit
69669ab5
authored
Jun 27, 2023
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgraded kmod to 29
parent
3fdd709c
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
8 deletions
+8
-8
Makefile
Makefile
+6
-6
build.xml
build.xml
+2
-2
kmod-27.tar.xz
kmod-27.tar.xz
+0
-0
kmod-29.tar.xz
kmod-29.tar.xz
+0
-0
No files found.
Makefile
View file @
69669ab5
all
:
tar
xf kmod-2
7
.tar.xz
cd
kmod-2
7
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--sysconfdir
=
/etc
--with-rootlibdir
=
/lib
--with-xz
--with-zlib
$(MAKE)
-C
kmod-2
7
$(MAKE)
-C
kmod-2
7
install
tar
xf kmod-2
9
.tar.xz
cd
kmod-2
9
&&
./configure
--build
=
$(CLFS_TARGET)
--prefix
=
/usr
--bindir
=
/bin
--sysconfdir
=
/etc
--with-rootlibdir
=
/lib
--with-xz
--with-zlib
$(MAKE)
-C
kmod-2
9
$(MAKE)
-C
kmod-2
9
install
for
tool
in
depmod insmod lsmod modinfo modprobe rmmod
;
do
\
ln
-sfv
/bin/kmod /sbin/
$
${tool}
;
\
done
...
...
@@ -10,6 +10,6 @@ all:
tests
:
if
[[
!
"
$(BUILD_OPTIONS)
"
=
~ no-tests
]]
;
then
\
$(MAKE)
-C
kmod-2
7
check
;
\
$(MAKE)
-C
kmod-2
9
check
;
\
fi
rm
-rf
kmod-2
7
rm
-rf
kmod-2
9
build.xml
View file @
69669ab5
<project
name=
"kmod"
>
<target
name=
"boot-kmod"
>
<property
name=
"makedir"
value=
"${builddir}/kmod-2
7
"
/>
<property
name=
"makedir"
value=
"${builddir}/kmod-2
9
"
/>
<mkdir
dir=
"${makedir}"
/>
<exec
executable=
"tar"
failonerror=
"true"
>
<arg
line=
"xf packages/kmod/kmod-2
7
.tar.xz -C ${builddir}"
/>
<arg
line=
"xf packages/kmod/kmod-2
9
.tar.xz -C ${builddir}"
/>
</exec>
<exec
executable=
"cp"
dir=
"${makedir}"
failonerror=
"true"
>
<arg
line=
"-v libkmod/libkmod.c libkmod/libkmod.c.orig"
/>
...
...
kmod-27.tar.xz
deleted
100644 → 0
View file @
3fdd709c
File deleted
kmod-29.tar.xz
0 → 100644
View file @
69669ab5
File added
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