mirror of https://github.com/OpenIPC/firmware.git
Allow use symlink for biuldroot's config (#876)
parent
23889441df
commit
7eec1d1d5b
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ BR_FILE = /tmp/buildroot-$(BR_VER).tar.gz
|
||||||
TARGET ?= $(PWD)/output
|
TARGET ?= $(PWD)/output
|
||||||
|
|
||||||
ifdef BOARD
|
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
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG),)
|
ifeq ($(CONFIG),)
|
||||||
|
|
Loading…
Reference in New Issue