From 688a5677f4ca305ba167bcbb5dac3f72ff4c92b6 Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Fri, 10 Aug 2018 14:41:45 +0200 Subject: [PATCH] sculpt: fix deploy entry of acpica The 'Report' route was missing. The commit also removes superfluous routing rules for IO_PORT, IRQ, and IO_MEM that are captured by the subsequenting wildcard anyway. Issue #2909 --- repos/gems/run/sculpt.run | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/repos/gems/run/sculpt.run b/repos/gems/run/sculpt.run index a26c1a3313..404903b142 100644 --- a/repos/gems/run/sculpt.run +++ b/repos/gems/run/sculpt.run @@ -430,9 +430,6 @@ install_config { - - - @@ -714,9 +711,10 @@ append manual_deploy_config { - - - + + + + -->