[Armadeus-commitlog] armadeus branch, master, updated. release-3.3-266-g7e7a361
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-01-28 10:59:28
|
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 7e7a361eaa63c3a5a0ac75f1864600265a075720 (commit)
via c861ffe6eac768957f4be85df8e13bbd407d07b3 (commit)
from 519b0d140ee152ebbc83f686319212bcd6cad803 (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 7e7a361eaa63c3a5a0ac75f1864600265a075720
Merge: c861ffe6eac768957f4be85df8e13bbd407d07b3 519b0d140ee152ebbc83f686319212bcd6cad803
Author: Fabien Marteau <fab...@ar...>
Date: Fri Jan 28 11:59:04 2011 +0100
Merge branch 'master' of ssh://armadeus.git.sourceforge.net/gitroot/armadeus/armadeus
commit c861ffe6eac768957f4be85df8e13bbd407d07b3
Author: Fabien Marteau <fab...@ar...>
Date: Fri Jan 28 11:58:33 2011 +0100
[buildroot][BR2010.11] Avoid #hunk in patches
-----------------------------------------------------------------------
Summary of changes:
patches/buildroot/2010.11/018-allegro.patch | 12 ++++++------
.../buildroot/2010.11/021-sdl-water-config.patch | 10 +++++-----
patches/buildroot/2010.11/034-slideshow.patch | 14 +++++++-------
patches/buildroot/2010.11/041-fbgrab.patch | 12 ++++++------
patches/buildroot/2010.11/042-socketcan.patch | 14 +++++++-------
.../buildroot/2010.11/043-mesa-add_packages.patch | 12 ++++++------
...ot-makes_binary_targets_name_overloadable.patch | 16 ++++++++--------
.../054-ntp-allow_ntpd_selection_or_not.patch | 10 +++++-----
.../2010.11/055-pyserial-add_package.patch | 10 +++++-----
.../2010.11/057-pymysql-add_package.patch | 14 +++++++-------
...x_in_a_standalone_way_after_configuration.patch | 6 +++---
.../2010.11/083-adds_pygame_package.patch | 12 ++++++------
.../buildroot/2010.11/085-adds_gpm_package.patch | 12 ++++++------
.../buildroot/2010.11/095-uucp-add_packages.patch | 10 +++++-----
.../buildroot/2010.11/110-bluez-add_package.patch | 6 +++---
.../2010.11/116-openobex-add_package.patch | 16 ++++++++--------
.../2010.11/117-ussp-push-add_package.patch | 10 +++++-----
.../buildroot/2010.11/118-snes9x-add_package.patch | 12 ++++++------
.../buildroot/2010.11/119-fbtest-add_package.patch | 16 ++++++++--------
.../2010.11/121-target-arm926t_is_arm926ej-s.patch | 6 +++---
.../buildroot/2010.11/122-urg-add_package.patch | 10 +++++-----
.../2010.11/123-pywebradio-add_package.patch | 10 +++++-----
.../buildroot/2010.11/124-e-uae-add_package.patch | 10 +++++-----
.../2010.11/130-lbreakout-add_package.patch | 10 +++++-----
.../2010.11/131-ltetris-add_package.patch | 12 ++++++------
.../buildroot/2010.11/133-qwt-add_package.patch | 12 ++++++------
...ffs2-add_board_name_to_binary_rootfs_name.patch | 12 ++++++------
.../2010.11/141-qt-fix_mysql_module.patch | 10 +++++-----
28 files changed, 158 insertions(+), 158 deletions(-)
diff --git a/patches/buildroot/2010.11/018-allegro.patch b/patches/buildroot/2010.11/018-allegro.patch
index 3863334..130ed2f 100644
--- a/patches/buildroot/2010.11/018-allegro.patch
+++ b/patches/buildroot/2010.11/018-allegro.patch
@@ -4,10 +4,10 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- 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)"
+--- buildroot.orig/package/Config.in 2011-01-27 15:23:09.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:23:42.000000000 +0100
+@@ -93,6 +93,7 @@
+ source "package/rrdtool/Config.in"
comment "graphic libraries"
+source "package/allegro/Config.in"
@@ -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-23 14:10:14.000000000 +0200
++++ buildroot/package/allegro/Config.in 2011-01-27 15:23:42.000000000 +0100
@@ -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-23 14:10:14.000000000 +0200
++++ buildroot/package/allegro/allegro.mk 2011-01-27 15:23:42.000000000 +0100
@@ -0,0 +1,75 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/021-sdl-water-config.patch b/patches/buildroot/2010.11/021-sdl-water-config.patch
index ecfcfb5..eae81c6 100644
--- a/patches/buildroot/2010.11/021-sdl-water-config.patch
+++ b/patches/buildroot/2010.11/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-23 14:10:14.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:10:18.000000000 +0200
-@@ -109,6 +109,8 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:23:42.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:23:50.000000000 +0100
+@@ -113,6 +113,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-23 14:10:18.000000000 +0200
++++ buildroot/package/sdlwater/Config.in 2011-01-27 15:23:50.000000000 +0100
@@ -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-23 14:10:18.000000000 +0200
++++ buildroot/package/sdlwater/sdlwater.mk 2011-01-27 15:23:50.000000000 +0100
@@ -0,0 +1,65 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/034-slideshow.patch b/patches/buildroot/2010.11/034-slideshow.patch
index 901ef7f..30bddb0 100644
--- a/patches/buildroot/2010.11/034-slideshow.patch
+++ b/patches/buildroot/2010.11/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-23 14:10:18.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:10:23.000000000 +0200
-@@ -109,6 +109,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:23:50.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:23:54.000000000 +0100
+@@ -113,6 +113,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-23 14:10:23.000000000 +0200
++++ buildroot/package/slideshow/Config.in 2011-01-27 15:23:54.000000000 +0100
@@ -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-23 14:10:23.000000000 +0200
++++ buildroot/package/slideshow/slideshow.mk 2011-01-27 15:23:54.000000000 +0100
@@ -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-23 14:10:23.000000000 +0200
++++ buildroot/package/slideshow/slideshow-01-restart-after-end.patch 2011-01-27 15:23:54.000000000 +0100
@@ -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-23 14:10:23.000000000 +0200
++++ buildroot/package/slideshow/slideshow-02-remove-compile-warning.patch 2011-01-27 15:23:54.000000000 +0100
@@ -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.11/041-fbgrab.patch b/patches/buildroot/2010.11/041-fbgrab.patch
index 215c62f..889305d 100644
--- a/patches/buildroot/2010.11/041-fbgrab.patch
+++ b/patches/buildroot/2010.11/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-10-17 22:15:47.000000000 +0200
-+++ buildroot/package/Config.in 2010-10-18 17:54:27.000000000 +0200
-@@ -97,6 +97,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:23:54.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:23:59.000000000 +0100
+@@ -98,6 +98,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-10-18 17:54:28.000000000 +0200
++++ buildroot/package/fbgrab/Config.in 2011-01-27 15:23:59.000000000 +0100
@@ -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-10-18 17:54:28.000000000 +0200
++++ buildroot/package/fbgrab/fbgrab.mk 2011-01-27 15:23:59.000000000 +0100
@@ -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-10-18 17:54:28.000000000 +0200
++++ buildroot/package/fbgrab/fbgrab-1.0-make_it_cross-compile.patch 2011-01-27 15:23:59.000000000 +0100
@@ -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.11/042-socketcan.patch b/patches/buildroot/2010.11/042-socketcan.patch
index ea832e1..8ff0bb8 100644
--- a/patches/buildroot/2010.11/042-socketcan.patch
+++ b/patches/buildroot/2010.11/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-10-18 17:54:27.000000000 +0200
-+++ buildroot/package/Config.in 2010-10-18 17:54:44.000000000 +0200
-@@ -421,6 +421,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:23:59.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:01.000000000 +0100
+@@ -428,6 +428,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-10-18 17:54:44.000000000 +0200
++++ buildroot/package/socketcan/Config.in 2011-01-27 15:24:01.000000000 +0100
@@ -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-10-18 17:54:44.000000000 +0200
++++ buildroot/package/socketcan/socketcan.mk 2011-01-27 15:24:01.000000000 +0100
@@ -0,0 +1,68 @@
+#############################################################
+#
@@ -116,7 +116,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-10-18 17:54:44.000000000 +0200
++++ buildroot/package/socketcan/socketcan-svn-rev810-cross-compile.patch 2011-01-27 15:24:01.000000000 +0100
@@ -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
@@ -154,7 +154,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-10-18 17:54:44.000000000 +0200
++++ buildroot/package/socketcan/socketcan-svn-rev874-cross-compile.patch 2011-01-27 15:24:01.000000000 +0100
@@ -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.11/043-mesa-add_packages.patch b/patches/buildroot/2010.11/043-mesa-add_packages.patch
index ec42bd4..6bfb029 100644
--- a/patches/buildroot/2010.11/043-mesa-add_packages.patch
+++ b/patches/buildroot/2010.11/043-mesa-add_packages.patch
@@ -1,8 +1,8 @@
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-10-18 17:54:44.000000000 +0200
-+++ buildroot/package/Config.in 2010-10-18 17:55:03.000000000 +0200
-@@ -278,6 +278,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:01.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:02.000000000 +0100
+@@ -283,6 +283,7 @@
source "package/librsvg/Config.in"
source "package/libsvgtiny/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-10-18 17:55:03.000000000 +0200
++++ buildroot/package/mesa/Config.in 2011-01-27 15:24:02.000000000 +0100
@@ -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-10-18 17:55:03.000000000 +0200
++++ buildroot/package/mesa/mesa.mk 2011-01-27 15:24:02.000000000 +0100
@@ -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-10-18 17:55:03.000000000 +0200
++++ buildroot/package/mesa/mesa.patch 2011-01-27 15:24:02.000000000 +0100
@@ -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.11/051h-u-boot-makes_binary_targets_name_overloadable.patch b/patches/buildroot/2010.11/051h-u-boot-makes_binary_targets_name_overloadable.patch
index 7e3efe8..59d817a 100644
--- a/patches/buildroot/2010.11/051h-u-boot-makes_binary_targets_name_overloadable.patch
+++ b/patches/buildroot/2010.11/051h-u-boot-makes_binary_targets_name_overloadable.patch
@@ -10,8 +10,8 @@ Signed-off-by: Eric Jarrige <eri...@ar...>
Index: buildroot/boot/u-boot/u-boot.mk
===================================================================
---- buildroot.orig/boot/u-boot/u-boot.mk 2010-11-15 22:50:57.000000000 +0200
-+++ buildroot/boot/u-boot/u-boot.mk 2010-11-15 23:26:05.000000000 +0200
+--- buildroot.orig/boot/u-boot/u-boot.mk 2011-01-27 15:24:18.000000000 +0100
++++ buildroot/boot/u-boot/u-boot.mk 2011-01-27 15:24:20.000000000 +0100
@@ -28,16 +28,22 @@
U_BOOT_DIR:=$(BUILD_DIR)/u-boot-$(U_BOOT_VERSION)
U_BOOT_CAT:=$(BZCAT)
@@ -50,15 +50,15 @@ Index: buildroot/boot/u-boot/u-boot.mk
$(U_BOOT_COPYTO)/$(U_BOOT_TARGET_BIN): $(U_BOOT_DIR)/$(U_BOOT_BIN)
Index: buildroot/Makefile
===================================================================
---- buildroot.orig/Makefile 2010-10-20 14:49:41.000000000 +0200
-+++ buildroot/Makefile 2010-10-20 14:49:52.000000000 +0200
-@@ -304,8 +304,8 @@
- TARGETS+=target-purgelocales
- endif
+--- buildroot.orig/Makefile 2011-01-27 15:22:58.000000000 +0100
++++ buildroot/Makefile 2011-01-27 15:24:20.000000000 +0100
+@@ -301,8 +301,8 @@
+
+ include package/*/*.mk
-include boot/common.mk
include target/Makefile.in
+include boot/common.mk
include linux/linux.mk
- include fs/common.mk
+ TARGETS+=target-finalize
diff --git a/patches/buildroot/2010.11/054-ntp-allow_ntpd_selection_or_not.patch b/patches/buildroot/2010.11/054-ntp-allow_ntpd_selection_or_not.patch
index 384d0b4..a4df4f2 100644
--- a/patches/buildroot/2010.11/054-ntp-allow_ntpd_selection_or_not.patch
+++ b/patches/buildroot/2010.11/054-ntp-allow_ntpd_selection_or_not.patch
@@ -8,8 +8,8 @@ Would BR be interested ?
Index: buildroot/package/ntp/Config.in
===================================================================
---- buildroot.orig/package/ntp/Config.in 2010-10-19 15:50:05.000000000 +0200
-+++ buildroot/package/ntp/Config.in 2010-10-19 15:59:45.000000000 +0200
+--- buildroot.orig/package/ntp/Config.in 2011-01-27 15:22:57.000000000 +0100
++++ buildroot/package/ntp/Config.in 2011-01-27 15:24:27.000000000 +0100
@@ -6,6 +6,12 @@
http://www.ntp.org/
@@ -25,9 +25,9 @@ Index: buildroot/package/ntp/Config.in
depends on BR2_PACKAGE_NTP
Index: buildroot/package/ntp/ntp.mk
===================================================================
---- buildroot.orig/package/ntp/ntp.mk 2010-10-19 15:50:05.000000000 +0200
-+++ buildroot/package/ntp/ntp.mk 2010-10-19 22:28:50.000000000 +0200
-@@ -32,20 +32,20 @@
+--- buildroot.orig/package/ntp/ntp.mk 2011-01-27 15:22:57.000000000 +0100
++++ buildroot/package/ntp/ntp.mk 2011-01-27 15:24:27.000000000 +0100
+@@ -33,20 +33,20 @@
NTP_INSTALL_FILES_$(BR2_PACKAGE_NTP_TICKADJ) += util/tickadj
define NTP_INSTALL_TARGET_CMDS
diff --git a/patches/buildroot/2010.11/055-pyserial-add_package.patch b/patches/buildroot/2010.11/055-pyserial-add_package.patch
index d73be12..b88161e 100644
--- a/patches/buildroot/2010.11/055-pyserial-add_package.patch
+++ b/patches/buildroot/2010.11/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-23 14:10:43.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:11:10.000000000 +0200
-@@ -219,6 +219,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:02.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:29.000000000 +0100
+@@ -230,6 +230,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-23 14:11:10.000000000 +0200
++++ buildroot/package/pyserial/Config.in 2011-01-27 15:24:29.000000000 +0100
@@ -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-23 14:11:10.000000000 +0200
++++ buildroot/package/pyserial/pyserial.mk 2011-01-27 15:24:29.000000000 +0100
@@ -0,0 +1,33 @@
+PYSERIAL_VERSION=2.2
+PYSERIAL_SOURCE=pyserial-$(PYSERIAL_VERSION).zip
diff --git a/patches/buildroot/2010.11/057-pymysql-add_package.patch b/patches/buildroot/2010.11/057-pymysql-add_package.patch
index 39cc6bc..72a1fd1 100644
--- a/patches/buildroot/2010.11/057-pymysql-add_package.patch
+++ b/patches/buildroot/2010.11/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-10-18 22:56:33.000000000 +0200
-+++ buildroot/package/Config.in 2010-10-18 22:58:58.000000000 +0200
-@@ -227,6 +227,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:29.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:30.000000000 +0100
+@@ -231,6 +231,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-10-18 22:58:58.000000000 +0200
++++ buildroot/package/pymysql/Config.in 2011-01-27 15:24:30.000000000 +0100
@@ -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-10-18 22:58:58.000000000 +0200
++++ buildroot/package/pymysql/pymysql.mk 2011-01-27 15:24:30.000000000 +0100
@@ -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-10-18 22:58:58.000000000 +0200
++++ buildroot/package/pymysql/pymysql-000-setup.patch 2011-01-27 15:24:30.000000000 +0100
@@ -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-10-18 22:58:58.000000000 +0200
++++ buildroot/package/pymysql/pymysql-010-threadsafe.patch 2011-01-27 15:24:30.000000000 +0100
@@ -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.11/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch b/patches/buildroot/2010.11/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
index b0718e4..7524141 100644
--- a/patches/buildroot/2010.11/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
+++ b/patches/buildroot/2010.11/060-makes_possible_to_compile_linux_in_a_standalone_way_after_configuration.patch
@@ -1,8 +1,8 @@
Index: buildroot/linux/linux.mk
===================================================================
---- buildroot.orig/linux/linux.mk 2010-10-19 09:43:24.000000000 +0200
-+++ buildroot/linux/linux.mk 2010-10-19 09:48:32.000000000 +0200
-@@ -111,6 +111,8 @@
+--- buildroot.orig/linux/linux.mk 2011-01-27 15:24:26.000000000 +0100
++++ buildroot/linux/linux.mk 2011-01-27 15:24:32.000000000 +0100
+@@ -113,6 +113,8 @@
$(call KCONFIG_ENABLE_OPT,CONFIG_INITRAMFS_COMPRESSION_GZIP,$(@D)/.config)
endif
ifeq ($(strip $(BR2_TARGET_ARMADEUS)),y)
diff --git a/patches/buildroot/2010.11/083-adds_pygame_package.patch b/patches/buildroot/2010.11/083-adds_pygame_package.patch
index 6bc63fb..c6f5d7b 100644
--- a/patches/buildroot/2010.11/083-adds_pygame_package.patch
+++ b/patches/buildroot/2010.11/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-23 14:11:36.000000000 +0200
++++ buildroot/package/pygame/Config.in 2011-01-27 15:24:42.000000000 +0100
@@ -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-23 14:11:36.000000000 +0200
++++ buildroot/package/pygame/pygame.mk 2011-01-27 15:24:42.000000000 +0100
@@ -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-23 14:11:31.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:11:36.000000000 +0200
-@@ -104,6 +104,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:39.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:42.000000000 +0100
+@@ -108,6 +108,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-23 14:11:36.000000000 +0200
++++ buildroot/package/pygame/Setup 2011-01-27 15:24:42.000000000 +0100
@@ -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.11/085-adds_gpm_package.patch b/patches/buildroot/2010.11/085-adds_gpm_package.patch
index 3786f30..bbc9469 100644
--- a/patches/buildroot/2010.11/085-adds_gpm_package.patch
+++ b/patches/buildroot/2010.11/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-23 14:11:42.000000000 +0200
++++ buildroot/package/gpm/Config.in 2011-01-27 15:24:45.000000000 +0100
@@ -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-23 14:11:42.000000000 +0200
++++ buildroot/package/gpm/gpm.mk 2011-01-27 15:24:45.000000000 +0100
@@ -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-23 14:11:42.000000000 +0200
++++ buildroot/package/gpm/gpm-1.20.6-removes_obsolete_functions.patch 2011-01-27 15:24:45.000000000 +0100
@@ -0,0 +1,77 @@
+
+Replaces all "obsolete" functions (at least to compile for uClibc).
@@ -121,8 +121,8 @@ 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-23 14:11:36.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:11:42.000000000 +0200
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:42.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:45.000000000 +0100
@@ -173,6 +173,7 @@
source "package/gadgetfs-test/Config.in"
source "package/genext2fs/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-23 14:11:42.000000000 +0200
++++ buildroot/package/gpm/gpm-1.20.6-removes_strip_from_install.patch 2011-01-27 15:24:45.000000000 +0100
@@ -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.11/095-uucp-add_packages.patch b/patches/buildroot/2010.11/095-uucp-add_packages.patch
index f3dbd3d..ddeca17 100644
--- a/patches/buildroot/2010.11/095-uucp-add_packages.patch
+++ b/patches/buildroot/2010.11/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-23 14:11:42.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:11:47.000000000 +0200
-@@ -433,6 +433,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:45.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:47.000000000 +0100
+@@ -449,6 +449,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-23 14:11:47.000000000 +0200
++++ buildroot/package/uucp/uucp.mk 2011-01-27 15:24:47.000000000 +0100
@@ -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-23 14:11:47.000000000 +0200
++++ buildroot/package/uucp/Config.in 2011-01-27 15:24:47.000000000 +0100
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_UUCP
+ bool "uucp"
diff --git a/patches/buildroot/2010.11/110-bluez-add_package.patch b/patches/buildroot/2010.11/110-bluez-add_package.patch
index c275a5c..6902d29 100644
--- a/patches/buildroot/2010.11/110-bluez-add_package.patch
+++ b/patches/buildroot/2010.11/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-23 14:13:01.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:13:05.000000000 +0200
-@@ -364,6 +364,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:54.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:56.000000000 +0100
+@@ -380,6 +380,7 @@
source "package/boa/Config.in"
endif
source "package/bind/Config.in"
diff --git a/patches/buildroot/2010.11/116-openobex-add_package.patch b/patches/buildroot/2010.11/116-openobex-add_package.patch
index 7521e66..a32ec9f 100644
--- a/patches/buildroot/2010.11/116-openobex-add_package.patch
+++ b/patches/buildroot/2010.11/116-openobex-add_package.patch
@@ -4,10 +4,10 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- 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"
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:56.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:24:58.000000000 +0100
+@@ -426,6 +426,7 @@
+ source "package/nuttcp/Config.in"
source "package/olsr/Config.in"
source "package/openntpd/Config.in"
+source "package/openobex/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-23 14:13:18.000000000 +0200
++++ buildroot/package/openobex/Config.in 2011-01-27 15:24:58.000000000 +0100
@@ -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-23 14:13:18.000000000 +0200
++++ buildroot/package/openobex/openobex.mk 2011-01-27 15:24:58.000000000 +0100
@@ -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-23 14:13:18.000000000 +0200
++++ buildroot/package/openobex/openobex-libusb_check_when_cross-compiling.patch 2011-01-27 15:24:58.000000000 +0100
@@ -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-23 14:13:18.000000000 +0200
++++ buildroot/package/openobex/openobex-replace_deprecated_functions.patch 2011-01-27 15:24:58.000000000 +0100
@@ -0,0 +1,25 @@
+Index: openobex-1.5/apps/obex_test_cable.c
+===================================================================
diff --git a/patches/buildroot/2010.11/117-ussp-push-add_package.patch b/patches/buildroot/2010.11/117-ussp-push-add_package.patch
index abdb50e..537bb09 100644
--- a/patches/buildroot/2010.11/117-ussp-push-add_package.patch
+++ b/patches/buildroot/2010.11/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-23 14:13:18.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:13:23.000000000 +0200
-@@ -438,6 +438,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:24:58.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:00.000000000 +0100
+@@ -453,6 +453,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-23 14:13:23.000000000 +0200
++++ buildroot/package/ussp-push/Config.in 2011-01-27 15:25:00.000000000 +0100
@@ -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-23 14:13:23.000000000 +0200
++++ buildroot/package/ussp-push/ussp-push.mk 2011-01-27 15:25:00.000000000 +0100
@@ -0,0 +1,12 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/118-snes9x-add_package.patch b/patches/buildroot/2010.11/118-snes9x-add_package.patch
index 924a42d..b785b00 100644
--- a/patches/buildroot/2010.11/118-snes9x-add_package.patch
+++ b/patches/buildroot/2010.11/118-snes9x-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-23 14:13:23.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:13:28.000000000 +0200
-@@ -86,6 +86,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:00.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:01.000000000 +0100
+@@ -87,6 +87,7 @@
source "package/games/doom-wad/Config.in"
source "package/games/rubix/Config.in"
source "package/games/sdlquake/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/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-23 14:13:28.000000000 +0200
++++ buildroot/package/games/snes9x/Config.in 2011-01-27 15:25:01.000000000 +0100
@@ -0,0 +1,11 @@
+config BR2_PACKAGE_SNES9X
+ bool "Snes9X"
@@ -33,7 +33,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-23 14:13:28.000000000 +0200
++++ buildroot/package/games/snes9x/snes9x.mk 2011-01-27 15:25:01.000000000 +0100
@@ -0,0 +1,80 @@
+#############################################################
+#
@@ -118,7 +118,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-23 14:13:28.000000000 +0200
++++ buildroot/package/games/snes9x/snes9x-1.39-compile.patch 2011-01-27 15:25:01.000000000 +0100
@@ -0,0 +1,295 @@
+
+#
diff --git a/patches/buildroot/2010.11/119-fbtest-add_package.patch b/patches/buildroot/2010.11/119-fbtest-add_package.patch
index 2490f8c..1e8581e 100644
--- a/patches/buildroot/2010.11/119-fbtest-add_package.patch
+++ b/patches/buildroot/2010.11/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-23 14:13:28.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-23 14:13:31.000000000 +0200
-@@ -102,6 +102,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:01.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:03.000000000 +0100
+@@ -106,6 +106,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-23 14:13:31.000000000 +0200
++++ buildroot/package/fbtest/Config.in 2011-01-27 15:25:03.000000000 +0100
@@ -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-23 14:13:31.000000000 +0200
++++ buildroot/package/fbtest/fbtest.mk 2011-01-27 15:25:03.000000000 +0100
@@ -0,0 +1,51 @@
+#############################################################
+#
@@ -85,7 +85,7 @@ Index: buildroot/package/fbtest/fbtest.mk
Index: buildroot/package/fbtest/fbtest-20041102-1-page-mask.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbtest/fbtest-20041102-1-page-mask.patch 2010-06-23 14:13:31.000000000 +0200
++++ buildroot/package/fbtest/fbtest-20041102-1-page-mask.patch 2011-01-27 15:25:03.000000000 +0100
@@ -0,0 +1,36 @@
+--- fbtest-20041102-1.org/fb.c 2003-04-04 14:07:55.000000000 +0200
++++ fbtest-20041102-1/fb.c 2009-05-20 10:32:32.000000000 +0200
@@ -126,7 +126,7 @@ Index: buildroot/package/fbtest/fbtest-20041102-1-page-mask.patch
Index: buildroot/package/fbtest/fbtest-20041102-1-exe-target-name-change.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbtest/fbtest-20041102-1-exe-target-name-change.patch 2010-06-23 14:13:31.000000000 +0200
++++ buildroot/package/fbtest/fbtest-20041102-1-exe-target-name-change.patch 2011-01-27 15:25:03.000000000 +0100
@@ -0,0 +1,11 @@
+--- fbtest-20041102-1.org/Makefile 2009-05-21 10:16:05.000000000 +0200
++++ fbtest-20041102-1/Makefile 2009-05-21 10:17:47.000000000 +0200
@@ -142,7 +142,7 @@ Index: buildroot/package/fbtest/fbtest-20041102-1-exe-target-name-change.patch
Index: buildroot/package/fbtest/fbtest-20041102-1-pnmtohex-libs-depends.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/fbtest/fbtest-20041102-1-pnmtohex-libs-depends.patch 2010-06-23 14:13:31.000000000 +0200
++++ buildroot/package/fbtest/fbtest-20041102-1-pnmtohex-libs-depends.patch 2011-01-27 15:25:03.000000000 +0100
@@ -0,0 +1,11 @@
+--- fbtest-20041102-1.org/pnmtohex/Makefile 2004-11-02 09:43:02.000000000 +0100
++++ fbtest-20041102-1/pnmtohex/Makefile 2005-11-16 22:24:08.406157582 +0100
diff --git a/patches/buildroot/2010.11/121-target-arm926t_is_arm926ej-s.patch b/patches/buildroot/2010.11/121-target-arm926t_is_arm926ej-s.patch
index 1c9f1f0..754d221 100644
--- a/patches/buildroot/2010.11/121-target-arm926t_is_arm926ej-s.patch
+++ b/patches/buildroot/2010.11/121-target-arm926t_is_arm926ej-s.patch
@@ -5,9 +5,9 @@ Signed-off-by: Julien Boibessot <jul...@ar...>
Index: buildroot/target/Config.in.arch
===================================================================
---- buildroot.orig/target/Config.in.arch 2010-06-21 14:55:43.000000000 +0200
-+++ buildroot/target/Config.in.arch 2010-06-21 14:56:15.000000000 +0200
-@@ -72,7 +72,7 @@
+--- buildroot.orig/target/Config.in.arch 2011-01-27 15:22:53.000000000 +0100
++++ buildroot/target/Config.in.arch 2011-01-27 15:25:07.000000000 +0100
+@@ -66,7 +66,7 @@
config BR2_arm922t
bool "arm922t"
config BR2_arm926t
diff --git a/patches/buildroot/2010.11/122-urg-add_package.patch b/patches/buildroot/2010.11/122-urg-add_package.patch
index ba51271..f5bb074 100644
--- a/patches/buildroot/2010.11/122-urg-add_package.patch
+++ b/patches/buildroot/2010.11/122-urg-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-24 09:27:20.000000000 +0200
-+++ buildroot/package/Config.in 2010-06-24 09:27:55.000000000 +0200
-@@ -196,6 +196,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:05.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:09.000000000 +0100
+@@ -213,6 +213,7 @@
source "package/sshfs/Config.in"
source "package/sysstat/Config.in"
source "package/udev/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/urg/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/urg/Config.in 2010-06-24 09:32:29.000000000 +0200
++++ buildroot/package/urg/Config.in 2011-01-27 15:25:09.000000000 +0100
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_URG
+ bool "urg library"
@@ -31,7 +31,7 @@ Index: buildroot/package/urg/Config.in
Index: buildroot/package/urg/urg.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/urg/urg.mk 2010-06-24 09:29:11.000000000 +0200
++++ buildroot/package/urg/urg.mk 2011-01-27 15:25:09.000000000 +0100
@@ -0,0 +1,21 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/123-pywebradio-add_package.patch b/patches/buildroot/2010.11/123-pywebradio-add_package.patch
index 998391b..cf10904 100644
--- a/patches/buildroot/2010.11/123-pywebradio-add_package.patch
+++ b/patches/buildroot/2010.11/123-pywebradio-add_package.patch
@@ -1,8 +1,8 @@
Index: buildroot/package/multimedia/Config.in
===================================================================
---- buildroot.orig/package/multimedia/Config.in 2010-06-27 18:58:38.000000000 +0200
-+++ buildroot/package/multimedia/Config.in 2010-06-29 09:30:18.000000000 +0200
-@@ -23,6 +23,7 @@
+--- buildroot.orig/package/multimedia/Config.in 2011-01-27 15:24:49.000000000 +0100
++++ buildroot/package/multimedia/Config.in 2011-01-27 15:25:10.000000000 +0100
+@@ -26,6 +26,7 @@
source "package/multimedia/madplay/Config.in"
source "package/multimedia/mpg123/Config.in"
source "package/multimedia/mplayer/Config.in"
@@ -13,7 +13,7 @@ Index: buildroot/package/multimedia/Config.in
Index: buildroot/package/pywebradio/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pywebradio/Config.in 2010-06-29 09:30:18.000000000 +0200
++++ buildroot/package/pywebradio/Config.in 2011-01-27 15:25:10.000000000 +0100
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_PYWEBRADIO
+ bool "pywebradio"
@@ -24,7 +24,7 @@ Index: buildroot/package/pywebradio/Config.in
Index: buildroot/package/pywebradio/pywebradio.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pywebradio/pywebradio.mk 2010-07-04 18:13:38.000000000 +0200
++++ buildroot/package/pywebradio/pywebradio.mk 2011-01-27 15:25:10.000000000 +0100
@@ -0,0 +1,28 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/124-e-uae-add_package.patch b/patches/buildroot/2010.11/124-e-uae-add_package.patch
index bf9a632..990162c 100644
--- a/patches/buildroot/2010.11/124-e-uae-add_package.patch
+++ b/patches/buildroot/2010.11/124-e-uae-add_package.patch
@@ -1,8 +1,8 @@
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-06-29 11:20:37.000000000 +0200
-+++ buildroot/package/Config.in 2010-07-04 18:03:11.000000000 +0200
-@@ -79,6 +79,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:09.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:12.000000000 +0100
+@@ -80,6 +80,7 @@
menu "Games"
source "package/games/ace_of_penguins/Config.in"
@@ -13,7 +13,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/e-uae/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/e-uae/Config.in 2010-07-04 18:05:06.000000000 +0200
++++ buildroot/package/e-uae/Config.in 2011-01-27 15:25:12.000000000 +0100
@@ -0,0 +1,9 @@
+config BR2_PACKAGE_E_UAE
+ bool "e-uae"
@@ -27,7 +27,7 @@ Index: buildroot/package/e-uae/Config.in
Index: buildroot/package/e-uae/e-uae.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/e-uae/e-uae.mk 2010-07-04 18:06:43.000000000 +0200
++++ buildroot/package/e-uae/e-uae.mk 2011-01-27 15:25:12.000000000 +0100
@@ -0,0 +1,23 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/130-lbreakout-add_package.patch b/patches/buildroot/2010.11/130-lbreakout-add_package.patch
index 3d447ce..72cb9c5 100644
--- a/patches/buildroot/2010.11/130-lbreakout-add_package.patch
+++ b/patches/buildroot/2010.11/130-lbreakout-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-07-14 19:25:49.000000000 +0200
-+++ buildroot/package/Config.in 2010-07-15 09:03:49.000000000 +0200
-@@ -81,6 +81,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:13.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:16.000000000 +0100
+@@ -82,6 +82,7 @@
source "package/games/ace_of_penguins/Config.in"
source "package/e-uae/Config.in"
source "package/games/gnuchess/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/lbreakout2/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lbreakout2/Config.in 2010-07-14 23:27:44.000000000 +0200
++++ buildroot/package/lbreakout2/Config.in 2011-01-27 15:25:16.000000000 +0100
@@ -0,0 +1,26 @@
+config BR2_PACKAGE_LBREAKOUT2
+ bool "LBreakout2"
@@ -48,7 +48,7 @@ Index: buildroot/package/lbreakout2/Config.in
Index: buildroot/package/lbreakout2/lbreakout2.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/lbreakout2/lbreakout2.mk 2010-07-15 09:04:51.000000000 +0200
++++ buildroot/package/lbreakout2/lbreakout2.mk 2011-01-27 15:25:16.000000000 +0100
@@ -0,0 +1,29 @@
+#############################################################
+#
diff --git a/patches/buildroot/2010.11/131-ltetris-add_package.patch b/patches/buildroot/2010.11/131-ltetris-add_package.patch
index d6fcf6f..ec1f53a 100644
--- a/patches/buildroot/2010.11/131-ltetris-add_package.patch
+++ b/patches/buildroot/2010.11/131-ltetris-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-07-15 09:03:49.000000000 +0200
-+++ buildroot/package/Config.in 2010-07-15 09:05:10.000000000 +0200
-@@ -82,6 +82,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:16.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:18.000000000 +0100
+@@ -83,6 +83,7 @@
source "package/e-uae/Config.in"
source "package/games/gnuchess/Config.in"
source "package/lbreakout2/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/ltris/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/ltris/Config.in 2010-07-15 09:05:10.000000000 +0200
++++ buildroot/package/ltris/Config.in 2011-01-27 15:25:18.000000000 +0100
@@ -0,0 +1,15 @@
+config BR2_PACKAGE_LTRIS
+ bool "LTris"
@@ -37,7 +37,7 @@ Index: buildroot/package/ltris/Config.in
Index: buildroot/package/ltris/ltris.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/ltris/ltris.mk 2010-07-15 09:05:10.000000000 +0200
++++ buildroot/package/ltris/ltris.mk 2011-01-27 15:25:18.000000000 +0100
@@ -0,0 +1,23 @@
+#############################################################
+#
@@ -65,7 +65,7 @@ Index: buildroot/package/ltris/ltris.mk
Index: buildroot/package/ltris/ltris-force_screen_res.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/ltris/ltris-force_screen_res.patch 2010-07-15 10:20:24.000000000 +0200
++++ buildroot/package/ltris/ltris-force_screen_res.patch 2011-01-27 15:25:18.000000000 +0100
@@ -0,0 +1,15 @@
+Force 640x480x16 fullscreen mode.
+A cleaner way should exist...
diff --git a/patches/buildroot/2010.11/133-qwt-add_package.patch b/patches/buildroot/2010.11/133-qwt-add_package.patch
index b60d4d2..e88e2bf 100644
--- a/patches/buildroot/2010.11/133-qwt-add_package.patch
+++ b/patches/buildroot/2010.11/133-qwt-add_package.patch
@@ -4,9 +4,9 @@ Signed-off-by: Jérémie Scheer <jer...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-10-06 15:24:45.000000000 +0200
-+++ buildroot/package/Config.in 2010-10-06 15:26:58.000000000 +0200
-@@ -129,6 +129,7 @@
+--- buildroot.orig/package/Config.in 2011-01-27 15:25:18.000000000 +0100
++++ buildroot/package/Config.in 2011-01-27 15:25:21.000000000 +0100
+@@ -130,6 +130,7 @@
comment "other GUIs"
source "package/qt/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/qwt/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/qwt/Config.in 2010-10-06 15:26:58.000000000 +0200
++++ buildroot/package/qwt/Config.in 2011-01-27 15:25:21.000000000 +0100
@@ -0,0 +1,20 @@
+comment "Qwt requires Qt to be installed"
+ depends on !BR2_PACKAGE_QT
@@ -42,7 +42,7 @@ Index: buildroot/package/qwt/Config.in
Index: buildroot/package/qwt/qwt-5.2.1-change_install_dir_and_no_designer.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/qwt/qwt-5.2.1-change_install_dir_and_no_designer.patch 2010-10-06 15:26:58.000000000 +0200
++++ buildroot/package/qwt/qwt-5.2.1-change_install_dir_and_no_designer.patch 2011-01-27 15:25:21.000000000 +0100
@@ -0,0 +1,30 @@
+--- qwt-5.2.1/qwtconfig.pri.orig 2010-09-28 14:34:01.000000000 +0200
++++ qwt-5.2.1/qwtconfig.pri 2010-09-28 15:37:02.000000000 +0200
@@ -77,7 +77,7 @@ Index: buildroot/package/qwt/qwt-5.2.1-change_install_dir_and_no_designer.patch
Index: buildroot/package/qwt/qwt.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/qwt/qwt.mk 2010-10-06 15:35:59.000000000 +0200
++++ buildroot/package/qwt/qwt.mk 2011-01-27 15:25:21.000000000 +0100
@@ -0,0 +1,82 @@
+######################################################################
+#
diff --git a/patches/buildroot/2010.11/134-jffs2-add_board_name_to_binary_rootfs_name.patch b/patches/buildroot/2010.11/134-jffs2-add_board_name_to_binary_rootfs_name.patch
index 82cc473..dd47a5f 100644
--- a/patches/buildroot/2010.11/134-jffs2-add_board_name_to_binary_rootfs_name.patch
+++ b/patches/buildroot/2010.11/134-jffs2-add_board_name_to_binary_rootfs_name.patch
@@ -6,11 +6,11 @@ Signed-off-by: Jérémie Scheer <jer...@ar...>
Index: buildroot/fs/common.mk
===================================================================
---- buildroot.orig/fs/common.mk 2010-10-19 09:32:19.000000000 +0200
-+++ buildroot/fs/common.mk 2010-10-19 09:33:11.000000000 +0200
-@@ -36,8 +36,8 @@
-
- define ROOTFS_TARGET_INTERNAL
+--- buildroot.orig/fs/common.mk 2011-01-27 15:22:52.000000000 +0100
++++ buildroot/fs/common.mk 2011-01-27 15:25:22.000000000 +0100
+@@ -39,8 +39,8 @@
+ # extra deps
+ $(eval ROOTFS_$(2)_DEPENDENCIES += host-fakeroot host-makedevs $(if $(BR2_TARGET_ROOTFS_$(2)_LZMA),host-lzma))
-$(BINARIES_DIR)/rootfs.$(1): $(ROOTFS_$(2)_DEPENDENCIES)
- @$(call MESSAGE,"Generating root filesystem image rootfs.$(1)")
@@ -19,7 +19,7 @@ Index: buildroot/fs/common.mk
$(foreach hook,$(ROOTFS_$(2)_PRE_GEN_HOOKS),$(call $(hook))$(sep))
rm -f $(FAKEROOT_SCRIPT)
touch $(BUILD_DIR)/.fakeroot.00000
-@@ -64,7 +64,7 @@
+@@ -67,7 +67,7 @@
rootfs-$(1)-show-depends:
@echo $(ROOTFS_$(2)_DEPENDENCIES)
diff --git a/patches/buildroot/2010.11/141-qt-fix_mysql_module.patch b/patches/buildroot/2010.11/141-qt-fix_mysql_module.patch
index 487c9a4..4e47fd6 100644
--- a/patches/buildroot/2010.11/141-qt-fix_mysql_module.patch
+++ b/patches/buildroot/2010.11/141-qt-fix_mysql_module.patch
@@ -3,11 +3,11 @@ Fix Qt configuration options for MySQL module ; Specifies the MySQL's libraries
Signed-off-by: Jérémie Scheer <jer...@ar...>
===================================================================
-diff --git a/package/qt/qt.mk b/package/qt/qt.mk
-index 2b5b31b..6eb31bc 100644
---- a/package/qt/qt.mk
-+++ b/pack...
[truncated message content] |