Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
d4b145f4
Commit
d4b145f4
authored
Apr 28, 2002
by
Dave Jones
Committed by
Jaroslav Kysela
Apr 28, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Also look in /boot for .config
Try to get config file distro placed in boot.
parent
98a7e8ac
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
scripts/Configure
scripts/Configure
+4
-1
No files found.
scripts/Configure
View file @
d4b145f4
...
@@ -540,9 +540,12 @@ fi
...
@@ -540,9 +540,12 @@ fi
DEFAULTS
=
.config
DEFAULTS
=
.config
if
[
!
-f
.config
]
;
then
if
[
!
-f
.config
]
;
then
DEFAULTS
=
/etc/kernel-config
DEFAULTS
=
/etc/kernel-config
if
[
!
-f
$DEFAULTS
]
;
then
DEFAULTS
=
/boot/config-
`
uname
-r
`
if
[
!
-f
$DEFAULTS
]
;
then
if
[
!
-f
$DEFAULTS
]
;
then
DEFAULTS
=
arch
/
$ARCH
/defconfig
DEFAULTS
=
arch
/
$ARCH
/defconfig
fi
fi
fi
fi
fi
if
[
-f
$DEFAULTS
]
;
then
if
[
-f
$DEFAULTS
]
;
then
...
...
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