0
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-11-24 22:16:14 +00:00
openwrt/package/boot/uboot-bcm53xx/Makefile
Linus Walleij f1a447bdb5 uboot-bcm53xx: bump to 2024.01
Bump the U-Boot version used for BCM53xx to the 2024.01
version that includes all the needed patches upstream, so we
can get rid of those in the process.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
2024-01-20 19:38:20 +01:00

38 lines
788 B
Makefile

include $(TOPDIR)/rules.mk
PKG_VERSION:=2024.01
PKG_HASH:=b99611f1ed237bf3541bdc8434b68c96a6e05967061f992443cb30aabebef5b3
PKG_RELEASE:=$(AUTORELEASE)
include $(INCLUDE_DIR)/u-boot.mk
include $(INCLUDE_DIR)/package.mk
define U-Boot/Default
BUILD_TARGET:=bcm53xx
BUILD_SUBTARGET:=generic
UBOOT_CONFIG:=bcmns
UBOOT_BOARD:=$(1)
endef
define U-Boot/dir-885l
NAME:=D-Link DIR-885L
BUILD_DEVICES:=dlink_dir-885l
endef
define U-Boot/dir-890l
NAME:=D-Link DIR-890L
BUILD_DEVICES:=dlink_dir-890l
endef
UBOOT_TARGETS := dir-885l dir-890l
define Build/InstallDev
$(INSTALL_DIR) $(STAGING_DIR_IMAGE)
$(CP) $(PKG_BUILD_DIR)/$(UBOOT_IMAGE) $(STAGING_DIR_IMAGE)/$(BUILD_DEVICES)-u-boot.bin
endef
define Package/u-boot/install/default
endef
$(eval $(call BuildPackage/U-Boot))