Skip to content

Commit

Permalink
build-board-deb: VIM3: don't enable some services for mainline
Browse files Browse the repository at this point in the history
Signed-off-by: Nick Xie <nick@khadas.com>
  • Loading branch information
numbqq committed May 23, 2024
1 parent 946fe22 commit 6b52402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/functions/build-board-deb
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ build_board_deb() {
. /etc/fenix-release
ln -sf /lib/firmware /etc/firmware
if [[ "\$BOARD" =~ "VIM3" ]]; then
if linux-version compare \`uname -r\` lt 6.0; then
if [ ! -f /boot/.next ]; then
systemctl enable panel.service
if [ "\$BOARD" == "VIM3" ]; then
systemctl enable camera_isp_3a_server.service
Expand Down

0 comments on commit 6b52402

Please sign in to comment.