From: Peter Korsgaard Date: Sat, 5 Jun 2010 19:41:32 +0000 (+0200) Subject: package/config: also add gconfig change to patch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fa11d8d8306646714b81f56a04ecde07f3aec623;p=buildroot.git package/config: also add gconfig change to patch Signed-off-by: Peter Korsgaard --- diff --git a/package/config/kconfig-to-buildroot2.patch b/package/config/kconfig-to-buildroot2.patch index 877caba7f3..db72ea8ddb 100644 --- a/package/config/kconfig-to-buildroot2.patch +++ b/package/config/kconfig-to-buildroot2.patch @@ -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