[ptxdist] ptxdist packet patches, bugfixes and enhancements

2010-01-19 Thread Carsten Schlote
[sysvinit] Added comments for busybox builtins used. [acpid] Removed -Werror to allow compilation with GCC 4.4.1 [sudo] Add visudo and corrected file rights [sudo] Update to 1.7.2p2 [sudo] Removed strip option from Makefile.in [sudo] Fixed wrong detection of UNSETENV_VOID [dhcp] GCC 4.4.1 fixed

[ptxdist] [PATCH 01/17] [sysvinit] Added comments for busybox builtins used.

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/sysvinit.in | 24 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/rules/sysvinit.in b/rules/sysvinit.in index 60fed6c..630ebb9 100644 ---

[ptxdist] [PATCH 03/17] [sudo] Add visudo and corrected file rights

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Added visudo as install option. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/sudo.in |6 ++ rules/sudo.make |6 +- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/rules/sudo.in b/rules/sudo.in

[ptxdist] [PATCH 04/17] [sudo] Update to 1.7.2p2

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Updated to latest stable version. Fixed URL. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/sudo.in |1 + rules/sudo.make |4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/sudo.in

[ptxdist] [PATCH 06/17] [sudo] Fixed wrong detection of UNSETENV_VOID

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This seems to be a troubling problem with sudo. For our crossbuild the choice was wrong. Commented out detection. autogen.sh will fix the scripts. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- patches/sudo-1.7.2p2/autogen.sh

[ptxdist] [PATCH 02/17] [acpid] Removed -Werror to allow compilation with GCC 4.4.1

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de The -Werror option was removed from the makefile. GCC 4.4.1 seems to throw new error warnings and causes a build break. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- .../fix-gcc-4.4.1-error-warnings.patch | 25

[ptxdist] [PATCH 09/17] [ppp] Added plog and pppoe-discovery

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Added the plog and pppoe-discovery tools as install option. Added install_copy for plog. pppoe-discovery install code was already there, but no config. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de Conflicts: rules/ppp.make ---

[ptxdist] [PATCH 10/17] [ppp] Updated generic/{pon|poff} to maintainer version

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de After switching to the mainstream ppp.make file, I found that the pon/poff scripts are only stubs. Updated these stubs to be the latest maintainer versions taken from the ppp sources. If required, you can use projectroot/usr/bin/ to override these

[ptxdist] [PATCH 08/17] [miredo] Added miredo 1.2.2, teredo IPV6 client

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This packet provides IPV6 networking with the tereodo protocol. Default generic files are taken from miredo sources. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- generic/etc/init.d/miredo-server | 89

[ptxdist] [PATCH 12/17] [mtd-utils] LZO Compression fixes

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de The following issues are addressed by this patch. - Check for compressed data to be smaller than the original size. This a clear fail and break assumtions at other places (-t option) - Set the destlen to the expected maximum size, before calling

[ptxdist] [PATCH 05/17] [sudo] Removed strip option from Makefile.in

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de - Copies patch to disable stripping Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- .../0001-install-sh-disable-stripping.patch| 29 patches/sudo-1.7.2p2/series|1 + 2 files

[ptxdist] [PATCH 07/17] [dhcp] GCC 4.4.1 fixed compile error.

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de GCC 4.4.1 seems to have some problem with the 'ip' variable and claims it is uninitialized. I added a fake assign to the declaration. This fixes the problem at least. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de ---

[ptxdist] [PATCH 16/17] [eglibc] Add support for eglibc toolchains to ptxdist

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de This patch adds support for eglibc to ptxdist. It adds an eglibc packet and all needed changes to find the correct toolchain. Adds a new copy function to copy target binaries in toolchain sysroot (e.g. ldconfig) to the ipkg. See corresponding

[ptxdist] [PATCH 13/17] [dbench] Added dependency for libattr.so

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de There seems to be a missing dependency for libattr.so. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/dbench.in |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/rules/dbench.in b/rules/dbench.in index

[ptxdist] [PATCH 11/17] [mtd-utils] Added config options and install

2010-01-19 Thread Carsten Schlote
From: Carsten Schlote c.schl...@konzeptpark.de Added options to install remaining mtd-utils on target. Restructured .in file and menus. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de --- rules/mtd-utils.in | 300 +++---

[ptxdist] Author: Carsten Schlote c.schl...@konzeptpark.de

2010-01-19 Thread Carsten Schlote
[hal] Fixed select of UDEV__EXTRA_VOLUME_ID With udev 147 and newer this option is no longer available. Commented out. Signed-off-by: Carsten Schlote c.schl...@konzeptpark.de diff --git a/rules/hal.in b/rules/hal.in index 237c005..21cee6b 100644 --- a/rules/hal.in +++

Re: [ptxdist] [PATCH] [gdb] Add patch for gdb-6.8

2010-01-19 Thread Marc Kleine-Budde
Alexander Stein wrote: Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com applied, tnx Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions| Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax:

Re: [ptxdist] [PATCH 17/17] [udev] Updated to version 150 and updated targetinstall

2010-01-19 Thread Remy Bohmer
Hi, 2010/1/19 Carsten Schlote carsten.schl...@gmx.net: From: Carsten Schlote c.schl...@konzeptpark.de Updated to 150 as proposed on ptxdist mailinglist. Compiles and works (tested with upstart initmethod). Added new config options for all files installed in package dir. Added

Re: [ptxdist] [PATCH 17/17] [udev] Updated to version 150 and updated targetinstall

2010-01-19 Thread Carsten Schlote
Hi, Am Dienstag, den 19.01.2010, 21:00 +0100 schrieb Remy Bohmer: Much better than previous patch, but can it be even more fine grained? You can either enable the extras or not. Enabling causes all those dependancies. You could improve to autoconf framework to be more fine-grained.