From af368bf8d695cc7ec165b39abe5f4e522d7eee37 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Mon, 27 Jul 2020 19:22:01 +0800 Subject: [PATCH] brook: bump to 20200701 --- README.md | 2 +- package/lienol/brook/Makefile | 7 +++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6258329bac..3933b5cd17 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Has access to both ChinaNet & Internet ```bash sudo apt-get update -y sudo apt-get full-upgrade -y -sudo apt-get install -y build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libreadline-dev libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint ccache curl wget vim nano python python3 python-pip python3-pip python-ply python3-ply haveged lrzsz device-tree-compiler scons antlr3 gperf ecj fastjar mkisofs +sudo apt-get install -y build-essential asciidoc binutils bzip2 gawk gettext git libncurses5-dev libz-dev patch unzip zlib1g-dev lib32gcc1 libc6-dev-i386 subversion flex uglifyjs git-core gcc-multilib g++-multilib p7zip p7zip-full msmtp libssl-dev texinfo libreadline-dev libglib2.0-dev xmlto qemu-utils upx libelf-dev autoconf automake libtool autopoint ccache curl wget vim nano python python3 python-pip python3-pip python-ply python3-ply haveged lrzsz device-tree-compiler scons antlr3 gperf intltool mkisofs rsync ``` #### For mainland China & Ubuntu(16.04+) user, you may run the following command to setup quickly: ```bash diff --git a/package/lienol/brook/Makefile b/package/lienol/brook/Makefile index f327c1143a..9a8bf46555 100644 --- a/package/lienol/brook/Makefile +++ b/package/lienol/brook/Makefile @@ -23,6 +23,9 @@ ifeq ($(ARCH),arm) endif ifeq ($(BOARD),bcm53xx) PKG_ARCH_BROOK:=_linux_arm6 +ifeq ($(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE)))),) + PKG_ARCH_BROOK:=_linux_arm5 +endif endif ifeq ($(BOARD),kirkwood) PKG_ARCH_BROOK:=_linux_arm5 @@ -32,8 +35,8 @@ ifeq ($(ARCH),aarch64) endif PKG_NAME:=brook -PKG_VERSION:=20200201 -PKG_RELEASE:=2 +PKG_VERSION:=20200701 +PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=brook$(PKG_ARCH_BROOK) PKG_SOURCE_URL:=https://github.com/txthinking/brook/releases/download/v$(PKG_VERSION)