]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - tools/genboardscfg.py
sandbox: Enable more console options
[people/ms/u-boot.git] / tools / genboardscfg.py
index c2efad55ab4609ed17c006551b2dd0ce6eee3c1e..2e871feaf4fa76948aaf80ba7f55bc40a2e10da6 100755 (executable)
@@ -294,6 +294,8 @@ class MaintainersDatabase:
         tmp = self.database[target][0]
         if tmp.startswith('Maintained'):
             return 'Active'
+        elif tmp.startswith('Supported'):
+            return 'Active'
         elif tmp.startswith('Orphan'):
             return 'Orphan'
         else: