diff options
| author | Nayab Sayed | 2025-02-27 09:10:11 +0000 |
|---|---|---|
| committer | Robert Marko | 2025-03-18 09:24:56 +0000 |
| commit | 5ff9ce11f0ede855eab1955d5f134c785480f189 (patch) | |
| tree | 588ed3ff68ff17ce242a9ecd4182ab30253d7a66 | |
| parent | 16b58c278fe8bfb062fc35e35644014ed89719cd (diff) | |
| download | openwrt-5ff9ce11f0ede855eab1955d5f134c785480f189.tar.gz | |
at91bootstrap: update at91bootstrap v4 targets to v4.0.10
Update AT91Bootstrap v4 capable targets to v4.0.10.
Signed-off-by: Nayab Sayed <nayabbasha.sayed@microchip.com>
Link: https://github.com/openwrt/openwrt/pull/18131
Signed-off-by: Robert Marko <robimarko@gmail.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 1b145c8a8b..456f9fa5ff 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.3 -PKG_MIRROR_HASH:=9c1d42337294b549e6c229ae4c9996efd21e00ae5f968bd780d352e054e24cb7 -PKG_SOURCE_VERSION:=1d9e673698d9db4a4f2301559f481274de2e75ae +PKG_VERSION:=v4.0.10 +PKG_SOURCE_VERSION:=c123c68d1f5b13a55a8e164b03be866491ce3049 +PKG_MIRROR_HASH:=0c2d6a8a81a179c29227ad2f880b403f86095d3671f176ff1d2a21ba4e09c858 BINARIES_DIR:=build/binaries PKG_CPE_ID:=cpe:/a:linux4sam:at91bootstrap |