From: Michael Tremer Date: Mon, 2 Jul 2012 14:34:14 +0000 (+0200) Subject: Add armv6l to supported architectures. X-Git-Tag: 0.9.23~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f711a0548cefd3338a208875d8669a39c26c1b02;p=pakfire.git Add armv6l to supported architectures. --- diff --git a/python/pakfire/system.py b/python/pakfire/system.py index 70f9cd156..4d533dd39 100644 --- a/python/pakfire/system.py +++ b/python/pakfire/system.py @@ -75,6 +75,7 @@ class System(object): # ARM "armv5tel" : ["armv5tel",], "armv5tejl" : ["armv5tel",], + "armv6l" : ["armv5tel",], "armv7l" : ["armv7hl", "armv5tel",], "armv7hl" : ["armv7hl", "armv5tel",], }