Allow use symlink for biuldroot's config (#876)

pull/877/head
p0i5k 2023-06-13 13:26:24 +03:00 committed by GitHub
parent 23889441df
commit 7eec1d1d5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz
TARGET ?= $(PWD)/output
ifdef BOARD
CONFIG = $(shell find br-ext-chip-*/configs -type f | grep -m1 $(BOARD))
CONFIG = $(shell find br-ext-chip-*/configs -type f,l | grep -m1 $(BOARD))
endif
ifeq ($(CONFIG),)