aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
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")
#################################################################################