> 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
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
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
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
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
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
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
>
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.
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
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
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,
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
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
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
14 matches
Mail list logo