package/config: also add gconfig change to patch
authorPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 Jun 2010 19:41:32 +0000 (21:41 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sat, 5 Jun 2010 19:41:32 +0000 (21:41 +0200)
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/config/kconfig-to-buildroot2.patch

index 877caba7f3c61e76af444a6b0af6926b903e0d75..db72ea8ddbccfb75edf8f9097d470fb5667866f8 100644 (file)
@@ -17,7 +17,7 @@ Index: config/Makefile
 ===================================================================
 --- config.orig/Makefile
 +++ config/Makefile
-@@ -124,10 +124,17 @@
+@@ -124,10 +124,21 @@
  ifeq ($(MAKECMDGOALS),menuconfig)
        hostprogs-y += mconf
  endif
@@ -35,6 +35,10 @@ Index: config/Makefile
  ifeq ($(MAKECMDGOALS),gconfig)
        gconf-target := 1
  endif
++ifeq ($(findstring gconf,$(MAKECMDGOALS)),gconf)
++      gconf-target := 1
++endif
++
 Index: config/README.buildroot2
 ===================================================================
 --- /dev/null