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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/patches/06-br-build-system-integration.patch b/cirros-testvm/src-cirros/buildroot-2015.05/support/kconfig/patches/06-br-build-system-integration.patch
new file mode 100644 (file)
index 0000000..3faa39e
--- /dev/null
@@ -0,0 +1,35 @@
+---
+ Makefile |    8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+Index: b/Makefile
+===================================================================
+--- a/Makefile
++++ b/Makefile
+@@ -159,11 +159,11 @@
+ hostprogs-y := conf
+-ifeq ($(MAKECMDGOALS),nconfig)
++ifeq ($(MAKECMDGOALS),nconf)
+       hostprogs-y += nconf
+ endif
+-ifeq ($(MAKECMDGOALS),menuconfig)
++ifeq ($(MAKECMDGOALS),mconf)
+       hostprogs-y += mconf
+ endif
+@@ -171,10 +171,10 @@
+       hostprogs-y += kxgettext
+ endif
+-ifeq ($(MAKECMDGOALS),xconfig)
++ifeq ($(MAKECMDGOALS),qconf)
+       qconf-target := 1
+ endif
+-ifeq ($(MAKECMDGOALS),gconfig)
++ifeq ($(MAKECMDGOALS),gconf)
+       gconf-target := 1
+ endif