From d1a4966163e2456e787d00ec3f1d290b5491b44f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Apr 2015 21:26:45 +0200 Subject: fix problems with initram --- scripts/buildroot_recipe/linux-conf-perf | 2 +- scripts/confmk.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/buildroot_recipe/linux-conf-perf b/scripts/buildroot_recipe/linux-conf-perf index 031ba83..f95ed7c 100755 --- a/scripts/buildroot_recipe/linux-conf-perf +++ b/scripts/buildroot_recipe/linux-conf-perf @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh /usr/share/benchmark/start | sed -e 's/^/lcp-output: /' diff --git a/scripts/confmk.py b/scripts/confmk.py index bb44def..9647b5b 100755 --- a/scripts/confmk.py +++ b/scripts/confmk.py @@ -19,6 +19,7 @@ def gen_confmk(): f.write("INITRAM := " + conf.initram + "\n") f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n") f.write("\n") + f.write("INITRAM := " + conf.initram + "\n") ################################################################################# -- cgit v1.2.3