diff options
| author | Claudiu Beznea | 2022-06-29 11:13:27 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2022-07-10 22:50:18 +0000 |
| commit | 859f5f9aec23c96ec3151175c349ffdbe6b108ef (patch) | |
| tree | 89e75014c9fe235b72ede21ce94fe0f11aeb333f | |
| parent | 3e9ad2cdce569e7272d2f34ea5feaef7cd531219 (diff) | |
| download | openwrt-859f5f9aec23c96ec3151175c349ffdbe6b108ef.tar.gz | |
at91bootstrap: update at91bootstrap v4 targets to v4.0.3
Update AT91Bootstrap v4 capable targets to v4.0.3.
Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
| -rw-r--r-- | package/boot/at91bootstrap/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/boot/at91bootstrap/Makefile b/package/boot/at91bootstrap/Makefile index 72afefdfff..1dd0f38fc2 100644 --- a/package/boot/at91bootstrap/Makefile +++ b/package/boot/at91bootstrap/Makefile @@ -9,9 +9,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=at91bootstrap -PKG_VERSION:=v4.0.1 -PKG_MIRROR_HASH:=3d45a4bcb52162097d4cdf042b8fe1ccf53e88b512e7541f42a23f2a73692a69 -PKG_SOURCE_VERSION:=4d41296e9ae12379555fb46a941897e7264600a2 +PKG_VERSION:=v4.0.3 +PKG_MIRROR_HASH:=1ecdc31a13350fcdcaa3f77ed8ad73906f79fc668dbb2f337e1d5dd877bf9882 +PKG_SOURCE_VERSION:=1d9e673698d9db4a4f2301559f481274de2e75ae BINARIES_DIR:=build/binaries AT91BOOTSTRAP_V4=y |