diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/confmk.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py index 9647b5b..010ca64 100755 --- a/scripts/confmk.py +++ b/scripts/confmk.py @@ -20,6 +20,7 @@ def gen_confmk(): f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n") f.write("\n") f.write("INITRAM := " + conf.initram + "\n") + f.write("NBSCRIPTS := " + conf.nbscript + "\n") ################################################################################# |