uboot-omap: update to 2024.07
This is the last version supporting the boards omap3_beagle and omap4_panda. Because we use a boot script we need to enable CONFIG_LEGACY_IMAGE_FORMAT. Signed-off-by: Andre Heider <a.heider@gmail.com> Link: https://github.com/openwrt/openwrt/pull/22728 Signed-off-by: Jonas Jelonek <jelonek.jonas@gmail.com>
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
include $(INCLUDE_DIR)/kernel.mk
|
||||
|
||||
PKG_VERSION:=2021.07
|
||||
PKG_RELEASE:=21
|
||||
PKG_VERSION:=2024.07
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_HASH:=312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e
|
||||
PKG_HASH:=f591da9ab90ef3d6b3d173766d0ddff90c4ed7330680897486117df390d83c8f
|
||||
|
||||
include $(INCLUDE_DIR)/u-boot.mk
|
||||
include $(INCLUDE_DIR)/package.mk
|
||||
@@ -39,6 +39,9 @@ endef
|
||||
|
||||
UBOOT_TARGETS:=omap4_panda am335x_evm omap3_beagle
|
||||
|
||||
UBOOT_CUSTOMIZE_CONFIG:=\
|
||||
--enable LEGACY_IMAGE_FORMAT
|
||||
|
||||
define Build/InstallDev
|
||||
$(foreach device,$(BUILD_DEVICES), \
|
||||
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)/$(device)
|
||||
|
||||
Reference in New Issue
Block a user