summaryrefslogtreecommitdiff
path: root/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-07-28 13:39:53 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-10-26 17:28:25 +0100
commit6cb806430f8a66630f960bf0570c49fddacfe98d (patch)
treeab5fdf7aac8d0dc559adac3f92d3235376b3e5a1 /recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch
parent63fd61ae8ac790aed5ac5d562add1fcf278771f9 (diff)
linux: added NHK15 support for 2.6.20 version
staged headers are needed for x11 acceleration
Diffstat (limited to 'recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch')
-rw-r--r--recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch b/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch
new file mode 100644
index 0000000000..7a2ccae78e
--- /dev/null
+++ b/recipes/linux/linux-2.6.20/nhk15/hrw-make-create-kconfig-executable.patch
@@ -0,0 +1,17 @@
+---
+ arch/arm/mach-nomadik/Makefile | 1 +
+ 1 file changed, 1 insertion(+)
+
+--- linux-2.6.20.orig/arch/arm/mach-nomadik/Makefile
++++ linux-2.6.20/arch/arm/mach-nomadik/Makefile
+@@ -158,9 +158,10 @@ machmrproper:
+ #This will resolve any machin specific dependency for configuration
+ #This will generate Kconfig file if not present
+ machconfig:
+ ifneq ($(wildcard $(TOPDIR)/arch/arm/mach-nomadik/Kconfig), $(TOPDIR)/arch/arm/mach-nomadik/Kconfig)
+ @echo "Generating $(TOPDIR)/arch/arm/mach-nomadik/Kconfig"
++ @chmod 755 ./create_kconfig.pl
+ @./create_kconfig.pl $(TOPDIR)/arch/arm/mach-nomadik
+ endif
+
+ # end of Auto board configuration/dependency resolution