summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Matyukevich <geomatsi@gmail.com>2016-12-13 23:52:36 +0300
committerPeter Korsgaard <peter@korsgaard.com>2016-12-15 17:11:00 +0100
commitd63e26e5277f3de9bfb729557a29987776064336 (patch)
tree306772007dcd8fbcf9d5d0e09335560e748ce29b
parent35e5e7d49956b00ac940b6d336f1ea68f6aebbbb (diff)
orangepipc: rename to orangepi-pc
Rename orangepipc files, configs, and directories: - oragepipc_defconfig -> orangepi_pc_defconfig - board/orangepi/orangepipc -> board/orangepi/orangepi-pc The purpose of the patch is to improve readability before adding other boards of orangepi family. Signed-off-by: Sergey Matyukevich <geomatsi@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
-rw-r--r--DEVELOPERS2
-rw-r--r--board/orangepi/orangepi-pc/boot.cmd (renamed from board/orangepi/orangepipc/boot.cmd)0
-rw-r--r--board/orangepi/orangepi-pc/genimage.cfg (renamed from board/orangepi/orangepipc/genimage.cfg)0
-rwxr-xr-xboard/orangepi/orangepi-pc/post-build.sh (renamed from board/orangepi/orangepipc/post-build.sh)0
-rwxr-xr-xboard/orangepi/orangepi-pc/post-image.sh (renamed from board/orangepi/orangepipc/post-image.sh)0
-rw-r--r--board/orangepi/orangepi-pc/readme.txt (renamed from board/orangepi/orangepipc/readme.txt)2
-rw-r--r--configs/orangepi_pc_defconfig (renamed from configs/orangepipc_defconfig)4
7 files changed, 4 insertions, 4 deletions
diff --git a/DEVELOPERS b/DEVELOPERS
index 903e9a9d6..d855d1181 100644
--- a/DEVELOPERS
+++ b/DEVELOPERS
@@ -1151,7 +1151,7 @@ F: package/libunistring/
N: Peter Korsgaard <peter@korsgaard.com>
F: board/orangepi/
-F: configs/orangepipc_defconfig
+F: configs/orangepi_pc_defconfig
F: package/flickcurl/
F: package/libfastjson/
F: package/lzop/
diff --git a/board/orangepi/orangepipc/boot.cmd b/board/orangepi/orangepi-pc/boot.cmd
index 9da625c80..9da625c80 100644
--- a/board/orangepi/orangepipc/boot.cmd
+++ b/board/orangepi/orangepi-pc/boot.cmd
diff --git a/board/orangepi/orangepipc/genimage.cfg b/board/orangepi/orangepi-pc/genimage.cfg
index 932d81cf1..932d81cf1 100644
--- a/board/orangepi/orangepipc/genimage.cfg
+++ b/board/orangepi/orangepi-pc/genimage.cfg
diff --git a/board/orangepi/orangepipc/post-build.sh b/board/orangepi/orangepi-pc/post-build.sh
index ca7a99f22..ca7a99f22 100755
--- a/board/orangepi/orangepipc/post-build.sh
+++ b/board/orangepi/orangepi-pc/post-build.sh
diff --git a/board/orangepi/orangepipc/post-image.sh b/board/orangepi/orangepi-pc/post-image.sh
index 359b4c9e7..359b4c9e7 100755
--- a/board/orangepi/orangepipc/post-image.sh
+++ b/board/orangepi/orangepi-pc/post-image.sh
diff --git a/board/orangepi/orangepipc/readme.txt b/board/orangepi/orangepi-pc/readme.txt
index f12c86796..d316b6fc1 100644
--- a/board/orangepi/orangepipc/readme.txt
+++ b/board/orangepi/orangepi-pc/readme.txt
@@ -12,7 +12,7 @@ How to build it
Configure Buildroot:
- $ make orangepipc_defconfig
+ $ make orangepi_pc_defconfig
Compile everything and build the SD card image:
diff --git a/configs/orangepipc_defconfig b/configs/orangepi_pc_defconfig
index 6d3a84264..dd21d5f9d 100644
--- a/configs/orangepipc_defconfig
+++ b/configs/orangepi_pc_defconfig
@@ -4,8 +4,8 @@ BR2_ARM_FPU_VFPV4=y
BR2_PACKAGE_HOST_LINUX_HEADERS_CUSTOM_4_7=y
BR2_TARGET_GENERIC_HOSTNAME="OrangePi_PC"
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the Orange Pi PC"
-BR2_ROOTFS_POST_BUILD_SCRIPT="board/orangepi/orangepipc/post-build.sh"
-BR2_ROOTFS_POST_IMAGE_SCRIPT="board/orangepi/orangepipc/post-image.sh"
+BR2_ROOTFS_POST_BUILD_SCRIPT="board/orangepi/orangepi-pc/post-build.sh"
+BR2_ROOTFS_POST_IMAGE_SCRIPT="board/orangepi/orangepi-pc/post-image.sh"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_CUSTOM_VERSION=y
BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="4.7.3"