From: Michael Tremer Date: Sun, 23 Dec 2012 10:21:08 +0000 (+0100) Subject: Allow installation of multiple kernel-exynos packages. X-Git-Tag: 0.9.24~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=424f775d1a036618584f09f924082240a17d6e74;p=pakfire.git Allow installation of multiple kernel-exynos packages. --- diff --git a/python/pakfire/constants.py b/python/pakfire/constants.py index 49dc1a57e..206b1f658 100644 --- a/python/pakfire/constants.py +++ b/python/pakfire/constants.py @@ -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",