From ed76ec8a1cdf36432d746e85a903ec2f1d3b187f 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 | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96d0bc6aaa..edaa95394b 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 intltool +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 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 6121b38834..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,7 +35,7 @@ ifeq ($(ARCH),aarch64) endif PKG_NAME:=brook -PKG_VERSION:=20200201 +PKG_VERSION:=20200701 PKG_RELEASE:=1 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE:=brook$(PKG_ARCH_BROOK)