From a6bff3a30fee2a2c77d0683eda7945764e7624a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 27 Apr 2015 12:15:14 +0200 Subject: Add initram build Not working properly yet. --- scripts/confmk.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/confmk.py') diff --git a/scripts/confmk.py b/scripts/confmk.py index 6c91234..bb44def 100755 --- a/scripts/confmk.py +++ b/scripts/confmk.py @@ -14,8 +14,11 @@ def gen_confmk(): f.write("SRCARCH := " + conf.SRCARCH + "\n") f.write("\n") f.write("BUILDROOT_INITRAM := " + conf.buildroot_initram + "\n") + f.write("BUILDROOT_INITTAB_DIRECTIVE := " + conf.buildroot_inittab_directive + "\n") + f.write("BUILDROOT_INITSCRIPT := " + conf.buildroot_initscript + "\n") f.write("INITRAM := " + conf.initram + "\n") f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n") + f.write("\n") ################################################################################# -- cgit v1.2.3