Skip to content

Commit

Permalink
turris1x-uboot: fix compiling error due to wrong name
Browse files Browse the repository at this point in the history
Fix compiling error due to wrong name of updated uboot for turris1x
  • Loading branch information
Zatharalex committed Nov 13, 2024
1 parent ce91ff8 commit 3d30d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardware/turris1x/turris1x-uboot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ endef

define Package/turris1x-uboot/install
$(INSTALL_DIR) $(1)/usr/share/turris1x
$(CP) $(STAGING_DIR_IMAGE)/turris1x-nor-u-boot-with-dtb.bin $(1)/usr/share/turris1x/u-boot-nor.bin
$(CP) $(STAGING_DIR_IMAGE)/turris1x-nor-u-boot-dtb.bin $(1)/usr/share/turris1x/u-boot-nor.bin
endef

define Package/turris1x-uboot-sd/install
Expand Down

0 comments on commit 3d30d5d

Please sign in to comment.