Skip to content

Commit 419e97b

Browse files
committed
Revert "update: Add support for upcoming Buildroot 2016-11"
This reverts commit 7773dd2. Buildroot 2016-11 has not be released yet. Fixing this up.
1 parent 2a101d6 commit 419e97b

File tree

5 files changed

+4
-9
lines changed

5 files changed

+4
-9
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/package/Config.in"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Step 3 - Reference the `coreos_buildroot` directory from `buildroot`:
2929

3030
```
3131
$ cd buildroot
32-
$ make BR2_EXTERNAL_COREOS_BUILDROOT=../coreos_buildroot menuconfig
32+
$ make BR2_EXTERNAL=../coreos_buildroot menuconfig
3333
```
3434
This connects the two repos together and exposes all of the coreos_buildroot
3535
options through the menu option `"User-provided options --->"`

external.desc

Lines changed: 0 additions & 1 deletion
This file was deleted.

external.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
include $(sort $(wildcard $(BR2_EXTERNAL_COREOS_BUILDROOT)/package/*/*.mk))
1+
include $(sort $(wildcard $(BR2_EXTERNAL)/package/*/*.mk))

package/Config.in

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
11
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"
73
endmenu

0 commit comments

Comments
 (0)