From f711a0548cefd3338a208875d8669a39c26c1b02 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 2 Jul 2012 16:34:14 +0200 Subject: [PATCH] Add armv6l to supported architectures. --- python/pakfire/system.py | 1 + 1 file changed, 1 insertion(+) 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",], } -- 2.39.5