[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-492-gfb47d6f
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2010-06-23 12:27:19
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via fb47d6f0427ea903f72557d4fc3d611e636f33ce (commit)
from 5aa3c3b458225bb67f71c0a260ee9f7d1e4905e4 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit fb47d6f0427ea903f72557d4fc3d611e636f33ce
Author: Julien Boibessot <jul...@ar...>
Date: Wed Jun 23 14:26:31 2010 +0200
[BUILDROOT] [2010.05] Reactivates Armadeus specific packages in menuconfig
-----------------------------------------------------------------------
Summary of changes:
buildroot/configs/apf27_defconfig | 15 ++++++++++++++-
.../2010.05/001-add_armadeus_device.patch | 20 ++++++++++++++++++--
patches/buildroot/2010.05/006-lcd4linux.patch | 16 ++++++++--------
patches/buildroot/2010.05/018-allegro.patch | 10 +++++-----
.../buildroot/2010.05/021-sdl-water-config.patch | 10 +++++-----
patches/buildroot/2010.05/034-slideshow.patch | 14 +++++++-------
patches/buildroot/2010.05/041-fbgrab.patch | 12 ++++++------
patches/buildroot/2010.05/042-socketcan.patch | 14 +++++++-------
.../buildroot/2010.05/043-mesa-add_packages.patch | 12 ++++++------
.../2010.05/055-pyserial-add_package.patch | 10 +++++-----
.../2010.05/057-pymysql-add_package.patch | 14 +++++++-------
.../buildroot/2010.05/072-xenomai-package.patch | 20 ++++++++++----------
.../buildroot/2010.05/081-adds_quake_package.patch | 20 ++++++++++----------
.../2010.05/083-adds_pygame_package.patch | 12 ++++++------
.../buildroot/2010.05/085-adds_gpm_package.patch | 14 +++++++-------
.../buildroot/2010.05/095-uucp-add_packages.patch | 10 +++++-----
...e-add_infrastructure_to_install_firmwares.patch | 10 +++++-----
.../buildroot/2010.05/107-games-add_wolf4sdl.patch | 14 +++++++-------
.../buildroot/2010.05/110-bluez-add_package.patch | 6 +++---
.../buildroot/2010.05/113-gpsd-add_package.patch | 12 ++++++------
.../2010.05/116-openobex-add_package.patch | 14 +++++++-------
.../2010.05/117-ussp-push-add_package.patch | 10 +++++-----
.../buildroot/2010.05/118-snes9x-add_package.patch | 16 ++++++++--------
.../buildroot/2010.05/119-fbtest-add_package.patch | 16 ++++++++--------
.../buildroot/2010.05/120-cwiid-add_package.patch | 14 +++++++-------
25 files changed, 182 insertions(+), 153 deletions(-)
diff --git a/buildroot/configs/apf27_defconfig b/buildroot/configs/apf27_defconfig
index a6f88a4..c6494b9 100644
--- a/buildroot/configs/apf27_defconfig
+++ b/buildroot/configs/apf27_defconfig
@@ -1,6 +1,6 @@
#
# Automatically generated make config: don't edit
-# Wed Jun 23 11:44:57 2010
+# Wed Jun 23 14:22:58 2010
#
BR2_HAVE_DOT_CONFIG=y
BR2_VERSION="2010.05"
@@ -272,6 +272,19 @@ BR2_PACKAGE_BUSYBOX_CONFIG="target/device/armadeus/busybox-$(BR2_BUSYBOX_VERSION
# BR2_PACKAGE_CUSTOMIZE is not set
#
+# Armadeus specific tools/utilities
+#
+# BR2_PACKAGE_AD9889CTRL is not set
+# BR2_PACKAGE_AS_DEVICES is not set
+# BR2_PACKAGE_CH7024CTRL is not set
+# BR2_PACKAGE_ARMADEUS_DEMOS is not set
+# BR2_PACKAGE_FPGAREGS is not set
+# BR2_PACKAGE_IMXREGS is not set
+# BR2_PACKAGE_IMXSSI is not set
+BR2_PACKAGE_MAX5821CTRL=y
+# BR2_PACKAGE_ARMADEUS_TESTSUITE is not set
+
+#
# Audio and video libraries and applications
#
BR2_PACKAGE_ALSA_LIB=y
diff --git a/patches/buildroot/2010.05/001-add_armadeus_device.patch b/patches/buildroot/2010.05/001-add_armadeus_device.patch
index 5cb3aea..e724ffe 100644
--- a/patches/buildroot/2010.05/001-add_armadeus_device.patch
+++ b/patches/buildroot/2010.05/001-add_armadeus_device.patch
@@ -1,7 +1,9 @@
+Add armadeus target and packages specific menu to BR.
+
Index: buildroot/target/device/Config.in
===================================================================
---- buildroot.orig/target/device/Config.in 2010-06-17 16:45:14.000000000 +0200
-+++ buildroot/target/device/Config.in 2010-06-17 16:45:25.000000000 +0200
+--- buildroot.orig/target/device/Config.in 2010-05-30 22:24:10.000000000 +0200
++++ buildroot/target/device/Config.in 2010-06-23 14:05:46.000000000 +0200
@@ -2,6 +2,7 @@
comment "Preset Devices"
@@ -10,3 +12,17 @@ Index: buildroot/target/device/Config.in
source "target/device/ARMLTD/Config.in"
source "target/device/Atmel/Config.in"
source "target/device/KwikByte/Config.in"
+Index: buildroot/package/Config.in
+===================================================================
+--- buildroot.orig/package/Config.in 2010-06-23 14:06:51.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:09:19.000000000 +0200
+@@ -3,6 +3,9 @@
+ source "package/busybox/Config.in"
+ source "package/customize/Config.in"
+
++# Armadeus specific
++source "package/armadeus/Config.in"
++
+ # Audio and video applications
+ source "package/multimedia/Config.in"
+
diff --git a/patches/buildroot/2010.05/006-lcd4linux.patch b/patches/buildroot/2010.05/006-lcd4linux.patch
index b9f1621..d16e71b 100644
--- a/patches/buildroot/2010.05/006-lcd4linux.patch
+++ b/patches/buildroot/2010.05/006-lcd4linux.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:45:14.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:45:46.000000000 +0200
-@@ -172,6 +172,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:09:19.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:09:53.000000000 +0200
+@@ -175,6 +175,7 @@
source "package/i2c-tools/Config.in"
source "package/input-tools/Config.in"
source "package/iostat/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/lcd4linux/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lcd4linux/Config.in 2010-06-18 18:00:21.000000000 +0200
++++ buildroot/package/lcd4linux/Config.in 2010-06-23 14:09:53.000000000 +0200
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_LCD4LINUX
+ bool "LCD4Linux daemon"
@@ -29,7 +29,7 @@ Index: buildroot/package/lcd4linux/Config.in
Index: buildroot/package/lcd4linux/lcd4linux.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lcd4linux/lcd4linux.mk 2010-06-18 17:25:24.000000000 +0200
++++ buildroot/package/lcd4linux/lcd4linux.mk 2010-06-23 14:09:53.000000000 +0200
@@ -0,0 +1,66 @@
+#############################################################
+#
@@ -100,7 +100,7 @@ Index: buildroot/package/lcd4linux/lcd4linux.mk
Index: buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch 2010-06-18 17:26:55.000000000 +0200
++++ buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch 2010-06-23 14:09:53.000000000 +0200
@@ -0,0 +1,13 @@
+This plugin doesn't compile yet (/anymore?)
+
@@ -118,7 +118,7 @@ Index: buildroot/package/lcd4linux/lcd4linux-remove-wireless.patch
Index: buildroot/package/lcd4linux/lcd4linux-armadeus.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lcd4linux/lcd4linux-armadeus.patch 2010-06-18 17:27:39.000000000 +0200
++++ buildroot/package/lcd4linux/lcd4linux-armadeus.patch 2010-06-23 14:09:53.000000000 +0200
@@ -0,0 +1,181 @@
+diff -uprN lcd4linux-0.10.0/configure lcd4linux-0.10.0.armadeus/configure
+--- lcd4linux-0.10.0/configure 2005-06-10 13:21:49.000000000 +0200
@@ -304,7 +304,7 @@ Index: buildroot/package/lcd4linux/lcd4linux-armadeus.patch
Index: buildroot/package/lcd4linux/lcd4linux_armadeus.conf
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lcd4linux/lcd4linux_armadeus.conf 2010-06-18 17:32:42.000000000 +0200
++++ buildroot/package/lcd4linux/lcd4linux_armadeus.conf 2010-06-23 14:09:53.000000000 +0200
@@ -0,0 +1,445 @@
+
+# Armadeus HD44780 display (Nico wiring ;-))
diff --git a/patches/buildroot/2010.05/018-allegro.patch b/patches/buildroot/2010.05/018-allegro.patch
index 2629af3..3863334 100644
--- a/patches/buildroot/2010.05/018-allegro.patch
+++ b/patches/buildroot/2010.05/018-allegro.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:45:46.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:45:48.000000000 +0200
-@@ -86,6 +86,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:09:53.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:10:14.000000000 +0200
+@@ -89,6 +89,7 @@
menu "Graphic libraries and applications (graphic/text)"
comment "graphic libraries"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/allegro/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/allegro/Config.in 2010-06-18 21:14:34.000000000 +0200
++++ buildroot/package/allegro/Config.in 2010-06-23 14:10:14.000000000 +0200
@@ -0,0 +1,13 @@
+config BR2_PACKAGE_ALLEGRO
+ bool "Allegro"
@@ -35,7 +35,7 @@ Index: buildroot/package/allegro/Config.in
Index: buildroot/package/allegro/allegro.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/allegro/allegro.mk 2010-06-18 21:28:35.000000000 +0200
++++ buildroot/package/allegro/allegro.mk 2010-06-23 14:10:14.000000000 +0200
@@ -0,0 +1,75 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.05/021-sdl-water-config.patch b/patches/buildroot/2010.05/021-sdl-water-config.patch
index f0af0e1..ecfcfb5 100644
--- a/patches/buildroot/2010.05/021-sdl-water-config.patch
+++ b/patches/buildroot/2010.05/021-sdl-water-config.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 09:55:43.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 09:56:05.000000000 +0200
-@@ -106,6 +106,8 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:10:14.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:10:18.000000000 +0200
+@@ -109,6 +109,8 @@
source "package/sdl_net/Config.in"
source "package/sdl_ttf/Config.in"
source "package/sdl_gfx/Config.in"
@@ -18,7 +18,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/sdlwater/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/sdlwater/Config.in 2010-06-21 09:55:43.000000000 +0200
++++ buildroot/package/sdlwater/Config.in 2010-06-23 14:10:18.000000000 +0200
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_SDL_WATER
+ bool "SDL_water"
@@ -30,7 +30,7 @@ Index: buildroot/package/sdlwater/Config.in
Index: buildroot/package/sdlwater/sdlwater.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/sdlwater/sdlwater.mk 2010-06-21 09:55:43.000000000 +0200
++++ buildroot/package/sdlwater/sdlwater.mk 2010-06-23 14:10:18.000000000 +0200
@@ -0,0 +1,65 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.05/034-slideshow.patch b/patches/buildroot/2010.05/034-slideshow.patch
index 6031287..901ef7f 100644
--- a/patches/buildroot/2010.05/034-slideshow.patch
+++ b/patches/buildroot/2010.05/034-slideshow.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:46:13.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:46:21.000000000 +0200
-@@ -106,6 +106,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:10:18.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:10:23.000000000 +0200
+@@ -109,6 +109,7 @@
source "package/sdl_net/Config.in"
source "package/sdl_ttf/Config.in"
source "package/sdl_gfx/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/slideshow/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/slideshow/Config.in 2010-06-18 11:33:25.000000000 +0200
++++ buildroot/package/slideshow/Config.in 2010-06-23 14:10:23.000000000 +0200
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_SLIDESHOW
+ bool "Slideshow"
@@ -31,7 +31,7 @@ Index: buildroot/package/slideshow/Config.in
Index: buildroot/package/slideshow/slideshow.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/slideshow/slideshow.mk 2010-06-18 11:48:12.000000000 +0200
++++ buildroot/package/slideshow/slideshow.mk 2010-06-23 14:10:23.000000000 +0200
@@ -0,0 +1,51 @@
+#############################################################
+#
@@ -87,7 +87,7 @@ Index: buildroot/package/slideshow/slideshow.mk
Index: buildroot/package/slideshow/slideshow-01-restart-after-end.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/slideshow/slideshow-01-restart-after-end.patch 2010-06-18 11:50:12.000000000 +0200
++++ buildroot/package/slideshow/slideshow-01-restart-after-end.patch 2010-06-23 14:10:23.000000000 +0200
@@ -0,0 +1,73 @@
+--- slideshow/slideshow.cpp 2003-12-08 22:17:38.000000000 +0100
++++ slideshow.mod/slideshow.cpp 2007-09-08 19:05:10.000000000 +0200
@@ -165,7 +165,7 @@ Index: buildroot/package/slideshow/slideshow-01-restart-after-end.patch
Index: buildroot/package/slideshow/slideshow-02-remove-compile-warning.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/slideshow/slideshow-02-remove-compile-warning.patch 2010-06-18 11:50:59.000000000 +0200
++++ buildroot/package/slideshow/slideshow-02-remove-compile-warning.patch 2010-06-23 14:10:23.000000000 +0200
@@ -0,0 +1,13 @@
+--- slideshow.org/SDLFont.cpp 2007-11-17 19:25:02.000000000 +0100
++++ slideshow/SDLFont.cpp 2007-11-17 20:06:20.000000000 +0100
diff --git a/patches/buildroot/2010.05/041-fbgrab.patch b/patches/buildroot/2010.05/041-fbgrab.patch
index b04449d..c7a34fd 100644
--- a/patches/buildroot/2010.05/041-fbgrab.patch
+++ b/patches/buildroot/2010.05/041-fbgrab.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:46:21.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:46:29.000000000 +0200
-@@ -91,6 +91,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:10:23.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:10:31.000000000 +0200
+@@ -94,6 +94,7 @@
source "package/directfb-examples/Config.in"
source "package/divine/Config.in"
source "package/fbdump/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/fbgrab/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbgrab/Config.in 2010-06-18 23:13:05.000000000 +0200
++++ buildroot/package/fbgrab/Config.in 2010-06-23 14:10:31.000000000 +0200
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_FBGRAB
+ bool "fbgrab"
@@ -31,7 +31,7 @@ Index: buildroot/package/fbgrab/Config.in
Index: buildroot/package/fbgrab/fbgrab.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbgrab/fbgrab.mk 2010-06-18 23:02:49.000000000 +0200
++++ buildroot/package/fbgrab/fbgrab.mk 2010-06-23 14:10:31.000000000 +0200
@@ -0,0 +1,48 @@
+#############################################################
+#
@@ -84,7 +84,7 @@ Index: buildroot/package/fbgrab/fbgrab.mk
Index: buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch 2010-06-18 23:07:20.000000000 +0200
++++ buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch 2010-06-23 14:10:31.000000000 +0200
@@ -0,0 +1,14 @@
+diff -urN fbgrab-1.0/Makefile fbgrab-1.0.mod/Makefile
+--- fbgrab-1.0/Makefile 2002-03-20 20:49:06.000000000 +0100
diff --git a/patches/buildroot/2010.05/042-socketcan.patch b/patches/buildroot/2010.05/042-socketcan.patch
index fe1ab54..e14d1c3 100644
--- a/patches/buildroot/2010.05/042-socketcan.patch
+++ b/patches/buildroot/2010.05/042-socketcan.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:46:29.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:46:31.000000000 +0200
-@@ -408,6 +408,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:10:31.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:10:36.000000000 +0200
+@@ -411,6 +411,7 @@
source "package/samba/Config.in"
source "package/ser2net/Config.in"
source "package/socat/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/socketcan/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/socketcan/Config.in 2010-06-18 16:59:38.000000000 +0200
++++ buildroot/package/socketcan/Config.in 2010-06-23 14:10:36.000000000 +0200
@@ -0,0 +1,21 @@
+config BR2_PACKAGE_SOCKETCAN
+ bool "Socket CAN"
@@ -43,7 +43,7 @@ Index: buildroot/package/socketcan/Config.in
Index: buildroot/package/socketcan/socketcan.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/socketcan/socketcan.mk 2010-06-18 17:03:14.000000000 +0200
++++ buildroot/package/socketcan/socketcan.mk 2010-06-23 14:10:36.000000000 +0200
@@ -0,0 +1,69 @@
+#############################################################
+#
@@ -117,7 +117,7 @@ Index: buildroot/package/socketcan/socketcan.mk
Index: buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch 2010-06-18 17:03:41.000000000 +0200
++++ buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch 2010-06-23 14:10:36.000000000 +0200
@@ -0,0 +1,33 @@
+diff -urN socketcan-svn-rev810.org/can-utils/Makefile socketcan-svn-rev810/can-utils/Makefile
+--- socketcan-svn-rev810.org/can-utils/Makefile 2008-07-16 10:52:02.000000000 +0200
@@ -155,7 +155,7 @@ Index: buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch
Index: buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch 2010-06-18 17:04:29.000000000 +0200
++++ buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch 2010-06-23 14:10:36.000000000 +0200
@@ -0,0 +1,63 @@
+diff -urN socketcan-svn-rev810.org/can-utils/Makefile socketcan-svn-rev810/can-utils/Makefile
+--- socketcan-svn-rev874.org/can-utils/Makefile 2008-07-16 10:52:02.000000000 +0200
diff --git a/patches/buildroot/2010.05/043-mesa-add_packages.patch b/patches/buildroot/2010.05/043-mesa-add_packages.patch
index d0b8ede..95c280b 100644
--- a/patches/buildroot/2010.05/043-mesa-add_packages.patch
+++ b/patches/buildroot/2010.05/043-mesa-add_packages.patch
@@ -1,8 +1,8 @@
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-18 18:15:21.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-18 18:16:00.000000000 +0200
-@@ -266,6 +266,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:10:36.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:10:43.000000000 +0200
+@@ -269,6 +269,7 @@
source "package/libgtk2/Config.in"
source "package/libpng/Config.in"
source "package/libungif/Config.in"
@@ -13,7 +13,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/mesa/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/mesa/Config.in 2010-06-18 18:17:52.000000000 +0200
++++ buildroot/package/mesa/Config.in 2010-06-23 14:10:43.000000000 +0200
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_MESALIB
+ bool "Mesa library"
@@ -24,7 +24,7 @@ Index: buildroot/package/mesa/Config.in
Index: buildroot/package/mesa/mesa.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/mesa/mesa.mk 2010-06-18 18:21:31.000000000 +0200
++++ buildroot/package/mesa/mesa.mk 2010-06-23 14:10:43.000000000 +0200
@@ -0,0 +1,66 @@
+#############################################################
+#
@@ -95,7 +95,7 @@ Index: buildroot/package/mesa/mesa.mk
Index: buildroot/package/mesa/mesa.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/mesa/mesa.patch 2010-06-18 18:24:03.000000000 +0200
++++ buildroot/package/mesa/mesa.patch 2010-06-23 14:10:43.000000000 +0200
@@ -0,0 +1,188 @@
+diff -bruN Mesa-7.0.orig/configs/arm-linux-osmesa Mesa-7.0/configs/arm-linux-osmesa
+--- Mesa-7.0.orig/configs/arm-linux-osmesa 1970-01-01 01:00:00.000000000 +0100
diff --git a/patches/buildroot/2010.05/055-pyserial-add_package.patch b/patches/buildroot/2010.05/055-pyserial-add_package.patch
index 2a27d97..d73be12 100644
--- a/patches/buildroot/2010.05/055-pyserial-add_package.patch
+++ b/patches/buildroot/2010.05/055-pyserial-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:46:31.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:47:12.000000000 +0200
-@@ -216,6 +216,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:10:43.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:10.000000000 +0200
+@@ -219,6 +219,7 @@
source "package/microperl/Config.in"
source "package/php/Config.in"
source "package/python/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/pyserial/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pyserial/Config.in 2010-06-18 14:16:37.000000000 +0200
++++ buildroot/package/pyserial/Config.in 2010-06-23 14:11:10.000000000 +0200
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_PYSERIAL
+ bool "pyserial"
@@ -27,7 +27,7 @@ Index: buildroot/package/pyserial/Config.in
Index: buildroot/package/pyserial/pyserial.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pyserial/pyserial.mk 2010-06-18 15:07:52.000000000 +0200
++++ buildroot/package/pyserial/pyserial.mk 2010-06-23 14:11:10.000000000 +0200
@@ -0,0 +1,33 @@
+PYSERIAL_VERSION=2.2
+PYSERIAL_SOURCE=pyserial-$(PYSERIAL_VERSION).zip
diff --git a/patches/buildroot/2010.05/057-pymysql-add_package.patch b/patches/buildroot/2010.05/057-pymysql-add_package.patch
index 07d5986..484d431 100644
--- a/patches/buildroot/2010.05/057-pymysql-add_package.patch
+++ b/patches/buildroot/2010.05/057-pymysql-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:47:12.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:47:13.000000000 +0200
-@@ -217,6 +217,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:10.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:14.000000000 +0200
+@@ -220,6 +220,7 @@
source "package/php/Config.in"
source "package/python/Config.in"
source "package/pyserial/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/pymysql/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pymysql/Config.in 2010-06-18 15:53:08.000000000 +0200
++++ buildroot/package/pymysql/Config.in 2010-06-23 14:11:14.000000000 +0200
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_PYMYSQL
+ depends on BR2_PACKAGE_PYTHON
@@ -31,7 +31,7 @@ Index: buildroot/package/pymysql/Config.in
Index: buildroot/package/pymysql/pymysql.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pymysql/pymysql.mk 2010-06-18 16:33:05.000000000 +0200
++++ buildroot/package/pymysql/pymysql.mk 2010-06-23 14:11:14.000000000 +0200
@@ -0,0 +1,76 @@
+#############################################################
+#
@@ -112,7 +112,7 @@ Index: buildroot/package/pymysql/pymysql.mk
Index: buildroot/package/pymysql/pymysql-000-setup.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pymysql/pymysql-000-setup.patch 2010-06-18 15:53:08.000000000 +0200
++++ buildroot/package/pymysql/pymysql-000-setup.patch 2010-06-23 14:11:14.000000000 +0200
@@ -0,0 +1,12 @@
+--- MySQL-python-1.2.2/setup.py 2007-02-25 04:37:12.000000000 +0100
++++ MySQL-python-1.2.2/setup.py 2007-08-15 12:23:18.000000000 +0200
@@ -129,7 +129,7 @@ Index: buildroot/package/pymysql/pymysql-000-setup.patch
Index: buildroot/package/pymysql/pymysql-010-threadsafe.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pymysql/pymysql-010-threadsafe.patch 2010-06-18 15:53:08.000000000 +0200
++++ buildroot/package/pymysql/pymysql-010-threadsafe.patch 2010-06-23 14:11:14.000000000 +0200
@@ -0,0 +1,11 @@
+--- MySQL-python-1.2.2/site_orig.cfg 2007-08-15 12:58:40.000000000 +0200
++++ MySQL-python-1.2.2/site.cfg 2007-08-15 12:58:49.000000000 +0200
diff --git a/patches/buildroot/2010.05/072-xenomai-package.patch b/patches/buildroot/2010.05/072-xenomai-package.patch
index 211138e..69fb29e 100644
--- a/patches/buildroot/2010.05/072-xenomai-package.patch
+++ b/patches/buildroot/2010.05/072-xenomai-package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Gwenhael Goavec-Merou <gwe...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 09:56:27.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 09:56:27.000000000 +0200
-@@ -206,6 +206,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:14.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:22.000000000 +0200
+@@ -209,6 +209,7 @@
source "package/usbmount/Config.in"
source "package/usbutils/Config.in"
source "package/wipe/Config.in"
@@ -16,8 +16,8 @@ Index: buildroot/package/Config.in
Index: buildroot/target/linux/Makefile.in.advanced
===================================================================
---- buildroot.orig/target/linux/Makefile.in.advanced 2010-06-21 09:56:27.000000000 +0200
-+++ buildroot/target/linux/Makefile.in.advanced 2010-06-21 09:56:27.000000000 +0200
+--- buildroot.orig/target/linux/Makefile.in.advanced 2010-06-23 14:11:21.000000000 +0200
++++ buildroot/target/linux/Makefile.in.advanced 2010-06-23 14:11:22.000000000 +0200
@@ -373,6 +373,9 @@
$(SED) "s,^CROSS_COMPILE.*,CROSS_COMPILE=$(KERNEL_CROSS),g;" $(LINUX_DIR)/Makefile
(cd $(LINUX_DIR)/drivers; ln -sf $(ARMADEUS_TOPDIR)/target/linux/modules/ armadeus)
@@ -31,7 +31,7 @@ Index: buildroot/target/linux/Makefile.in.advanced
Index: buildroot/package/xenomai/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/xenomai/Config.in 2010-06-21 09:56:27.000000000 +0200
++++ buildroot/package/xenomai/Config.in 2010-06-23 14:11:22.000000000 +0200
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_XENOMAI
+ bool "Xenomai"
@@ -43,7 +43,7 @@ Index: buildroot/package/xenomai/Config.in
Index: buildroot/package/xenomai/xenomai.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/xenomai/xenomai.mk 2010-06-21 09:56:27.000000000 +0200
++++ buildroot/package/xenomai/xenomai.mk 2010-06-23 14:11:22.000000000 +0200
@@ -0,0 +1,99 @@
+#############################################################
+#
@@ -147,7 +147,7 @@ Index: buildroot/package/xenomai/xenomai.mk
Index: buildroot/package/xenomai/xeno-kernel.config
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/xenomai/xeno-kernel.config 2010-06-21 09:56:27.000000000 +0200
++++ buildroot/package/xenomai/xeno-kernel.config 2010-06-23 14:11:22.000000000 +0200
@@ -0,0 +1,59 @@
+CONFIG_XENOMAI=y
+CONFIG_XENO_OPT_NUCLEUS=y
@@ -212,7 +212,7 @@ Index: buildroot/package/xenomai/xeno-kernel.config
Index: buildroot/package/xenomai/00-before-adeos-compatibility_with_armadeus.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/xenomai/00-before-adeos-compatibility_with_armadeus.patch 2010-06-21 09:56:27.000000000 +0200
++++ buildroot/package/xenomai/00-before-adeos-compatibility_with_armadeus.patch 2010-06-23 14:11:22.000000000 +0200
@@ -0,0 +1,10 @@
+--- a/arch/arm/mach-imx/include/mach/imxfb.h
++++ b/arch/arm/mach-imx/include/mach/imxfb.h
@@ -227,7 +227,7 @@ Index: buildroot/package/xenomai/00-before-adeos-compatibility_with_armadeus.pat
Index: buildroot/package/xenomai/01-after-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/xenomai/01-after-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch 2010-06-21 09:56:27.000000000 +0200
++++ buildroot/package/xenomai/01-after-adeos-prevent_system_freeze_on_mxc_with_gpio_generated_interrupts.patch 2010-06-23 14:11:22.000000000 +0200
@@ -0,0 +1,23 @@
+Corrects Freeze problem with MX2 when Adeos is active and
+application/driver uses interruption on GPIO
diff --git a/patches/buildroot/2010.05/081-adds_quake_package.patch b/patches/buildroot/2010.05/081-adds_quake_package.patch
index 5572fcd..7f09ece 100644
--- a/patches/buildroot/2010.05/081-adds_quake_package.patch
+++ b/patches/buildroot/2010.05/081-adds_quake_package.patch
@@ -16,7 +16,7 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/games/sdlquake/sdlquake.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/sdlquake/sdlquake.mk 2010-06-21 09:56:48.000000000 +0200
++++ buildroot/package/games/sdlquake/sdlquake.mk 2010-06-23 14:11:31.000000000 +0200
@@ -0,0 +1,31 @@
+#############################################################
+#
@@ -52,7 +52,7 @@ Index: buildroot/package/games/sdlquake/sdlquake.mk
Index: buildroot/package/games/sdlquake/sdlquake-1.0.9-no-x86-asm.patch.arm
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/sdlquake/sdlquake-1.0.9-no-x86-asm.patch.arm 2010-06-21 09:56:48.000000000 +0200
++++ buildroot/package/games/sdlquake/sdlquake-1.0.9-no-x86-asm.patch.arm 2010-06-23 14:11:31.000000000 +0200
@@ -0,0 +1,35 @@
+--- /tmp/Makefile.am 2008-08-11 20:31:09.000000000 +0200
++++ sdlquake-1.0.9/Makefile.am 2008-08-11 20:55:00.263198000 +0200
@@ -92,7 +92,7 @@ Index: buildroot/package/games/sdlquake/sdlquake-1.0.9-no-x86-asm.patch.arm
Index: buildroot/package/games/sdlquake/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/sdlquake/Config.in 2010-06-21 09:56:48.000000000 +0200
++++ buildroot/package/games/sdlquake/Config.in 2010-06-23 14:11:31.000000000 +0200
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_SDLQUAKE
+ bool "sdlquake"
@@ -107,7 +107,7 @@ Index: buildroot/package/games/sdlquake/Config.in
Index: buildroot/package/games/quake-pak/quake-pak.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/quake-pak/quake-pak.mk 2010-06-21 09:56:48.000000000 +0200
++++ buildroot/package/games/quake-pak/quake-pak.mk 2010-06-23 14:11:31.000000000 +0200
@@ -0,0 +1,34 @@
+#############################################################
+#
@@ -146,7 +146,7 @@ Index: buildroot/package/games/quake-pak/quake-pak.mk
Index: buildroot/package/games/quake-pak/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/quake-pak/Config.in 2010-06-21 09:56:48.000000000 +0200
++++ buildroot/package/games/quake-pak/Config.in 2010-06-23 14:11:31.000000000 +0200
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_QUAKE_PAK
+ bool "shareware Quake PAK/WAD file"
@@ -157,8 +157,8 @@ Index: buildroot/package/games/quake-pak/Config.in
+ The file will be placed in the /usr/share/games/quake/ directory.
Index: buildroot/package/games/Config.in
===================================================================
---- buildroot.orig/package/games/Config.in 2010-06-21 09:56:03.000000000 +0200
-+++ buildroot/package/games/Config.in 2010-06-21 09:56:48.000000000 +0200
+--- buildroot.orig/package/games/Config.in 2010-06-23 14:06:27.000000000 +0200
++++ buildroot/package/games/Config.in 2010-06-23 14:11:31.000000000 +0200
@@ -5,5 +5,7 @@
source "package/games/lxdoom/Config.in"
source "package/games/magiccube4d/Config.in"
@@ -169,9 +169,9 @@ Index: buildroot/package/games/Config.in
endmenu
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 09:57:11.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 10:00:07.000000000 +0200
-@@ -80,7 +80,9 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:22.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:31.000000000 +0200
+@@ -83,7 +83,9 @@
source "package/games/lxdoom/Config.in"
source "package/games/magiccube4d/Config.in"
source "package/games/prboom/Config.in"
diff --git a/patches/buildroot/2010.05/083-adds_pygame_package.patch b/patches/buildroot/2010.05/083-adds_pygame_package.patch
index 5348753..6bc63fb 100644
--- a/patches/buildroot/2010.05/083-adds_pygame_package.patch
+++ b/patches/buildroot/2010.05/083-adds_pygame_package.patch
@@ -13,7 +13,7 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/pygame/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pygame/Config.in 2010-06-17 16:49:15.000000000 +0200
++++ buildroot/package/pygame/Config.in 2010-06-23 14:11:36.000000000 +0200
@@ -0,0 +1,92 @@
+config BR2_PACKAGE_PYGAME
+ bool "pygame"
@@ -110,7 +110,7 @@ Index: buildroot/package/pygame/Config.in
Index: buildroot/package/pygame/pygame.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pygame/pygame.mk 2010-06-17 16:49:15.000000000 +0200
++++ buildroot/package/pygame/pygame.mk 2010-06-23 14:11:36.000000000 +0200
@@ -0,0 +1,100 @@
+#
+# Pygame
@@ -214,9 +214,9 @@ Index: buildroot/package/pygame/pygame.mk
+endif
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:47:20.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:49:15.000000000 +0200
-@@ -99,6 +99,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:31.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:36.000000000 +0200
+@@ -104,6 +104,7 @@
source "package/imagemagick/Config.in"
source "package/linux-fusion/Config.in"
source "package/lite/Config.in"
@@ -227,7 +227,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/pygame/Setup
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pygame/Setup 2010-06-17 16:49:15.000000000 +0200
++++ buildroot/package/pygame/Setup 2010-06-23 14:11:36.000000000 +0200
@@ -0,0 +1,64 @@
+#This Setup file is used by the setup.py script to configure the
+#python extensions. You will likely use the "config.py" which will
diff --git a/patches/buildroot/2010.05/085-adds_gpm_package.patch b/patches/buildroot/2010.05/085-adds_gpm_package.patch
index 9f646cb..6997db4 100644
--- a/patches/buildroot/2010.05/085-adds_gpm_package.patch
+++ b/patches/buildroot/2010.05/085-adds_gpm_package.patch
@@ -5,7 +5,7 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/gpm/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpm/Config.in 2010-06-17 16:49:17.000000000 +0200
++++ buildroot/package/gpm/Config.in 2010-06-23 14:11:42.000000000 +0200
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_GPM
+ bool "gpm mouse server"
@@ -17,7 +17,7 @@ Index: buildroot/package/gpm/Config.in
Index: buildroot/package/gpm/gpm.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpm/gpm.mk 2010-06-17 16:49:17.000000000 +0200
++++ buildroot/package/gpm/gpm.mk 2010-06-23 14:11:42.000000000 +0200
@@ -0,0 +1,18 @@
+#############################################################
+#
@@ -40,7 +40,7 @@ Index: buildroot/package/gpm/gpm.mk
Index: buildroot/package/gpm/gpm-1.20.6-removes_obsolete_functions.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpm/gpm-1.20.6-removes_obsolete_functions.patch 2010-06-17 16:49:17.000000000 +0200
++++ buildroot/package/gpm/gpm-1.20.6-removes_obsolete_functions.patch 2010-06-23 14:11:42.000000000 +0200
@@ -0,0 +1,77 @@
+
+Replaces all "obsolete" functions (at least to compile for uClibc).
@@ -121,9 +121,9 @@ Index: buildroot/package/gpm/gpm-1.20.6-removes_obsolete_functions.patch
+ gpm_report (GPM_PR_WARN,"Flag value (%s) for parameter %s is invalid",
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:49:15.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:49:17.000000000 +0200
-@@ -168,6 +168,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:36.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:42.000000000 +0200
+@@ -173,6 +173,7 @@
source "package/gadgetfs-test/Config.in"
source "package/genext2fs/Config.in"
source "package/genromfs/Config.in"
@@ -134,7 +134,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/gpm/gpm-1.20.6-removes_strip_from_install.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpm/gpm-1.20.6-removes_strip_from_install.patch 2010-06-17 16:49:17.000000000 +0200
++++ buildroot/package/gpm/gpm-1.20.6-removes_strip_from_install.patch 2010-06-23 14:11:42.000000000 +0200
@@ -0,0 +1,30 @@
+GPM asks "install" to strip the executables while installing it.
+This doesn't seems cross-compiling friendly, so remove the option (-s) and let
diff --git a/patches/buildroot/2010.05/095-uucp-add_packages.patch b/patches/buildroot/2010.05/095-uucp-add_packages.patch
index 35ed448..f3dbd3d 100644
--- a/patches/buildroot/2010.05/095-uucp-add_packages.patch
+++ b/patches/buildroot/2010.05/095-uucp-add_packages.patch
@@ -6,9 +6,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 10:00:36.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 10:00:36.000000000 +0200
-@@ -430,6 +430,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:42.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:11:47.000000000 +0200
+@@ -433,6 +433,7 @@
source "package/tn5250/Config.in"
source "package/ttcp/Config.in"
source "package/udpcast/Config.in"
@@ -19,7 +19,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/uucp/uucp.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/uucp/uucp.mk 2010-06-21 10:00:36.000000000 +0200
++++ buildroot/package/uucp/uucp.mk 2010-06-23 14:11:47.000000000 +0200
@@ -0,0 +1,17 @@
+#############################################################
+#
@@ -41,7 +41,7 @@ Index: buildroot/package/uucp/uucp.mk
Index: buildroot/package/uucp/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/uucp/Config.in 2010-06-21 10:00:36.000000000 +0200
++++ buildroot/package/uucp/Config.in 2010-06-23 14:11:47.000000000 +0200
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_UUCP
+ bool "uucp"
diff --git a/patches/buildroot/2010.05/106-firmware-add_infrastructure_to_install_firmwares.patch b/patches/buildroot/2010.05/106-firmware-add_infrastructure_to_install_firmwares.patch
index d5a80fd..3951149 100644
--- a/patches/buildroot/2010.05/106-firmware-add_infrastructure_to_install_firmwares.patch
+++ b/patches/buildroot/2010.05/106-firmware-add_infrastructure_to_install_firmwares.patch
@@ -5,9 +5,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:49:17.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:50:24.000000000 +0200
-@@ -164,6 +164,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:11:47.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:12:57.000000000 +0200
+@@ -169,6 +169,7 @@
source "package/e2fsprogs/Config.in"
source "package/eeprog/Config.in"
source "package/fconfig/Config.in"
@@ -18,7 +18,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/firmware/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/firmware/Config.in 2010-06-17 16:50:24.000000000 +0200
++++ buildroot/package/firmware/Config.in 2010-06-23 14:12:57.000000000 +0200
@@ -0,0 +1,49 @@
+menuconfig BR2_PACKAGE_FIRMWARE
+ bool "linux-firmware"
@@ -72,7 +72,7 @@ Index: buildroot/package/firmware/Config.in
Index: buildroot/package/firmware/firmware.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/firmware/firmware.mk 2010-06-17 16:50:24.000000000 +0200
++++ buildroot/package/firmware/firmware.mk 2010-06-23 14:12:57.000000000 +0200
@@ -0,0 +1,71 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.05/107-games-add_wolf4sdl.patch b/patches/buildroot/2010.05/107-games-add_wolf4sdl.patch
index 9906a4e..c2e848e 100644
--- a/patches/buildroot/2010.05/107-games-add_wolf4sdl.patch
+++ b/patches/buildroot/2010.05/107-games-add_wolf4sdl.patch
@@ -5,7 +5,7 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/games/wolf4sdl/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/wolf4sdl/Config.in 2010-06-21 10:00:59.000000000 +0200
++++ buildroot/package/games/wolf4sdl/Config.in 2010-06-23 14:13:01.000000000 +0200
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_WOLF4SDL
+ bool "Wolf4SDL"
@@ -21,7 +21,7 @@ Index: buildroot/package/games/wolf4sdl/Config.in
Index: buildroot/package/games/wolf4sdl/wolf4sdl.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/wolf4sdl/wolf4sdl.mk 2010-06-21 10:00:59.000000000 +0200
++++ buildroot/package/games/wolf4sdl/wolf4sdl.mk 2010-06-23 14:13:01.000000000 +0200
@@ -0,0 +1,55 @@
+#############################################################
+#
@@ -80,8 +80,8 @@ Index: buildroot/package/games/wolf4sdl/wolf4sdl.mk
+endif
Index: buildroot/package/games/Config.in
===================================================================
---- buildroot.orig/package/games/Config.in 2010-06-21 09:56:48.000000000 +0200
-+++ buildroot/package/games/Config.in 2010-06-21 10:00:59.000000000 +0200
+--- buildroot.orig/package/games/Config.in 2010-06-23 14:11:31.000000000 +0200
++++ buildroot/package/games/Config.in 2010-06-23 14:13:01.000000000 +0200
@@ -8,4 +8,5 @@
source "package/games/quake-pak/Config.in"
source "package/games/rubix/Config.in"
@@ -90,9 +90,9 @@ Index: buildroot/package/games/Config.in
endmenu
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 10:01:27.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 10:01:48.000000000 +0200
-@@ -83,6 +83,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:12:57.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:01.000000000 +0200
+@@ -86,6 +86,7 @@
source "package/games/quake-pak/Config.in"
source "package/games/rubix/Config.in"
source "package/games/sdlquake/Config.in"
diff --git a/patches/buildroot/2010.05/110-bluez-add_package.patch b/patches/buildroot/2010.05/110-bluez-add_package.patch
index 7a6df7e..c275a5c 100644
--- a/patches/buildroot/2010.05/110-bluez-add_package.patch
+++ b/patches/buildroot/2010.05/110-bluez-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-22 11:34:20.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-22 11:35:22.000000000 +0200
-@@ -365,6 +365,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:13:01.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:05.000000000 +0200
+@@ -364,6 +364,7 @@
source "package/boa/Config.in"
endif
source "package/bind/Config.in"
diff --git a/patches/buildroot/2010.05/113-gpsd-add_package.patch b/patches/buildroot/2010.05/113-gpsd-add_package.patch
index 2c0cc23..5a7456e 100644
--- a/patches/buildroot/2010.05/113-gpsd-add_package.patch
+++ b/patches/buildroot/2010.05/113-gpsd-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:50:24.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:51:05.000000000 +0200
-@@ -170,6 +170,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:13:05.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:13.000000000 +0200
+@@ -176,6 +176,7 @@
source "package/genext2fs/Config.in"
source "package/genromfs/Config.in"
source "package/gpm/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/gpsd/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpsd/Config.in 2010-06-17 16:51:05.000000000 +0200
++++ buildroot/package/gpsd/Config.in 2010-06-23 14:13:13.000000000 +0200
@@ -0,0 +1,244 @@
+config BR2_PACKAGE_GPSD
+ bool "gpsd"
@@ -266,7 +266,7 @@ Index: buildroot/package/gpsd/Config.in
Index: buildroot/package/gpsd/gpsd.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpsd/gpsd.mk 2010-06-17 16:51:05.000000000 +0200
++++ buildroot/package/gpsd/gpsd.mk 2010-06-23 14:13:13.000000000 +0200
@@ -0,0 +1,169 @@
+#############################################################
+#
@@ -440,7 +440,7 @@ Index: buildroot/package/gpsd/gpsd.mk
Index: buildroot/package/gpsd/S50gpsd
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/gpsd/S50gpsd 2010-06-17 16:51:05.000000000 +0200
++++ buildroot/package/gpsd/S50gpsd 2010-06-23 14:13:13.000000000 +0200
@@ -0,0 +1,42 @@
+#!/bin/sh
+#
diff --git a/patches/buildroot/2010.05/116-openobex-add_package.patch b/patches/buildroot/2010.05/116-openobex-add_package.patch
index d135d45..7521e66 100644
--- a/patches/buildroot/2010.05/116-openobex-add_package.patch
+++ b/patches/buildroot/2010.05/116-openobex-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 10:02:10.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 10:02:10.000000000 +0200
-@@ -406,6 +406,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:13:13.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:18.000000000 +0200
+@@ -410,6 +410,7 @@
source "package/ntp/Config.in"
source "package/olsr/Config.in"
source "package/openntpd/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/openobex/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/openobex/Config.in 2010-06-21 10:02:10.000000000 +0200
++++ buildroot/package/openobex/Config.in 2010-06-23 14:13:18.000000000 +0200
@@ -0,0 +1,25 @@
+config BR2_PACKAGE_OPENOBEX
+ bool "openobex"
@@ -47,7 +47,7 @@ Index: buildroot/package/openobex/Config.in
Index: buildroot/package/openobex/openobex.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/openobex/openobex.mk 2010-06-21 10:02:10.000000000 +0200
++++ buildroot/package/openobex/openobex.mk 2010-06-23 14:13:18.000000000 +0200
@@ -0,0 +1,47 @@
+#############################################################
+#
@@ -99,7 +99,7 @@ Index: buildroot/package/openobex/openobex.mk
Index: buildroot/package/openobex/openobex-libusb_check_when_cross-compiling.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/openobex/openobex-libusb_check_when_cross-compiling.patch 2010-06-21 10:02:10.000000000 +0200
++++ buildroot/package/openobex/openobex-libusb_check_when_cross-compiling.patch 2010-06-23 14:13:18.000000000 +0200
@@ -0,0 +1,13 @@
+Index: openobex-1.5/acinclude.m4
+===================================================================
@@ -117,7 +117,7 @@ Index: buildroot/package/openobex/openobex-libusb_check_when_cross-compiling.pat
Index: buildroot/package/openobex/openobex-replace_deprecated_functions.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/openobex/openobex-replace_deprecated_functions.patch 2010-06-21 10:02:10.000000000 +0200
++++ buildroot/package/openobex/openobex-replace_deprecated_functions.patch 2010-06-23 14:13:18.000000000 +0200
@@ -0,0 +1,25 @@
+Index: openobex-1.5/apps/obex_test_cable.c
+===================================================================
diff --git a/patches/buildroot/2010.05/117-ussp-push-add_package.patch b/patches/buildroot/2010.05/117-ussp-push-add_package.patch
index d51bee7..abdb50e 100644
--- a/patches/buildroot/2010.05/117-ussp-push-add_package.patch
+++ b/patches/buildroot/2010.05/117-ussp-push-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-17 16:51:08.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-17 16:51:13.000000000 +0200
-@@ -431,6 +431,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:13:18.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:23.000000000 +0200
+@@ -438,6 +438,7 @@
source "package/tn5250/Config.in"
source "package/ttcp/Config.in"
source "package/udpcast/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/ussp-push/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/ussp-push/Config.in 2010-06-17 16:51:13.000000000 +0200
++++ buildroot/package/ussp-push/Config.in 2010-06-23 14:13:23.000000000 +0200
@@ -0,0 +1,10 @@
+config BR2_PACKAGE_USSP_PUSH
+ bool "ussp-push"
@@ -32,7 +32,7 @@ Index: buildroot/package/ussp-push/Config.in
Index: buildroot/package/ussp-push/ussp-push.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/ussp-push/ussp-push.mk 2010-06-17 16:51:13.000000000 +0200
++++ buildroot/package/ussp-push/ussp-push.mk 2010-06-23 14:13:23.000000000 +0200
@@ -0,0 +1,12 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.05/118-snes9x-add_package.patch b/patches/buildroot/2010.05/118-snes9x-add_package.patch
index 133a72a..1e864a9 100644
--- a/patches/buildroot/2010.05/118-snes9x-add_package.patch
+++ b/patches/buildroot/2010.05/118-snes9x-add_package.patch
@@ -4,8 +4,8 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/games/Config.in
===================================================================
---- buildroot.orig/package/games/Config.in 2010-06-21 10:00:59.000000000 +0200
-+++ buildroot/package/games/Config.in 2010-06-21 10:02:24.000000000 +0200
+--- buildroot.orig/package/games/Config.in 2010-06-23 14:13:01.000000000 +0200
++++ buildroot/package/games/Config.in 2010-06-23 14:13:28.000000000 +0200
@@ -8,5 +8,6 @@
source "package/games/quake-pak/Config.in"
source "package/games/rubix/Config.in"
@@ -16,7 +16,7 @@ Index: buildroot/package/games/Config.in
Index: buildroot/package/games/snes9x/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/snes9x/Config.in 2010-06-21 10:02:24.000000000 +0200
++++ buildroot/package/games/snes9x/Config.in 2010-06-23 14:13:28.000000000 +0200
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_SNES9X
+ bool "Snes9X"
@@ -32,7 +32,7 @@ Index: buildroot/package/games/snes9x/Config.in
Index: buildroot/package/games/snes9x/snes9x.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/snes9x/snes9x.mk 2010-06-21 10:02:24.000000000 +0200
++++ buildroot/package/games/snes9x/snes9x.mk 2010-06-23 14:13:28.000000000 +0200
@@ -0,0 +1,80 @@
+#############################################################
+#
@@ -117,7 +117,7 @@ Index: buildroot/package/games/snes9x/snes9x.mk
Index: buildroot/package/games/snes9x/snes9x-1.39-compile.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/games/snes9x/snes9x-1.39-compile.patch 2010-06-21 10:02:24.000000000 +0200
++++ buildroot/package/games/snes9x/snes9x-1.39-compile.patch 2010-06-23 14:13:28.000000000 +0200
@@ -0,0 +1,295 @@
+
+#
@@ -416,9 +416,9 @@ Index: buildroot/package/games/snes9x/snes9x-1.39-compile.patch
+
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 10:02:49.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 10:03:19.000000000 +0200
-@@ -83,6 +83,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:13:23.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:28.000000000 +0200
+@@ -86,6 +86,7 @@
source "package/games/quake-pak/Config.in"
source "package/games/rubix/Config.in"
source "package/games/sdlquake/Config.in"
diff --git a/patches/buildroot/2010.05/119-fbtest-add_package.patch b/patches/buildroot/2010.05/119-fbtest-add_package.patch
index f62df8a..2490f8c 100644
--- a/patches/buildroot/2010.05/119-fbtest-add_package.patch
+++ b/patches/buildroot/2010.05/119-fbtest-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-21 16:33:40.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-21 16:34:21.000000000 +0200
-@@ -99,6 +99,7 @@
+--- buildroot.orig/package/Config.in 2010-06-23 14:13:28.000000000 +0200
++++ buildroot/package/Config.in 2010-06-23 14:13:31.000000000 +0200
+@@ -102,6 +102,7 @@
if BR2_PACKAGE_BUSYBOX_SHOW_OTHERS
source "package/fbset/Config.in"
endif
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/fbtest/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbtest/Config.in 2010-06-21 16:33:40.000000000 +0200
++++ buildroot/package/fbtest/Config.in 2010-06-23 14:13:31.000000000 +0200
@@ -0,0 +1,7 @@
+config BR2_PACKAGE_FBTEST
+ bool "fbtest"
@@ -29,7 +29,7 @@ Index: buildroot/package/fbtest/Config.in
Index: buildroot/package/fbtest/fbtest.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbtest/fbtest.mk 2010-06-21 16:33:40.000000000 +0200
++++ buildroot/package/fbtest/fbtest.mk 2010-06-23 14:13:31.000000000 +0200
@@ ...
[truncated message content] |