The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / support / kconfig / patches / 06-br-build-system-integration.patch
1 ---
2  Makefile |    8 ++++----
3  1 file changed, 4 insertions(+), 4 deletions(-)
4
5 Index: b/Makefile
6 ===================================================================
7 --- a/Makefile
8 +++ b/Makefile
9 @@ -159,11 +159,11 @@
10  
11  hostprogs-y := conf
12  
13 -ifeq ($(MAKECMDGOALS),nconfig)
14 +ifeq ($(MAKECMDGOALS),nconf)
15         hostprogs-y += nconf
16  endif
17  
18 -ifeq ($(MAKECMDGOALS),menuconfig)
19 +ifeq ($(MAKECMDGOALS),mconf)
20         hostprogs-y += mconf
21  endif
22  
23 @@ -171,10 +171,10 @@
24         hostprogs-y += kxgettext
25  endif
26  
27 -ifeq ($(MAKECMDGOALS),xconfig)
28 +ifeq ($(MAKECMDGOALS),qconf)
29         qconf-target := 1
30  endif
31 -ifeq ($(MAKECMDGOALS),gconfig)
32 +ifeq ($(MAKECMDGOALS),gconf)
33         gconf-target := 1
34  endif
35