Skip to content
Snippets Groups Projects
Commit ba01938a authored by Daniel Gachet's avatar Daniel Gachet
Browse files

updates 2019

parent bb047ff5
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
board/friendlyarm/nanopi-neo-plus2/readme.txt | 37 ++
board/friendlyarm/nanopi-neo-plus2/uboot.patch | 24 +
board/friendlyarm/nanopi-neo-plus2/uboot_defconfig | 16 +
configs/nanopi_neo_plus2_defconfig | 84 +++
configs/nanopi_neo_plus2_defconfig | 86 +++
package/dropbear/S50dropbear | 2 +-
package/openssh/S50sshd | 3 +
11 files changed, 1286 insertions(+), 1 deletion(-)
11 files changed, 1288 insertions(+), 1 deletion(-)
diff --git a/board/friendlyarm/nanopi-neo-plus2/boot.cmd b/board/friendlyarm/nanopi-neo-plus2/boot.cmd
new file mode 100644
......@@ -1259,10 +1259,10 @@ index 0000000000..f1c64ba55e
+CONFIG_USB_EHCI_HCD=y
diff --git a/configs/nanopi_neo_plus2_defconfig b/configs/nanopi_neo_plus2_defconfig
new file mode 100644
index 0000000000..33ca9b4aa8
index 0000000000..be6f2b0424
--- /dev/null
+++ b/configs/nanopi_neo_plus2_defconfig
@@ -0,0 +1,84 @@
@@ -0,0 +1,86 @@
+BR2_aarch64=y
+BR2_ARM_FPU_VFPV4=y
+BR2_TOOLCHAIN_EXTERNAL=y
......@@ -1273,6 +1273,8 @@ index 0000000000..33ca9b4aa8
+BR2_ROOTFS_POST_IMAGE_SCRIPT="support/scripts/genimage.sh"
+BR2_ROOTFS_POST_SCRIPT_ARGS="-c board/friendlyarm/nanopi-neo-plus2/genimage.cfg"
+BR2_LINUX_KERNEL=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION=y
+BR2_LINUX_KERNEL_CUSTOM_VERSION_VALUE="5.2.14"
+BR2_LINUX_KERNEL_PATCH="board/friendlyarm/nanopi-neo-plus2/linux.patch"
+BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y
+BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="board/friendlyarm/nanopi-neo-plus2/linux_defconfig"
......@@ -1316,7 +1318,7 @@ index 0000000000..33ca9b4aa8
+BR2_TARGET_ROOTFS_EXT2=y
+BR2_TARGET_ROOTFS_EXT2_4=y
+BR2_TARGET_ROOTFS_EXT2_LABEL="rootfs"
+BR2_TARGET_ROOTFS_EXT2_SIZE="120M"
+BR2_TARGET_ROOTFS_EXT2_SIZE="160M"
+BR2_TARGET_ARM_TRUSTED_FIRMWARE=y
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_GIT=y
+BR2_TARGET_ARM_TRUSTED_FIRMWARE_CUSTOM_REPO_URL="https://github.com/apritzel/arm-trusted-firmware.git"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment