Re: [OpenWrt-Devel] Resend: [PATCH] CONFIG_X86_GENERIC only belongs in generic configs

2010-11-18 Thread Imre Kaloz
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

Re: [OpenWrt-Devel] Resend: [PATCH] CONFIG_X86_GENERIC only belongs in generic configs

2010-11-18 Thread Philip Prindeville
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_

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Bas Mevissen
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

Re: [OpenWrt-Devel] Resend: [PATCH] CONFIG_X86_GENERIC only belongs in generic configs

2010-11-18 Thread Imre Kaloz
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

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Jan Willies
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

[OpenWrt-Devel] [PATCH] ar71xx: D-Link DIR-825 B1 eth1 MAC address is garbage

2010-11-18 Thread Mark Mentovai
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

[OpenWrt-Devel] openssl 0.9.8p update patch attached - fixes a critical openssl bug

2010-11-18 Thread Peter Wagner
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

Re: [OpenWrt-Devel] Resend: [PATCH] CONFIG_X86_GENERIC only belongs in generic configs

2010-11-18 Thread Philip Prindeville
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

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-18 Thread Xiangfu Liu
-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

[OpenWrt-Devel] bcm63xx spi fixes

2010-11-18 Thread Tanguy Bouzéloc
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

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread 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 without defining a patch We could also define $CM

[OpenWrt-Devel] [PATCH] Add CMake host tool support [V2]

2010-11-18 Thread Bas Mevissen
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

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-18 Thread Stefan Tomanek
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

Re: [OpenWrt-Devel] [PATCH] [packages] add triggerhappy hotkey daemon

2010-11-18 Thread Xiangfu Liu
-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

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Jan Willies
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

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread 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 you include it on purpose? > Ah, great. That i

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Jan Willies
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.

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Bas Mevissen
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 >

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Bas Mevissen
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

Re: [OpenWrt-Devel] [PATCH] Add CMake host tool support

2010-11-18 Thread Jan Willies
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

Re: [OpenWrt-Devel] Resend: [PATCH] CONFIG_X86_GENERIC only belongs in generic configs

2010-11-18 Thread Imre Kaloz
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

[OpenWrt-Devel] [PATCH] cgit

2010-11-18 Thread Bastian Pranzas
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

[OpenWrt-Devel] [PATCH] update triggerhappy package to version 0.1.4

2010-11-18 Thread Stefan Tomanek
--- 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