Re: [OpenWrt-Devel] Backfire 10.03-beta

2010-03-05 Thread Stefan Monnier
> Binaries can be downloaded at > http://downloads.openwrt.org/backfire/10.03-beta/ Is there some equivalent Svn revision, branch, or the trunk rev-number from which it was branched? Stefan ___ openwrt-devel mailing list openwrt-devel@lists.op

Re: [OpenWrt-Devel] [PATCH] libxml2 Makefile

2010-03-05 Thread Travis Kemen
Looks like your patch was mangled somewhere along the line, please resubmit it. Thanks Travis 2010/3/3 João Almeida : > This patch enables the compilation of the latest libxml2. Was tested on > Kamikaze 8.09.2 and successfully used by a custom program. The previous > version of libxml2 was 4 year

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

2010-03-05 Thread Travis Kemen
Committed r19998. Travis 2010/3/5 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 > > > -Raphael > ___ > openwrt-devel mailing list > openwrt-devel@lists.ope

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

2010-03-05 Thread Travis Kemen
Committed r19997. Travis 2010/3/4 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 wi

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

2010-03-05 Thread Travis Kemen
Committed r19994. Thanks Travis 2010/3/4 Raphaël HUCK : > Hi, > > this patch simplifies the Makefile by using PKG_INSTALL:=1 and fixes > parallel build. > > -Raphael > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.op

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

2010-03-05 Thread Travis Kemen
Committed r19996. Travis 2010/3/4 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)/$(MAK

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

2010-03-05 Thread Travis Kemen
Committed r19995. Travis 2010/3/4 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) > > -Raphael >

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

2010-03-05 Thread Travis Kemen
Committed r19993. Travis 2010/3/4 Raphaël HUCK : > Hi, > > this patch simplifies the Makefile by using PKG_INSTALL:=1, and it also > fixes parallel build. > > -Raphael > ___ > openwrt-devel mailing list > openwrt-devel@lists.openwrt.org > https://lists.

[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] add cryptsetup

2010-03-05 Thread Jan Willies
This patch adds support for cryptsetup, based on a Makefile I found on the internet. Unfortunately cryptsetup looks for libdevmapper.so.1.02 while there's only libdevmapper.so available. As I don't know where to fix this (in lvm or cryptsetup?) and how, I leave this open for someone who does k

[OpenWrt-Devel] neufbox4 board support

2010-03-05 Thread Miguel GAIO
Hi, The attached patches fix support for neufbox4 boards. Patches are base on 2.6.32.9 kernel. First patch brings support for 74HC164 GPIO expander. It's mainly a copy from target/linux/ar71xx/files/drivers/gpio/nxp_74hc153.c platform driver. Second patch fixup buggy board names, using neufbox4

[OpenWrt-Devel] [PATCH 1/2] check /etc/fstab before automount

2010-03-05 Thread xiangfu . z
From: Xiangfu Liu thanks to Richard Sharpe --- .../base-files/files/etc/hotplug.d/block/10-mount | 11 +++ 1 files changed, 7 insertions(+), 4 deletions(-) diff --git a/package/base-files/files/etc/hotplug.d/block/10-mount b/package/base-files/files/etc/hotplug.d/block/10-mount ind