Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
etercifs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
etersoft
etercifs
Commits
f763d5fe
Commit
f763d5fe
authored
Nov 09, 2013
by
Pavel Shilovsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix a selection of the latest supported kernel version
parent
084e4e1f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
functions.sh
etercifs/functions.sh
+1
-1
No files found.
etercifs/functions.sh
View file @
f763d5fe
...
...
@@ -173,7 +173,7 @@ detect_etercifs_sources()
if
[
-z
"
$KERNEL_SOURCE_ETERCIFS_LINK
"
]
;
then
ETERCIFS_SOURCES_LIST
=
$DATADIR
/sources/kernel-source-etercifs-[0-9]
*
KERNEL_SOURCE_ETERCIFS_LINK
=
`
ls
-1
$ETERCIFS_SOURCES_LIST
|
sort
-r
|
head
-n
1
`
KERNEL_SOURCE_ETERCIFS_LINK
=
`
ls
-1
$ETERCIFS_SOURCES_LIST
|
sort
-r
-V
|
head
-n
1
`
LATEST_SOURCES
=
`
echo
$KERNEL_SOURCE_ETERCIFS_LINK
|
cut
-d
"-"
-f
4
`
echo
"Warning! Couldn't find module sources for the current kernel
$KERNEL2
(
$LATEST_SOURCES
sources are selected)!"
echo
"Using the lates supported sources - from v
$LATEST_SOURCES
kernel!"
...
...
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