On Fri, 19 Nov 2010 08:25:42 +0100, Philip Prindeville
wrote:
Some of the new or upcoming Atom and Bobcat cores may not use this size either,
so I think you might be assuming too much.
Sure, you are're absolutely right to assume they will rebase next-gen designs
on older microarchitect
On 11/18/10 12:24 PM, Imre Kaloz wrote:
On Thu, 18 Nov 2010 18:35:58 +0100, Philip Prindeville
wrote:
On 11/18/10 2:02 AM, Imre Kaloz wrote:
On Wed, 17 Nov 2010 07:18:51 +0100, Philip Prindeville
wrote:
Having CONFIG_X86_GENERIC in target/linux/x86/config-default obscures
CONFIG_MGEODE_
On 11/18/2010 06:53 PM, Jan Willies wrote:
> Unfortunately cmake picks up the host-gcc:
>
> (cd
> /var/tmp/swjawill/openwrt-dockstar/build_dir/target-arm_v5te_uClibc-0.9.30.1_eabi/weechat-0.3.3;
> /var/tmp/swjawill/openwrt-dockstar/staging_dir/host/bin/cmake . || exit 1 );
> -- The C compiler id
On Thu, 18 Nov 2010 18:35:58 +0100, Philip Prindeville
wrote:
On 11/18/10 2:02 AM, Imre Kaloz wrote:
On Wed, 17 Nov 2010 07:18:51 +0100, Philip Prindeville
wrote:
Having CONFIG_X86_GENERIC in target/linux/x86/config-default obscures
CONFIG_MGEODE_LX, etc. and caused wrong cache-line size
2010/11/18 Bas Mevissen
> On Thu, 18 Nov 2010 15:18:52 +0100, Jan Willies
> wrote:
>
> > define Build/Configure
> >
> > cd $(PKG_BUILD_DIR)
> > $(STAGING_DIR)/../host/bin/cmake .
> > endef
> >
>
> The host bin dir is already in the path, so you should be able to call
> cmake with
r22700 contained a copy-and-paste error that set eth0's MAC address
twice and never set eth1's.
Signed-off-by: Mark Mentovai
---
Index: target/linux/ar71xx/files/arch/mips/ar71xx/mach-dir-825-b1.c
===
--- target/linux/ar71xx/files/ar
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 2480d3b..f9b4c0a 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -8,7 +8,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=openssl
-PKG_VERSION:=0.9.8o
+PKG_VERSION:=0.9.8p
PKG_RELEASE:=1
PKG_SOURCE:=$(P
On 11/18/10 2:02 AM, Imre Kaloz wrote:
On Wed, 17 Nov 2010 07:18:51 +0100, Philip Prindeville
wrote:
Having CONFIG_X86_GENERIC in target/linux/x86/config-default obscures
CONFIG_MGEODE_LX, etc. and caused wrong cache-line size.
Signed-off-by: Philip Prindeville
---
IMHO target/linux/x86
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
thanks Stefan.
attach is the 0.1.5 patch.
On 11/18/2010 10:45 PM, Stefan Tomanek wrote:
> Dies schrieb Xiangfu Liu (xiangf...@gmail.com):
>
>> -PKG_VERSION:=0.1.3
>> -PKG_REV:=f7c42167127fb8377f99440f943ab863433b14b5
>> +PKG_VERSION:=0.1.4
>> +PKG_R
Hi Florian,
I've updated the spi driver, it fixes the following issues :
- chipselect
- command register defines
- add missing clock
Kind regards,
Tanguy Bouzéloc.
>From e99254247409e97b8976221517ef65419389d887 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tanguy=20Bouz=C3=A9loc?=
Date: Thu, 18 Nov
On Thu, 18 Nov 2010 15:18:52 +0100, Jan Willies
wrote:
> define Build/Configure
>
> cd $(PKG_BUILD_DIR)
> $(STAGING_DIR)/../host/bin/cmake .
> endef
>
The host bin dir is already in the path, so you should be able to call
cmake without defining a patch
We could also define $CM
Hi all,
The attached patch against trunk adds CMake host tool support. When
CONFIG_CMAKE is set in .config, the CMake tools will be build and
installed in staging_dir/host/bin.
To enable CONFIG_CMAKE, select "Advanced configuration options (for
developers) in the main menu and select "Build CMak
Dies schrieb Xiangfu Liu (xiangf...@gmail.com):
> -PKG_VERSION:=0.1.3
> -PKG_REV:=f7c42167127fb8377f99440f943ab863433b14b5
> +PKG_VERSION:=0.1.4
> +PKG_REV:=d5a041b18f010d4b1f4a33cfed00fcbe604e3a91
> PKG_RELEASE:=1
Due to some changes (and added features) this version is now designated
0.1.5, no
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi Mirko Vogt
this patch (see attach) update triggerhappy to last version 0.1.4
On 11/17/2010 08:10 PM, Mirko Vogt wrote:
> (slightly changed) applied in commit 24018
> (https://dev.openwrt.org/changeset/24018) - thanks!
>
> mirko
>
>
> On Fri, 20
Hi Bas,
2010/11/18 Bas Mevissen
> On Thu, 18 Nov 2010 14:32:36 +0100, Jan Willies
> wrote:
>
> > The CFLAGS from target/linux/kirkwood/Makefile are
> > overriding include/host-build.mk [3]. So removing "include
> > $(INCLUDE_DIR)/target.mk [4]" from tools/cmake/Makefile did it for me.
> > Did y
On Thu, 18 Nov 2010 14:32:36 +0100, Jan Willies
wrote:
> The CFLAGS from target/linux/kirkwood/Makefile are
> overriding include/host-build.mk [3]. So removing "include
> $(INCLUDE_DIR)/target.mk [4]" from tools/cmake/Makefile did it for me.
> Did you include it on purpose?
>
Ah, great. That i
2010/11/18 Bas Mevissen
> On Thu, 18 Nov 2010 13:49:46 +0100, Bas Mevissen
> wrote:
> > It looks you are trying to cross compile something that needs to be
> > compiled for the host. Is there something defined in your environment
> > for cross compiling?
>
The mail escaped before being finished.
On Thu, 18 Nov 2010 13:49:46 +0100, Bas Mevissen
wrote:
> On Thu, 18 Nov 2010 13:37:25 +0100, Jan Willies
> wrote:
>> Hi Bas,
>>
>> 2010/11/17 Bas Mevissen
>> The attached patch against trunk adds CMake host tool support.
>>
>> Thanks for your patch, I hope we can finally update Weechat (which
>
On Thu, 18 Nov 2010 13:37:25 +0100, Jan Willies
wrote:
> Hi Bas,
>
> 2010/11/17 Bas Mevissen
> The attached patch against trunk adds CMake host tool support.
>
> Thanks for your patch, I hope we can finally update Weechat (which
> kinda depends on cmake) to something recent.
>
> I applied you
Hi Bas,
2010/11/17 Bas Mevissen
> The attached patch against trunk adds CMake host tool support.
>
Thanks for your patch, I hope we can finally update Weechat (which kinda
depends on cmake) to something recent.
I applied your patch but building fails however:
(cd /var/tmp/swjawill/openwrt-doc
On Wed, 17 Nov 2010 07:18:51 +0100, Philip Prindeville
wrote:
Having CONFIG_X86_GENERIC in target/linux/x86/config-default obscures
CONFIG_MGEODE_LX, etc. and caused wrong cache-line size.
Signed-off-by: Philip Prindeville
---
IMHO target/linux/x86/config-default should be left alone and
Hi,
this patch adds the package cgit, a cgi tool to browse git repositories.
G,
Bastian
Index: net/cgit/patches/100_pass_flags_to_git.patch
===
--- net/cgit/patches/100_pass_flags_to_git.patch (Revision 0)
+++ net/cgit/patches/100_p
---
utils/triggerhappy/Makefile |5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/utils/triggerhappy/Makefile b/utils/triggerhappy/Makefile
index 984708d..e9db1d9 100644
--- a/utils/triggerhappy/Makefile
+++ b/utils/triggerhappy/Makefile
@@ -6,8 +6,8 @@
include $(TOPDIR
23 matches
Mail list logo