File tree Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Expand file tree Collapse file tree 5 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
- source "$BR2_EXTERNAL_COREOS_BUILDROOT /package/Config.in"
1
+ source "$BR2_EXTERNAL /package/Config.in"
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Step 3 - Reference the `coreos_buildroot` directory from `buildroot`:
29
29
30
30
```
31
31
$ cd buildroot
32
- $ make BR2_EXTERNAL_COREOS_BUILDROOT =../coreos_buildroot menuconfig
32
+ $ make BR2_EXTERNAL =../coreos_buildroot menuconfig
33
33
```
34
34
This connects the two repos together and exposes all of the coreos_buildroot
35
35
options through the menu option ` "User-provided options --->" `
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- include $(sort $(wildcard $(BR2_EXTERNAL_COREOS_BUILDROOT ) /package/* /* .mk) )
1
+ include $(sort $(wildcard $(BR2_EXTERNAL ) /package/* /* .mk) )
Original file line number Diff line number Diff line change 1
1
menu "Networking applications"
2
- source "$BR2_EXTERNAL_COREOS_BUILDROOT/package/openresty/Config.in"
3
- endmenu
4
-
5
- menu "Other"
6
- source "$BR2_EXTERNAL_COREOS_BUILDROOT/package/python-pip/Config.in"
2
+ source "$BR2_EXTERNAL/package/openresty/Config.in"
7
3
endmenu
You can’t perform that action at this time.
0 commit comments