aboutsummaryrefslogtreecommitdiff
path: root/utils/restic/Makefile
Commit message (Collapse)AuthorAge
* restic: update to 0.16.4Fabian Lipken2024-02-11
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* restic: update to 0.16.3Fabian Lipken2024-01-16
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* restic: update to 0.16.2Fabian Lipken2023-10-30
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* restic: update to 0.16.1Fabian Lipken2023-10-29
| | | | Signed-off-by: Fabian Lipken <dynasticorpheus@gmail.com>
* restic: update to 0.15.2Tom Stöveken2023-04-29
| | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de> Compile tested: SDK for OpenWrt 22.03.4 Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 22.03.4 Description: Updated to version 0.15.2 Signed-off-by: Tom Stöveken <tom@naaa.de>
* treewide: refactor to use PKG_BUILD_FLAGS:=no-mips16Andre Heider2023-04-08
| | | | | | | See commit 5c545bdb "treewide: replace PKG_USE_MIPS16:=0 with PKG_BUILD_FLAGS:=no-mips16" on the main repository. Signed-off-by: Andre Heider <a.heider@gmail.com>
* restic: update to 0.15.1Tom Stöveken2023-02-12
| | | | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de> Compile tested: SDK for OpenWrt 22.03.3 Run tested: x86/64 @ Intel(R) Celeron(R) CPU N3160 @ 1.60GHz, OpenWrt 22.03.3 Description: Updated to version 0.15.1 changed PKG_RELEASE:=2 due to deprecated value AUTORELEASE, squashed commits and then changed PKG_RELEASE:=1 because upgrading the whole main PKG_VERSION (the major version item) should reset this to 1 Signed-off-by: Tom Stöveken <tom@naaa.de>
* restic: update to 0.14.0Tom Stöveken2022-08-26
| | | | | | | | | | | Maintainer: Tom Stöveken <tom@naaa.de> Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Boxwq 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.14.0 Signed-off-by: Tom Stöveken <tom@naaa.de>
* restic: update to 0.13.1Tom Stöveken2022-06-21
| | | | | | | | | | | | | Tested lantiq/xrx200 Maintainer: Markus Weipert suggested to hand over to me, thank you! Compile tested: SDK for OpenWrt 21.02.3 Run tested: xRX200 rev 1.2, AVM FRITZ!Box 7360 V2, OpenWrt 21.02.3 Description: Updated to version 0.13.1 Signed-off-by: Tom Stöveken <tom@naaa.de>
* treewide: Remove GO_PKG_LDFLAGS for stripping binariesJeffery To2021-09-02
| | | | | | | | | | | | | | The "-s -w" flags in GO_PKG_LDFLAGS tells the Go compiler to strip the binaries it produces. Since the default Go package build process will strip binaries when CONFIG_USE_STRIP or CONFIG_USE_SSTRIP are selected, these flags are unnecessary. When CONFIG_NO_STRIP is selected, these flags override the user's intention of building unstripped packages. This removes these flags for all relevant packages. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
* restic: add packageMarkus Weippert2019-12-19
Signed-off-by: Markus Weippert <markus@gekmihesg.de>