summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.inc.php b/common.inc.php
index ccd306d..c7403bc 100644
--- a/common.inc.php
+++ b/common.inc.php
@@ -20,7 +20,7 @@ date_default_timezone_set('US/Pacific');
define('LOG_DIR', './');
-$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9');
+$channels = array ('dri-devel', 'radeon', 'nouveau', 'wayland', 'd3d9', 'freedreno');
if (isset($_GET['channel']))
$channel = $_GET['channel'];