aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-bsp/microcode-ctl/files/0001-add-support-for-other-distributions.patch
blob: fe54284939e8ceaaabf464ea4b6bf85c9aa44be8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Subject: [PATCH] add support for other distributions

Upstream-Status: Inappropriate [OE specific]

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 microcode_ctl.start | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/microcode_ctl.start b/microcode_ctl.start
index 6fa9d72..e9321d0 100755
--- a/microcode_ctl.start
+++ b/microcode_ctl.start
@@ -47,8 +47,8 @@ elif [ -f /etc/slackware-version ]; then
 		END=slack_end
 	fi
 else
-	echo "$0: Can't guess distribution, aborting!"
-	exit 1
+	START=
+	END=
 fi
 
 # Lets just be sure we have a device file...
-- 
2.11.0