From f3d4f2511d1684d0d6403dbba6dbcd03b7ebf309 Mon Sep 17 00:00:00 2001 From: Frank Hunleth Date: Wed, 3 Feb 2016 22:11:29 -0500 Subject: [PATCH] Beautify Buildroot for Nerves Make several modifications to Buildroot's help and menus so that it makes more sense for Nerves users who may not have used Buildroot before. --- Config.in | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Config.in b/Config.in index ed92c56..e419861 100644 --- a/Config.in +++ b/Config.in @@ -757,7 +757,7 @@ source "package/Config.in.host" source "Config.in.legacy" -menu "User-provided options" +menu "Nerves options" depends on BR2_EXTERNAL != "support/dummy-external" source "$BR2_EXTERNAL/Config.in" diff --git a/Makefile b/Makefile index 283147c..355e474 100644 --- a/Makefile +++ b/Makefile @@ -910,7 +910,7 @@ endif rm -rf $(BR2_CONFIG) $(CONFIG_DIR)/.config.old $(CONFIG_DIR)/..config.tmp \ $(CONFIG_DIR)/.auto.deps $(BR2_EXTERNAL_FILE) -help: +buildroot-help: @echo 'Cleaning:' @echo ' clean - delete all files created by build' @echo ' distclean - delete all non-source files (including .config)' -- 2.7.4