diff options
| author | INAGAKI Hiroshi | 2024-10-13 15:31:43 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-10-16 21:49:26 +0000 |
| commit | a475171e07c3eae99a4621762192e3f44622b6c7 (patch) | |
| tree | 0c20c01edf65990e6032cdccb727eab5bbeeea34 | |
| parent | 84e47e9cc7085262f309eb0870f0041bbf181404 (diff) | |
| download | openwrt-a475171e07c3eae99a4621762192e3f44622b6c7.tar.gz | |
uboot-ath79: update to U-Boot v2024.10
Update uboot-ath79 package to U-Boot v2024.10.
Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/16703
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/boot/uboot-ath79/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/boot/uboot-ath79/Makefile b/package/boot/uboot-ath79/Makefile index d19f561576..9e64f680b7 100644 --- a/package/boot/uboot-ath79/Makefile +++ b/package/boot/uboot-ath79/Makefile @@ -1,8 +1,8 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/kernel.mk -PKG_VERSION:=2024.07 -PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f +PKG_VERSION:=2024.10 +PKG_HASH:=b28daf4ac17e43156363078bf510297584137f6df50fced9b12df34f61a92fb0 UBOOT_USE_INTREE_DTC:=1 |