From b46b6ca612b6858ddfa141e4d8aa6dcf6d9fa7c8 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Tue, 17 Aug 2021 21:00:14 +0200 Subject: [PATCH] Add debug-shell flavour --- constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/constants.py b/constants.py index 4806dd1..b263598 100644 --- a/constants.py +++ b/constants.py @@ -29,6 +29,7 @@ DEVICES = { FLAVOURS = { 'barebone': [], + 'debug-shell': ['hook-debug-shell'], 'phosh': [], 'plasma-mobile': [], }