From ba01938a498b6d97df919f4bfa90080a6f53c4c9 Mon Sep 17 00:00:00 2001 From: Daniel Gachet <daniel.gachet@hefr.ch> Date: Fri, 13 Sep 2019 07:22:09 +0200 Subject: [PATCH] updates 2019 --- config/buildroot_nano.patch | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/config/buildroot_nano.patch b/config/buildroot_nano.patch index 83d60c7..d739d94 100644 --- a/config/buildroot_nano.patch +++ b/config/buildroot_nano.patch @@ -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" -- GitLab