aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2015-04-27 21:26:45 +0200
committerKarel Kočí <cynerd@email.cz>2015-04-27 21:26:45 +0200
commitd1a4966163e2456e787d00ec3f1d290b5491b44f (patch)
treea890c32f3ad478a8cf15aeac6423d4a96bda77a1 /scripts
parentbbfdeca6f7933ddc98b45975c1f05a2babe06daf (diff)
downloadlinux-conf-perf-d1a4966163e2456e787d00ec3f1d290b5491b44f.tar.gz
linux-conf-perf-d1a4966163e2456e787d00ec3f1d290b5491b44f.tar.bz2
linux-conf-perf-d1a4966163e2456e787d00ec3f1d290b5491b44f.zip
fix problems with initram
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/buildroot_recipe/linux-conf-perf2
-rwxr-xr-xscripts/confmk.py1
2 files changed, 2 insertions, 1 deletions
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")
#################################################################################