aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/confmk.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/confmk.py b/scripts/confmk.py
index 974178c..b8a1e6c 100755
--- a/scripts/confmk.py
+++ b/scripts/confmk.py
@@ -17,8 +17,6 @@ def gen_confmk():
f.write("BUILDROOT_INITTAB_DIRECTIVE := " + conf.buildroot_inittab_directive + "\n")
f.write("BUILDROOT_INITSCRIPT := " + conf.buildroot_initscript + "\n")
f.write("BUILDROOT_DEF_CONFIG := " + conf.buildroot_def_config + "\n")
- f.write("\n")
- f.write("NBSCRIPT := " + conf.nbscript + "\n")
#################################################################################