From 094d8ec896ef0c447a4bfb884753bf8984d67dbc Mon Sep 17 00:00:00 2001 From: mathieu benoit Date: Sun, 10 Nov 2013 13:16:22 +0100 Subject: [PATCH] configs: rename rpi_defconfig for consistency We name all of our boards and defconfig files based on the boards fullname, not a nickname or a shortname. 'rpi' is short for Raspberry Pi, so name all our Raspberry Pi ressource with 'raspberrypi' instead of 'rpi'. This should also help Buildroot-newcomers to recognise Raspberry Pi related files (defconfig and board doc). Signed-off-by: Mathieu Benoit [yann.morin.1998@free.fr: reverse the rename] Signed-off-by: "Yann E. MORIN" Cc: Ryan Barnett Cc: Thomas Petazzoni Signed-off-by: Peter Korsgaard --- board/raspberrypi/readme.txt | 8 ++++---- configs/{rpi_defconfig => raspberrypi_defconfig} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename configs/{rpi_defconfig => raspberrypi_defconfig} (100%) diff --git a/board/raspberrypi/readme.txt b/board/raspberrypi/readme.txt index 47b48186df..2052e2b9e3 100644 --- a/board/raspberrypi/readme.txt +++ b/board/raspberrypi/readme.txt @@ -17,11 +17,11 @@ How to build it Configure Buildroot ------------------- -The rpi_defconfig configuration is a minimal configuration with all that -is required to bring the Raspberry Pi. You should base your work on this -defconfig: +The raspberrypi_defconfig configuration is a minimal configuration with +all that is required to bring the Raspberry Pi. You should base your +work on this defconfig: - $ make rpi_defconfig + $ make raspberrypi_defconfig If you want to use a persistent rootfs, skip to "Build the rootfs", below. diff --git a/configs/rpi_defconfig b/configs/raspberrypi_defconfig similarity index 100% rename from configs/rpi_defconfig rename to configs/raspberrypi_defconfig -- 2.30.2