Bump buildroot to version 2018.02.8
This commit is contained in:
@@ -31,8 +31,8 @@ else
|
||||
BR2_DL_DIR = $(DL_DIR)
|
||||
endif
|
||||
|
||||
# ensure it exists and a absolute path
|
||||
DL_DIR := $(shell mkdir -p $(DL_DIR) && cd $(DL_DIR) >/dev/null && pwd)
|
||||
# ensure it exists and a absolute path, derefrecing symlinks
|
||||
DL_DIR := $(shell mkdir -p $(DL_DIR) && cd $(DL_DIR) >/dev/null && pwd -P)
|
||||
|
||||
#
|
||||
# URI scheme helper functions
|
||||
|
||||
Reference in New Issue
Block a user