From a810198abfef68237e5626d8e73e5e64ff4b74a7 Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Mon, 2 May 2016 15:46:39 +0200 Subject: [PATCH] Add novaboot script --- build/boot-linux | 4 ++++ build/buildroot/.config | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100755 build/boot-linux diff --git a/build/boot-linux b/build/boot-linux new file mode 100755 index 0000000..d6bc99a --- /dev/null +++ b/build/boot-linux @@ -0,0 +1,4 @@ +#!/usr/bin/env novaboot + +load buildroot/images/bzImage console=ttyS0,115200 +load buildroot/images/rootfs.cpio.gz diff --git a/build/buildroot/.config b/build/buildroot/.config index f8c2bab..37c91eb 100644 --- a/build/buildroot/.config +++ b/build/buildroot/.config @@ -739,7 +739,7 @@ BR2_PACKAGE_PYTHON_UCS2=y # BR2_PACKAGE_PYTHON_KEYRING is not set # BR2_PACKAGE_PYTHON_LIBCONFIG is not set # BR2_PACKAGE_PYTHON_LXML is not set -BR2_PACKAGE_PYTHON_MAKO=y +BR2_PACKAGE_PYTHON_MAKO=n # BR2_PACKAGE_PYTHON_MAD is not set # BR2_PACKAGE_PYTHON_MARKDOWN is not set # BR2_PACKAGE_PYTHON_MARKUPSAFE is not set -- 2.39.2