]> git.ipfire.org Git - pakfire.git/commitdiff
Add armv6l to supported architectures.
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Jul 2012 14:34:14 +0000 (16:34 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 2 Jul 2012 14:34:14 +0000 (16:34 +0200)
python/pakfire/system.py

index 70f9cd15609998d4b6100f6b307ac8420b55e928..4d533dd395c59034e4774732699d50a93f817897 100644 (file)
@@ -75,6 +75,7 @@ class System(object):
                        # ARM
                        "armv5tel"  : ["armv5tel",],
                        "armv5tejl" : ["armv5tel",],
+                       "armv6l"    : ["armv5tel",],
                        "armv7l"    : ["armv7hl", "armv5tel",],
                        "armv7hl"   : ["armv7hl", "armv5tel",],
                }