]> git.ipfire.org Git - people/stevee/pakfire.git/commitdiff
Allow installation of multiple kernel-exynos packages.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Dec 2012 10:21:08 +0000 (11:21 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 23 Dec 2012 10:21:08 +0000 (11:21 +0100)
python/pakfire/constants.py

index 49dc1a57e5147c21a97383a528bfa84e45e2d745..206b1f6587a1750e6c8ce2605c987b1be5368269 100644 (file)
@@ -194,6 +194,7 @@ PACKAGE_INFO_DESCRIPTION_LINE = PACKAGE_INFO_DEPENDENCY_LINE = "\t\t%s"
 # XXX make this configurable in pakfire.conf
 PAKFIRE_MULTIINSTALL = [
        "kernel",
+       "kernel-exynos",
        "kernel-kirkwood",
        "kernel-legacy",
        "kernel-omap",