aboutsummaryrefslogtreecommitdiff
path: root/scripts/confmk.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/confmk.py')
-rwxr-xr-xscripts/confmk.py1
1 files changed, 1 insertions, 0 deletions
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")
#################################################################################