diff options
author | 2019-10-27 20:50:46 +0100 | |
---|---|---|
committer | 2020-04-13 22:29:30 +0200 | |
commit | c08ec9191f7aaa6675660c249377bc540e6db1c3 (patch) | |
tree | 1df2e049e4ff3c199894b338a74f8817629dc6de /.gitlab-ci.yml | |
parent | 710bcdabfa498ee1d25676ef497d08d4f6f7922a (diff) | |
download | buildroot-c08ec9191f7aaa6675660c249377bc540e6db1c3.tar.gz buildroot-c08ec9191f7aaa6675660c249377bc540e6db1c3.tar.bz2 |
configs/nanopi_r1: new defconfig
Add initial support for Nanopi R1 board with below features:
- U-Boot 2019.01
- Linux 5.0
- Default packages from buildroot
Configuration files taken from Armbian:
https://github.com/armbian/build/blob/master/patch
Signed-off-by: Davide Viti <zinosat@gmail.com>
[Thomas: move U-Boot config and DT to board/friendlyarm/nanopi-r1/uboot/]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c8b07b79f9..3869fa3a5d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -227,6 +227,7 @@ mx6udoo_defconfig: { extends: .defconfig } nanopi_m1_defconfig: { extends: .defconfig } nanopi_m1_plus_defconfig: { extends: .defconfig } nanopi_neo_defconfig: { extends: .defconfig } +nanopi_r1_defconfig: { extends: .defconfig } nexbox_a95x_defconfig: { extends: .defconfig } nitrogen6sx_defconfig: { extends: .defconfig } nitrogen6x_defconfig: { extends: .defconfig } |