diff options
| author | Tomasz Maciej Nowak | 2024-05-15 17:11:53 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2024-05-17 14:17:06 +0000 |
| commit | 6832faf3407e79c3814759074d5cc76f87adeffe (patch) | |
| tree | 5a1e292a80190f5f6b1bbddce5600bde84062354 | |
| parent | 6a29d32d8aebba7f427c7ace92c02d95281967b4 (diff) | |
| download | dangole-6832faf3407e79c3814759074d5cc76f87adeffe.tar.gz | |
uboot-tegra: bump version to 2024.04
Since swig is mentioned as build dependency and buildbots have it
installed we can safely bump version.
Signed-off-by: Tomasz Maciej Nowak <tmn505@gmail.com>
| -rw-r--r-- | package/boot/uboot-tegra/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/package/boot/uboot-tegra/Makefile b/package/boot/uboot-tegra/Makefile index d47ef6f6f0..5bed6b97dd 100644 --- a/package/boot/uboot-tegra/Makefile +++ b/package/boot/uboot-tegra/Makefile @@ -6,10 +6,10 @@ # include $(TOPDIR)/rules.mk -PKG_VERSION := 2020.04 -PKG_RELEASE:=3 +PKG_VERSION := 2024.04 +PKG_RELEASE:=1 -PKG_HASH := fe732aaf037d9cc3c0909bad8362af366ae964bbdac6913a34081ff4ad565372 +PKG_HASH := 18a853fe39fad7ad03a90cc2d4275aeaed6da69735defac3492b80508843dd4a PKG_MAINTAINER := Tomasz Maciej Nowak <tmn505@gmail.com> @@ -46,11 +46,6 @@ define Build/bct-image ) endef -define Build/Configure - sed '/select BINMAN/d' -i $(PKG_BUILD_DIR)/arch/arm/mach-tegra/Kconfig - $(call Build/Configure/U-Boot) -endef - define Build/Compile $(call Build/Compile/U-Boot) $(call Build/bct-image) |