Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Config
Commits
6a939384
Commit
6a939384
authored
Mar 31, 2018
by
Igor Pecovnik
Browse files
Add exceptions for pin64 legacy family whem switching kernels
parent
2aebfe22
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-submenu
View file @
6a939384
...
...
@@ -374,6 +374,11 @@ function exceptions ()
UBOOT_BRANCH
=
$TARGET_BRANCH
# uboot naming is different
if
[[
$TARGET_BRANCH
==
"default"
]]
;
then
TARGET_BRANCH
=
""
;
else
TARGET_BRANCH
=
"-"
$TARGET_BRANCH
;
fi
# pine64
if
[[
$TARGET_FAMILY
==
pine64
]]
;
then
TARGET_FAMILY
=
"sunxi64"
fi
# allwinner legacy kernels
if
[[
$TARGET_FAMILY
==
sun
*
i
]]
;
then
TARGET_FAMILY
=
"sunxi"
if
[[
$UBOOT_BRANCH
==
"default"
]]
;
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