brook: bump to 20200701
This commit is contained in:
parent
1d232805f8
commit
af368bf8d6
@ -15,7 +15,7 @@ Has access to both ChinaNet & Internet
|
|||||||
```bash
|
```bash
|
||||||
sudo apt-get update -y
|
sudo apt-get update -y
|
||||||
sudo apt-get full-upgrade -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:
|
#### For mainland China & Ubuntu(16.04+) user, you may run the following command to setup quickly:
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
@ -23,6 +23,9 @@ ifeq ($(ARCH),arm)
|
|||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),bcm53xx)
|
ifeq ($(BOARD),bcm53xx)
|
||||||
PKG_ARCH_BROOK:=_linux_arm6
|
PKG_ARCH_BROOK:=_linux_arm6
|
||||||
|
ifeq ($(word 2,$(subst +,$(space),$(call qstrip,$(CONFIG_CPU_TYPE)))),)
|
||||||
|
PKG_ARCH_BROOK:=_linux_arm5
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(BOARD),kirkwood)
|
ifeq ($(BOARD),kirkwood)
|
||||||
PKG_ARCH_BROOK:=_linux_arm5
|
PKG_ARCH_BROOK:=_linux_arm5
|
||||||
@ -32,8 +35,8 @@ ifeq ($(ARCH),aarch64)
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
PKG_NAME:=brook
|
PKG_NAME:=brook
|
||||||
PKG_VERSION:=20200201
|
PKG_VERSION:=20200701
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE:=brook$(PKG_ARCH_BROOK)
|
PKG_SOURCE:=brook$(PKG_ARCH_BROOK)
|
||||||
PKG_SOURCE_URL:=https://github.com/txthinking/brook/releases/download/v$(PKG_VERSION)
|
PKG_SOURCE_URL:=https://github.com/txthinking/brook/releases/download/v$(PKG_VERSION)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user