diff options
Diffstat (limited to 'utils/restic/Makefile')
-rw-r--r-- | utils/restic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/restic/Makefile b/utils/restic/Makefile index e3cde4282..7f08ccf4f 100644 --- a/utils/restic/Makefile +++ b/utils/restic/Makefile @@ -14,7 +14,7 @@ PKG_MAINTAINER:=Tom Stöveken <tom@naaa.de> PKG_BUILD_DEPENDS:=golang/host PKG_BUILD_PARALLEL:=1 -PKG_USE_MIPS16:=0 +PKG_BUILD_FLAGS:=no-mips16 GO_PKG:=github.com/restic/restic/ GO_PKG_BUILD_PKG:=github.com/restic/restic/cmd/restic/ |