Skip to content

Commit 7c5d3d2

Browse files
committed
fix: BR2_EXTERNAL variables should contain PATH
As per https://buildroot.org/downloads/manual/manual.html#outside-br-custom the BR2_EXTERNAL variables as replaced should have `_PATH` at the end.
1 parent 2ccbd6b commit 7c5d3d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
source "$BR2_EXTERNAL_COREOS_BUILDROOT/package/Config.in"
1+
source "$BR2_EXTERNAL_COREOS_BUILDROOT_PATH/package/Config.in"

package/Config.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
menu "Networking applications"
2-
source "$BR2_EXTERNAL_COREOS_BUILDROOT/package/openresty/Config.in"
2+
source "$BR2_EXTERNAL_COREOS_BUILDROOT_PATH/package/openresty/Config.in"
33
endmenu

0 commit comments

Comments
 (0)