Skip to content

Commit

Permalink
Makefile: update buildroot to 2023.02.7 (#1146)
Browse files Browse the repository at this point in the history
  • Loading branch information
viktorxda authored Nov 16, 2023
1 parent 6345097 commit 253dc2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
BR_VER = 2023.02.5
BR_VER = 2023.02.7
BR_MAKE = $(MAKE) -C $(TARGET)/buildroot-$(BR_VER) BR2_EXTERNAL=$(PWD)/general O=$(TARGET)
BR_LINK = https://github.com/buildroot/buildroot/archive
BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz
Expand Down

0 comments on commit 253dc2e

Please sign in to comment.