diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:41:32 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-06-05 21:41:32 +0200 |
commit | fa11d8d8306646714b81f56a04ecde07f3aec623 (patch) | |
tree | 3a6af5655d0d882414c3999f0293cfd82332b9ad /package | |
parent | a0ce68d374734c6a7689eecc4b3f4cf6b32a95a2 (diff) |
package/config: also add gconfig change to patch
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package')
-rw-r--r-- | package/config/kconfig-to-buildroot2.patch | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package/config/kconfig-to-buildroot2.patch b/package/config/kconfig-to-buildroot2.patch index 877caba7f..db72ea8dd 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 |