mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Use PKG_BUILD_FLAGS:=no-mips16 insed of PKG_USE_MIPS6:=0
This commit is contained in:
parent
9c253a2823
commit
2549ddcff2
2 changed files with 4 additions and 2 deletions
|
@ -37,7 +37,8 @@ PKG_CPE_ID:=cpe:/a:golang:go
|
|||
PKG_BUILD_DEPENDS:=golang/host
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/go-$(PKG_VERSION)
|
||||
PKG_BUILD_PARALLEL:=1
|
||||
PKG_USE_MIPS16:=0
|
||||
#PKG_USE_MIPS16:=0
|
||||
PKG_BUILD_FLAGS:=no-mips16
|
||||
|
||||
PKG_GO_PREFIX:=/usr
|
||||
PKG_GO_VERSION_ID:=$(GO_VERSION_MAJOR_MINOR)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue