[OpenWrt-Devel] [PATCH] bison: update to 2.5

2011-11-03 Thread Raphaël HUCK
Hi all, this patch updates bison to 2.5. Thanks! -Raphaël --- a/Makefile +++ b/Makefile @@ -1,18 +1,18 @@ -# -# Copyright (C) 2008 OpenWrt.org +# +# Copyright (C) 2006-2011 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more inform

[OpenWrt-Devel] [PATCH] libpng: update to 1.2.46

2011-11-03 Thread Raphaël HUCK
Hi all, this patch updates libpng to 1.2.46. From the changelog: *Fixed uninitialized memory read in png_format_buffer() (Bug report by Frank Busse, related to CVE-2004-0421). * Pass "" instead of '\0' to png_default_error() in png_err(). This mistake was introduced in libpng-1.2.20beta0

Re: [OpenWrt-Devel] [PATCH] pcre: update to 8.20

2011-11-03 Thread Raphaël HUCK
)" menuconfig option is set, just add a > dependency on @DEVEL to libpcrecpp That's not what I want. I wanted to fix the error when doing: $ make package/pcre/compile V=99 DEVELOPER=1 Am I wrong? Please tell me if I should resubmit a patch :) Thanks! -Raphaël > -- > -{Nico} >

[OpenWrt-Devel] [PATCH] pcre: update to 8.20

2011-11-02 Thread Raphaël HUCK
Hi all, this patch: * updates pcre to 8.20 * updates PKG_SOURCE_URL * fixes building libpcrecpp when DEVELOPER=1 Thanks, -Raphaël --- a/Makefile +++ b/Makefile @@ -8,16 +8,15 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pcre -PKG_VERSION:=8.11 -PKG_RELEASE:=2 +PKG_VERSION:=8.20 +PKG_RELEASE:=1

Re: [OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-28 Thread Raphaël HUCK
Le Thu, 27 Oct 2011 17:03:05 +0200, Florian Fainelli a écrit : > On Thursday 27 October 2011 16:45:11 Raphaël HUCK wrote: > > Hi all, > > > > this patch replaces awk calls with stat and cut, which are both > > included in coreutils. > > Have you verified this w

[OpenWrt-Devel] [PATCH] ipkg-make-index: replace awk calls with stat and cut (from coreutils)

2011-10-27 Thread Raphaël HUCK
Hi all, this patch replaces awk calls with stat and cut, which are both included in coreutils. Thanks, -Raphaël --- scripts/ipkg-make-index.sh.orig 2011-10-27 16:08:33.149886769 +0200 +++ scripts/ipkg-make-index.sh 2011-10-27 16:13:25.593893720 +0200 @@ -12,8 +12,8 @@ which md5sum >/dev/null 2>&

[OpenWrt-Devel] [PATCH] dnsmasq: update to 2.59 and use PKG_INSTALL

2011-10-27 Thread Raphaël HUCK
Hi all, this patch updates dnsmasq to 2.59 and makes use of PKG_INSTALL. Changelog: Fix regression in 2.58 which caused failure to start up with some combinations of dnsmasq config and IPv6 kernel network config. Thanks to Brielle Bruns for the bug

[OpenWrt-Devel] Remove empty packages/libs/json-c

2011-10-27 Thread Raphaël HUCK
Hi all, just to say https://dev.openwrt.org/browser/packages/libs/json-c can be removed :) Thanks! -Raphaël ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] hiawatha: update to 7.7

2011-10-13 Thread Raphaël HUCK
Hi all, this patch updates hiawatha to 7.7. Changelog: * First parameter of Alias can now contain subdirectories. * Improved stability for connections with SSL client authentication. * Bugfix: BanOnFlooding was broken. Thanks! -Raphaël diff -pruN -x .svn packages/net/hiawatha.orig/Makefile pack

[OpenWrt-Devel] [PATCH] listener: new package

2011-10-13 Thread Raphaël HUCK
Hi all, this patch adds a new package: listener. http://www.vanheusden.com/listener/ This program listens for sound. If it detects any, it starts recording automatically and also automatically stops when things become silent again. Thanks, -Raphaël diff -pruN -x .svn sound.orig/listener/Makefi

Re: [OpenWrt-Devel] "src-git: pull broken" in scripts/feeds

2011-09-14 Thread Raphaël HUCK
> why is the following comment present in scripts/feeds [1]? > > # src-git: pull broken > > Does it mean that it's not possible to update feeds using the src-git > method? > > [1] https://dev.openwrt.org/browser/trunk/scripts/feeds#L138 I've been waiting for new commits to appear in git:

[OpenWrt-Devel] "src-git: pull broken" in scripts/feeds

2011-09-13 Thread Raphaël HUCK
Hi all, why is the following comment present in scripts/feeds [1]? # src-git: pull broken Does it mean that it's not possible to update feeds using the src-git method? Thanks! -Raphael [1] https://dev.openwrt.org/browser/trunk/scripts/feeds#L138 __

[OpenWrt-Devel] [PATCH] hiawatha: update to 7.6

2011-09-08 Thread Raphaël HUCK
Hi, this patch updates hiawatha to 7.6. Changelog since 7.3: PreventSQLi option rewritten. OldBrowser option added to URL toolkit. Improved mimetype configuration. Do-not-track HTTP header support. Password file entries can now be created with Wigwam. Small bugfixes and i

[OpenWrt-Devel] [PATCH] dnsmasq: update to 2.58

2011-09-08 Thread Raphaël HUCK
Hi, this patch updates dnsmasq to 2.58. The long list of changes is here: http://www.thekelleys.org.uk/dnsmasq/CHANGELOG Regards, -Raphaeldiff -pruN dnsmasq.orig/Makefile dnsmasq/Makefile --- dnsmasq.orig/Makefile 2011-09-07 15:36:03.205389307 +0200 +++ dnsmasq/Makefile 2011-09-07 18:18:03.8889

[OpenWrt-Devel] Valgrind for MIPS

2011-09-06 Thread Raphaël HUCK
Hi all, I've just stumbled upon a patch adding MIPS support to Valgrind. It is applicable for MIPS32r2 instruction set, and supports both little-endian and big-endian cores. It can be applied to the revision 11845 (version 3.7.0.SVN) from the main Valgrind trunk. However, as the Valgrind package

Re: [OpenWrt-Devel] [PATCH] Add support for a noname router from DX

2011-08-17 Thread Raphaël HUCK
> >>> The patch looks good. However 'Unbranded-3G' is not a descriptive > >>> name, and the router has a model number: WS-WR512N1. See the > >>> label on the back of the device: > >>> http://www.dealextreme.com/photogallery.dx/sku.45639~seQ.2 > >>> > >>> Please replace the 'unbranded' stuff with so

Re: [OpenWrt-Devel] [PATCH] Add support for a noname router from DX

2011-08-17 Thread Raphaël HUCK
> > This patch adds full support for this router: > > http://www.dealextreme.com/p/portable-wireless-n-3g-router-cdma2000-evdo-td-scdma-hspa-wcdma-45639 > > This is a resubmit of my previous patch against current trunk. > > I have adjusted mtd partitioning so that built-in dwc_otg&usb would > > f

Re: [OpenWrt-Devel] [PATCH] yaddns: update to 1.0-rc3

2011-01-18 Thread Raphaël HUCK
Even better with the patch attached :) > Hi, > > this patch updates yaddns to 1.0-rc3. Changes are: > > * add support for Sitelutions service > * remove -Werror which broke compilation on some services > * use HTTP/1.0 instead of HTTP/1.1 to avoid chunked encoding > > Regards, > > -Raphaël >

[OpenWrt-Devel] [PATCH] yaddns: update to 1.0-rc3

2011-01-18 Thread Raphaël HUCK
Hi, this patch updates yaddns to 1.0-rc3. Changes are: * add support for Sitelutions service * remove -Werror which broke compilation on some services * use HTTP/1.0 instead of HTTP/1.1 to avoid chunked encoding Regards, -Raphaël ___ openwrt-devel mai

[OpenWrt-Devel] [PATCH] libupnp: update to 1.6.8

2010-10-27 Thread Raphaël HUCK
Hi, this patch updates libupnp to 1.6.8. There are lots of fixes since 1.6.6, and 3 concerning embedded devices: - fix segfault when there is no services on embedded devices - customize the stack size of the threads used by pupnp - fix several memory leaks And a security issue: - fix denial-of-

[OpenWrt-Devel] [PATCH] yaddns: update to 0.1.2

2010-10-27 Thread Raphaël HUCK
Hi, this patch updates yaddns to 0.1.2. From the changelog: * fix signals handling * improve portability with autotools Thanks, -Raphaël diff -pruN net/yaddns.orig/Makefile net/yaddns/Makefile --- net/yaddns.orig/Makefile 2010-10-27 11:12:25.0 +0200 +++ net/yaddns/Makefile 2010-10-27 1

Re: [OpenWrt-Devel] bcm63xx spi patches

2010-10-01 Thread Raphaël HUCK
> Hello, > > I've started to rework bcm63xx spi patches and make them work for a > similar board, I've yet to confirm they are ok for neufbox4. > > Some issues are remaining (chip select, prepend bytes ...), please > feel free to give me your opinion about them. > > I hope next week I can cor

[OpenWrt-Devel] [PATCH] heyu: update to 2.9.1

2010-09-13 Thread Raphaël HUCK
Hi, this patch updates heyu to 2.9.1 Regards, -Raphaël diff -pruN utils.orig/heyu/Makefile utils/heyu/Makefile --- utils.orig/heyu/Makefile 2010-09-13 18:13:51.0 +0200 +++ utils/heyu/Makefile 2010-09-13 18:10:46.0 +0200 @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copy

Re: [OpenWrt-Devel] LibreWRT introduction & patch

2010-07-26 Thread Raphaël HUCK
Le Mon, 26 Jul 2010 07:10:25 -0700, "Jason Self" a écrit : > ralph.hem...@lantiq.com wrote: > > > ... I would appreciate this solution. > > This makes it much more easy for us to create free SDK's. > > > > By default the Package License should be GPL. Only non GPL packages > > will add the addit

[OpenWrt-Devel] [PATCH] cyassl: update to 1.5.0, refresh patches

2010-05-12 Thread Raphaël HUCK
Hi, this patch updates cyassl to 1.5.0 and refreshes patches. -RaphaelIndex: package/cyassl/patches/130-configure_disable_pthreads_tests.patch === --- package/cyassl/patches/130-configure_disable_pthreads_tests.patch (révision 21426)

Re: [OpenWrt-Devel] patchwork for openwrt

2010-05-10 Thread Raphaël HUCK
Le Fri, 07 May 2010 12:24:29 +0200, j...@phrozen.org a écrit : > Hi, > > http://patchwork.cyranjo.org > > John > > Hi John, this is great! But why not http://patchwork.openwrt.org? Also a problem with patchwork is that it exposes email adresses to anyone with simple mailto: links in clear.

[OpenWrt-Devel] [PATCH] sigscheme: new package in lang section

2010-05-07 Thread Raphaël HUCK
Hi, this patch adds a new package in the lang section: http://code.google.com/p/sigscheme/ SigScheme is a R5RS Scheme interpreter for embedded use. It features small footprint (64KB in library form on the 'small' configuration) like SIOD and TinyScheme, low memory consumption (2-words per cons c

Re: [OpenWrt-Devel] patchwork for openwrt

2010-05-06 Thread Raphaël HUCK
Le Thu, 6 May 2010 12:19:34 +0200, Bernhard Loos a écrit : > Hello > Is there any chance we could set up a patchwork server like the one > the kernel has? > I'm not sure, how much work this will be, but there are a significant > number of patches send to openwrt-devel, which are more or less > si

[OpenWrt-Devel] [PATCH] tcl: update to 8.5.8, use PKG_INSTALL

2010-05-06 Thread Raphaël HUCK
Hi, this patch updates tcl to 8.5.8, uses PKG_INSTALL and cleans up a bit. -Raphaeldiff '--exclude=.svn' -pruN tcl.orig/Makefile tcl/Makefile --- tcl.orig/Makefile 2010-05-04 16:16:58.0 +0200 +++ tcl/Makefile 2010-05-05 11:52:18.0 +0200 @@ -1,21 +1,25 @@ -# -# Copyright (C) 2008

Re: [OpenWrt-Devel] [bcm63xx] fix reset_buttons register

2010-04-29 Thread Raphaël HUCK
> > These patches look fine. May I suggest that we rename the > > "reset_buttons" field to "buttons" instead, in a subsequent patch > > for instance. > > > Sure, I just forgot it. > > See new patch > > 0004-bcm63xx-rename-reset_buttons-to-buttons.patch > > > Thank you. > > -- > > Florian > >

Re: [OpenWrt-Devel] [bcm63xx] fix reset_buttons register

2010-04-29 Thread Raphaël HUCK
Le Thu, 29 Apr 2010 14:23:48 +0200, Miguel GAIO a écrit : > Hi > > This is an update of previous patch. > > First patch fix gpio buttons device register. > Second patch change reset button KEY code from BTN_0 to KEY_RESTART. > Last patch add WPS button for NB4 devices. > > 0001-bcm63xx-fix-gpi

Re: [OpenWrt-Devel] [bcm6358] fix enet1 mii clk

2010-04-28 Thread Raphaël HUCK
Le Wed, 28 Apr 2010 11:39:34 +0200, Miguel GAIO a écrit : > Hi, > > The attached patch fixup the setup of MII clock for case enet1 is > linked to external switch for 6358 soc base boards. > > Warning! Despite, this improves stability on NB4 and 96358VW boards, > it must be confirmed on other bo

Re: [OpenWrt-Devel] [bcm63xx] WDT driver, dump registers, call trace before reboot

2010-04-27 Thread Raphaël HUCK
Le Tue, 27 Apr 2010 17:22:04 +0200, Miguel GAIO a écrit : > Hi, > > The attached path extends bcm63xx_wdt driver. > > It registers TIMER_WDT callback. > Callback calls die(), that dump current context. > > This can be usefull for debug purpose. > > Kind Regards, > > Miguel > Applied in r2

Re: [OpenWrt-Devel] [bcm63xx] Add support for neufbox4 boards (French ISP boards)

2010-04-27 Thread Raphaël HUCK
Le Tue, 27 Apr 2010 15:35:51 +0200, Florian Fainelli a écrit : > Hi Miguel, > > On Tuesday 27 April 2010 15:22:23 Miguel GAIO wrote: > > On Tue, 2010-04-27 at 11:36 +0200, Florian Fainelli wrote: > > > Hi Miguel, > > > > > > On Tuesday 27 April 2010 11:10:11 Miguel GAIO wrote: > > > > Hi, > > >

Re: [OpenWrt-Devel] Suggestions to ease maintenance of OpenWrt based firmware

2010-04-15 Thread Raphaël HUCK
Having discussed it several times with Florian, I would be great to gather ideas and suggestions from other people, and more particularly from those who work on a firmware based on OpenWrt. I believe there are several companies already doing this, and more that are thinking on doing so. The more w

[OpenWrt-Devel] [PATCH] Add yaddns package

2010-03-22 Thread Raphaël HUCK
Hi, this patch adds a package for yaddns: http://sourceforge.net/projects/yaddns/ Yaddns is a small ddns client with multiple ddns server supports (dyndns, ...) and a high flexibility. Yaddns is particularly appropriate for embedded systems. -Raphaeldiff -pruN net.orig/yaddns/Makefile net/yadd

Re: [OpenWrt-Devel] [PATCH] Fix package/Makefile

2010-03-22 Thread Raphaël HUCK
Le Sat, 20 Mar 2010 12:20:50 +0100, Florian Fainelli a écrit : > Hi Raphaël, > > Le vendredi 5 mars 2010 17:37:15, Raphaël HUCK a écrit : > > Hi, > > > > this patch fixes package/Makefile. > > You add /usr/lib/ebtables, should not you also add /usr/lib/iptabl

[OpenWrt-Devel] [PATCH] lzo: fix parallel build

2010-03-19 Thread Raphaël HUCK
Hi, this patch fixes lzo parallel build and uses PKG_INSTALL:=1. -Raphaël diff '--exclude=.svn' -pruN libs/lzo.orig/Makefile libs/lzo/Makefile --- libs/lzo.orig/Makefile 2010-03-19 16:58:57.0 +0100 +++ libs/lzo/Makefile 2010-03-19 16:58:40.0 +0100 @@ -9,13 +9,14 @@ include $(TOPDI

[OpenWrt-Devel] [PATCH] Add dmalloc package

2010-03-19 Thread Raphaël HUCK
Hi, this patch adds the dmalloc package, which is a library useful for memory-leak tracking, fence-post write detection, file/line number reporting, and general logging of statistics. -Raphaël diff -pruN devel.orig/dmalloc/Makefile devel/dmalloc/Makefile --- devel.orig/dmalloc/Makefile 1970-01-01

[OpenWrt-Devel] [PATCH] faifa:

2010-03-19 Thread Raphaël HUCK
Hi, this patch cleans the package Makefile a little and adds 3 patches to: - fix Makefile.in - link faifa against the static library - a fix for 64 bits devices -Raphaël diff '--exclude=.svn' -pruN net/faifa.orig/Makefile net/faifa/Makefile --- net/faifa.orig/Makefile 2010-03-19 11:35:42.000

[OpenWrt-Devel] Suggestions to ease maintenance of OpenWrt based firmware

2010-03-19 Thread Raphaël HUCK
Hi, I've been thinking lately on what could be done in OpenWrt to ease the maintenance of a firmware based on it. It is quite easy to integrate third-party applications by putting them into packages and using the feeds, so they stay out of the trunk and don't have to be worried about. Then you h

[OpenWrt-Devel] [PATCH] update xl2tpd to 1.2.5

2010-03-17 Thread Raphaël HUCK
Hi, this patch updates xl2tpd to 1.2.5. From the changelog: * Fix initscript for https://bugzilla.redhat.com/show_bug.cgi%3Fid%3D247100 * Fix for two Windows machines behind the same NAT with the same number of l2tp connection attempts since boot [Shinichi Furuso] Changes in this patch: * use

[OpenWrt-Devel] [PATCH] iproute2: fix parallel build

2010-03-08 Thread Raphaël HUCK
Hi, this patches fixes iproute2 parallel build. -Raphaeldiff -pruN iproute2.orig/Makefile iproute2/Makefile --- iproute2.orig/Makefile 2010-03-08 18:20:34.0 +0100 +++ iproute2/Makefile 2010-03-08 18:23:20.0 +0100 @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006 OpenWrt.org +# +# Copyrigh

[OpenWrt-Devel] [PATCH] iptables: fix parallel build

2010-03-08 Thread Raphaël HUCK
Hi, this patch fixes iptables parallel build. -Raphaeldiff -pruN iptables.orig/Makefile iptables/Makefile --- iptables.orig/Makefile 2010-03-08 18:15:21.0 +0100 +++ iptables/Makefile 2010-03-08 18:14:41.0 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright

[OpenWrt-Devel] [PATCH] gdb: fix parallel build

2010-03-08 Thread Raphaël HUCK
Hi, this patch fixes gdb parallel build. -Raphaeldiff -pruN gdb.orig//Makefile gdb/Makefile --- gdb.orig//Makefile 2010-03-08 18:06:25.0 +0100 +++ gdb/Makefile 2010-03-08 18:05:48.0 +0100 @@ -1,4 +1,5 @@ -# Copyright (C) 2006-2009 OpenWrt.org +# +# Copyright (C) 2006-2010 OpenWrt.

[OpenWrt-Devel] [PATCH] fuse24: fix parallel build

2010-03-08 Thread Raphaël HUCK
Hi, this patch fixes fuse24 parallel build. -Raphaeldiff -pruN fuse24.orig//Makefile fuse24/Makefile --- fuse24.orig//Makefile 2010-03-08 18:00:23.0 +0100 +++ fuse24/Makefile 2010-03-08 17:59:52.0 +0100 @@ -1,5 +1,5 @@ -# -# Copyright (C) 2008 OpenWrt.org +# +# Copyright (C) 2006

[OpenWrt-Devel] [PATCH] fuse: fix parallel build

2010-03-08 Thread Raphaël HUCK
Hi, this patch fixes fuse parallel build. -Raphaeldiff -pruN fuse.orig//Makefile fuse/Makefile --- fuse.orig//Makefile 2010-03-08 17:55:29.0 +0100 +++ fuse/Makefile 2010-03-08 17:54:43.0 +0100 @@ -1,5 +1,5 @@ -# -# Copyright (C) 2006-2009 OpenWrt.org +# +# Copyright (C) 2006-2010

[OpenWrt-Devel] [PATCH] openssl: fix parallel build

2010-03-08 Thread Raphaël HUCK
Hi, this patch fixes openssl parallel build. -Raphaeldiff -pruN openssl.orig/Makefile openssl/Makefile --- openssl.orig/Makefile 2010-03-05 17:39:17.0 +0100 +++ openssl/Makefile 2010-03-05 17:42:29.0 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 OpenWrt.org +# Copyright (C)

[OpenWrt-Devel] [PATCH] Fix package/Makefile

2010-03-05 Thread Raphaël HUCK
Hi, this patch fixes package/Makefile. -Raphaeldiff -pruN package.orig/Makefile package/Makefile --- package.orig/Makefile 2010-03-05 17:32:59.0 +0100 +++ package/Makefile 2010-03-05 17:33:46.0 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2008 OpenWrt.org +# Copyright (C) 2006-2

[OpenWrt-Devel] [PATCH] Fix uboot-envtools

2010-03-05 Thread Raphaël HUCK
Hi, this patch fixes uboot-envtools so that it is no longer broken. -Raphaeldiff -pruN uboot-envtools.orig/Makefile uboot-envtools/Makefile --- uboot-envtools.orig/Makefile 2010-03-05 16:51:22.0 +0100 +++ uboot-envtools/Makefile 2010-03-05 16:59:45.0 +0100 @@ -1,5 +1,5 @@ -# -# C

[OpenWrt-Devel] [PATCH] add LN definition to rules.mk

2010-03-05 Thread Raphaël HUCK
Hi, there are quite a lot of package using "ln -sf" in their Makefile, so this patch adds LN:=ln -sf to rules.mk -Raphaeldiff -pruN trunk.orig/rules.mk trunk/rules.mk --- trunk.orig/rules.mk 2010-03-05 16:55:32.0 +0100 +++ trunk/rules.mk 2010-03-05 16:56:11.0 +0100 @@ -1,5 +1,

[OpenWrt-Devel] [PATCH] libpcap: use PKG_INSTALL, new patch to disable man pages

2010-03-04 Thread Raphaël HUCK
Hi, this patch uses PKG_INSTALL:=1 and simplifies the Makefile, separates the menuconfig options in a separates Config.in file, adds a new patch to disable man pages (there was an error with QUILT=1 without this patch, as ln was used without -f), renames patches to be more explicit (and 1xx for Ma

[OpenWrt-Devel] [PATCH] Fix Build/Install/Default definition

2010-03-04 Thread Raphaël HUCK
Hi all, the current Build/Install/Default definition is as follows (https://dev.openwrt.org/browser/trunk/include/package-defaults.mk#L121): define Build/Install/Default $(MAKE_VARS) \ $(MAKE) -C $(PKG_BUILD_DIR)/$(MAKE_PATH) \ $(MAKE_INSTALL_FLAGS) \

[OpenWrt-Devel] [PATCH] Fix toolchain parallel build

2010-03-04 Thread Raphaël HUCK
Hi, this patch fixes toolchain parallel build, which reduces build time. In order to enable parallel build, change line 21 of include/host-build.mk from: override MAKEFLAGS= to: override MAKEFLAGS=$(MAKE_JOBS) -Raphaeldiff -pruN trunk.orig//include/host-build.mk trunk/include/host-build.mk --

[OpenWrt-Devel] [package] ncurses: use PKG_INSTALL and fix parallel build

2010-03-04 Thread Raphaël HUCK
Hi, this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes parallel build. -Raphaeldiff -pruN ncurses.orig/Makefile ncurses/Makefile --- ncurses.orig/Makefile 2010-03-04 14:28:11.0 +0100 +++ ncurses/Makefile 2010-03-04 14:28:48.0 +0100 @@ -1,5 +1,5 @@ -# -# Copyrigh

[OpenWrt-Devel] [package] ppp: use PKG_INSTALL to simplify and fix parallel build

2010-03-04 Thread Raphaël HUCK
Hi, this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also fixes parallel build. -Raphaeldiff -pruN ppp.orig//Makefile ppp/Makefile --- ppp.orig//Makefile 2010-03-04 10:47:34.0 +0100 +++ ppp/Makefile 2010-03-04 10:49:22.0 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C)

[OpenWrt-Devel] [PATCH] sysfsutils: separate libsysfs and sysfsutils and move to libs, add patch

2010-02-26 Thread Raphaël HUCK
Hi, this patch separates the old sysfsutils into libsysfs (library) and sysfsutils (systool utility), and moves the package to libs. And also adds a patch to check that the mount point is indeed mounted (from Debian patch-tracker). (This patch must be applied from the parent dir of packages/) -

[OpenWrt-Devel] [PATCH] Add wide-dhcpv6 package

2010-02-22 Thread Raphaël HUCK
Hi, this patch adds wide-dhcpv6 package. -Raphael diff -pruN ipv6.orig/wide-dhcpv6/files/dhcp6c.config ipv6/wide-dhcpv6/files/dhcp6c.config --- ipv6.orig/wide-dhcpv6/files/dhcp6c.config 1970-01-01 01:00:00.0 +0100 +++ ipv6/wide-dhcpv6/files/dhcp6c.config 2010-02-22 11:59:15.0 +010

[OpenWrt-Devel] [PATCH] strace: fix build error #6702

2010-02-19 Thread Raphaël HUCK
Hi, this patch fixes a build error described in ticket #6702. -Raphaeldiff -pruN utils/strace.orig//Makefile utils/strace/Makefile --- utils/strace.orig//Makefile 2010-02-19 17:30:33.0 +0100 +++ utils/strace/Makefile 2010-02-19 17:36:44.0 +0100 @@ -40,12 +40,17 @@ A useful diagnos

[OpenWrt-Devel] [PATCH] add gesftpserver package

2010-02-19 Thread Raphaël HUCK
Hi, this patch adds geftpserver package. This server is taken from http://www.greenend.org.uk/rjk/sftpserver/index.html It will need the patch to add bzr support to include/download.mk I've submitted yesterday: https://lists.openwrt.org/pipermail/openwrt-devel/2010-February/005973.html (a simi

Re: [OpenWrt-Devel] [PATCH] sudo: update to 1.7.2p3

2010-02-19 Thread Raphaël HUCK
Le Fri, 19 Feb 2010 11:58:56 +0100, edgar.sol...@web.de a écrit : > > > > > (thanks for http://pastehtml.com/view/5tfitwd.html) > > > > Nice. Where does this come from? .. Is it dynamically updated? swalker posted it on #openwrt-devel, and I remember he told briefly how he made this, I thin

[OpenWrt-Devel] [PATCH] add bzr support to include/download.mk and fix whitespace

2010-02-18 Thread Raphaël HUCK
Hi, this patch adds support for bzr in include/download.mk, and fixes whitespace. -Raphael--- include/download.mk.orig 2010-02-18 18:27:26.090680177 +0100 +++ include/download.mk 2010-02-18 18:14:32.187190084 +0100 @@ -1,5 +1,5 @@ -# -# Copyright (C) 2007 OpenWrt.org +# +# Copyright (C) 2006-201

[OpenWrt-Devel] [PATCH] add upx package and libucl

2010-02-18 Thread Raphaël HUCK
Hi, these patches add upx and libucl packages. From http://upx.sourceforge.net/ UPX is a free, portable, extendable, high-performance executable packer for several different executable formats. It achieves an excellent compression ratio and offers very fast decompression. Your executables suffer

[OpenWrt-Devel] [PATCH] gettext: update to 0.17

2010-02-18 Thread Raphaël HUCK
Hi, this patch updates gettext to 0.17. -Raphaeldiff '--exclude=*.svn' -pruN libs/gettext.orig//Makefile libs/gettext/Makefile --- libs/gettext.orig//Makefile 2010-02-18 10:00:11.314657749 +0100 +++ libs/gettext/Makefile 2010-02-17 17:56:04.670418563 +0100 @@ -8,19 +8,18 @@ include $(TOPDIR)/rul

[OpenWrt-Devel] [PATCH] sudo: update to 1.7.2p3

2010-02-17 Thread Raphaël HUCK
Hi, this patch updates sudo to the latest stable version: 1.7.2p3 (thanks for http://pastehtml.com/view/5tfitwd.html) -Raphaeldiff -pruN sudo.orig//Makefile sudo/Makefile --- sudo.orig//Makefile 2010-02-17 12:06:19.414414545 +0100 +++ sudo/Makefile 2010-02-17 12:10:47.210658474 +0100 @@ -1,5 +1,

Re: [OpenWrt-Devel] [PATCH] strace: clean up Makefile and mips64 support for 4.5.16

2010-02-17 Thread Raphaël HUCK
Le Tue, 16 Feb 2010 18:12:41 +0100, Jo-Philipp Wich a écrit : > > -CONFIGURE_VARS += \ > > - ac_cv_header_linux_netlink_h=yes > > This was required to build on brcm-2.4, did you test your changes > there? I haven't removed it, just moved down after the package description :) +CONFIGURE_VAR

Re: [OpenWrt-Devel] [PATCH] libupnp: fix parallel build and cleanup Makefile

2010-02-16 Thread Raphaël HUCK
Le Mon, 15 Feb 2010 19:17:55 +0100, bud.d...@suisse.org a écrit : > On 15.02.2010 17:58, Raphaël HUCK wrote: > > +MAKE_ARGS += CCOPT="$(TARGET_CFLAGS)" > > > > define Build/Compile/libupnp-sample > > $(MAKE) -C $(PKG_BUILD_DIR) \ &

[OpenWrt-Devel] [PATCH] libupnp: fix parallel build and cleanup Makefile

2010-02-15 Thread Raphaël HUCK
Hi, this patch fixes libupnp parallel build and cleans the Makefile a little. -Raphaeldiff -pruN libupnp.orig//Makefile libupnp/Makefile --- libupnp.orig//Makefile 2010-02-15 17:57:21.0 +0100 +++ libupnp/Makefile 2010-02-15 17:54:59.0 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 200

[OpenWrt-Devel] [PATCH] ethtool: fix parallel build

2010-02-12 Thread Raphaël HUCK
Hi, this patch fixes ethtool parallel build. -Raphaeldiff -pruN ethtool.orig/Makefile ethtool/Makefile --- ethtool.orig/Makefile 2010-02-12 17:29:09.0 +0100 +++ ethtool/Makefile 2010-02-12 17:31:25.0 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2006 OpenWrt.org +# Copyright (C) 2006-

Re: [OpenWrt-Devel] [PATCH] New package powertop 1.11

2010-02-12 Thread Raphaël HUCK
Le Fri, 12 Feb 2010 16:33:31 +0100, Benjamin Henrion a écrit : > 2010/2/8 Raphaël HUCK : > > Hi all, > > > > this patch adds powertop: > > > > > > http://www.lesswatts.org/projects/powertop/ > > > > Computer programs can make your computer use

Re: [OpenWrt-Devel] [PATCH] New package powertop 1.11

2010-02-12 Thread Raphaël HUCK
> Hi all, > > this patch adds powertop: > > > http://www.lesswatts.org/projects/powertop/ > > Computer programs can make your computer use more power. PowerTOP is a > Linux tool that helps you find those programs that are misbehaving > while your computer is idle. The application that misbehave

[OpenWrt-Devel] [PATCH] Fix tcpdump parallel build

2010-02-08 Thread Raphaël HUCK
Hi again, this patch fixes tcpdump parallel build. -Raphaeldiff -pruN tcpdump.orig/Makefile tcpdump/Makefile --- tcpdump.orig/Makefile 2010-02-08 17:24:06.778911003 +0100 +++ tcpdump/Makefile 2010-02-08 17:24:35.694573060 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2009 OpenWrt.org +# Copyrigh

[OpenWrt-Devel] [PATCH] New package powertop 1.11

2010-02-08 Thread Raphaël HUCK
Hi all, this patch adds powertop: http://www.lesswatts.org/projects/powertop/ Computer programs can make your computer use more power. PowerTOP is a Linux tool that helps you find those programs that are misbehaving while your computer is idle. The application that misbehaved the most was the L

[OpenWrt-Devel] [PATCH] syslog-ng: fix parallel build

2010-02-08 Thread Raphaël HUCK
Hi all, this patch fixes parallel build for syslog-ng package. -Raphaeldiff -pruN syslog-ng.orig/Makefile syslog-ng/Makefile --- syslog-ng.orig/Makefile 2010-02-08 17:03:19.350660971 +0100 +++ syslog-ng/Makefile 2010-02-08 17:03:51.022918775 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2009 Ope

Re: [OpenWrt-Devel] MAKE_ARGS not working?

2010-01-29 Thread Raphaël HUCK
> Hi Raphael, > > in connection to this patch I doublechecked and modified my latest > ntfs-3g update (we obviously had the same idea ;) and found this Hey Bud, are you referring to this ticket? https://dev.openwrt.org/ticket/6577 > > MAKE_ARGS += CFLAGS_O="$(TARGET_CFLAGS)" > > > > is obvi

Re: [OpenWrt-Devel] [PATCH] Fix parallel build of lzo package

2010-01-29 Thread Raphaël HUCK
Le Thu, 28 Jan 2010 19:52:00 +0100, Felix Fietkau a écrit : > On 2010-01-28 5:35 PM, Raphaël HUCK wrote: > > Hi all, > > > > Several packages cannot be built in parallel. > > > > This patch fixes this for the lzo package. > I don't really see the conne

[OpenWrt-Devel] [PATCH] Fix parallel build of lzo package

2010-01-28 Thread Raphaël HUCK
Hi all, Several packages cannot be built in parallel. This patch fixes this for the lzo package. -Raphaël diff -pruN lzo.orig/Makefile lzo/Makefile --- lzo.orig/Makefile 2010-01-28 15:01:09.317221843 +0100 +++ lzo/Makefile 2010-01-28 17:13:59.981473228 +0100 @@ -1,5 +1,5 @@ # -# Copyright (C)

Re: [OpenWrt-Devel] Suggestions to ease maintenance of OpenWrt based firmware

2010-01-27 Thread Raphaël HUCK
Hi Florian and everyone, Le Thu, 28 May 2009 12:01:07 +0200, Raphaël HUCK a écrit : > Le Wed, 27 May 2009 14:21:24 +0200, > Florian Fainelli a écrit : > > > Salut Raphaël, > > > > Le Wednesday 27 May 2009 11:40:08 Raphaël HUCK, vous avez écrit : > > >

Re: [OpenWrt-Devel] Suggestions to ease maintenance of OpenWrt based firmware

2009-05-28 Thread Raphaël HUCK
Le Wed, 27 May 2009 14:21:24 +0200, Florian Fainelli a écrit : > Salut Raphaël, > > Le Wednesday 27 May 2009 11:40:08 Raphaël HUCK, vous avez écrit : > > Hi, > > > > I've been thinking lately on what could be done in OpenWrt to > > ease the maintenance of

[OpenWrt-Devel] Suggestions to ease maintenance of OpenWrt based firmware

2009-05-27 Thread Raphaël HUCK
great to introduce an InstallShared rule. What do you think? Regards, --Raphaël HUCK signature.asc Description: PGP signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel