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
12870c66
Unverified
Commit
12870c66
authored
Jan 11, 2021
by
Piotr Szczepanik
Committed by
GitHub
Jan 11, 2021
Browse files
Enable hardware overlays toggles for rk3399 family (#134)
parent
d13662d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
debian-config-functions
View file @
12870c66
...
...
@@ -58,7 +58,7 @@ function main(){
OVERLAYDIR
=
"/boot/dtb/overlay"
;
[[
"
$LINUXFAMILY
"
==
"sunxi64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/allwinner/overlay"
;
[[
"
$LINUXFAMILY
"
==
"meson64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/amlogic/overlay"
;
[[
"
$LINUXFAMILY
"
==
"rockchip64"
]]
&&
OVERLAYDIR
=
"/boot/dtb/rockchip/overlay"
;
[[
"
$LINUXFAMILY
"
==
"rockchip64"
||
"
$LINUXFAMILY
"
==
"rk3399"
]]
&&
OVERLAYDIR
=
"/boot/dtb/rockchip/overlay"
;
# detect desktop
check_desktop
dialog
--backtitle
"
$BACKTITLE
"
--title
"Please wait"
--infobox
"
\n
Loading Armbian configuration utility ... "
5 45
...
...
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