Re: [OpenWrt-Devel] ath9k: last week update broke adhoc beacons

2011-04-01 Thread Jan Willies
2011/4/2 Larry Vaden va...@texoma.net How besides downloading and running strings can one tell the rx for the files at, e.g., http://downloads.openwrt.org/snapshots/trunk/ar71xx/? packages/base-files will tell you.

Re: [OpenWrt-Devel] Lantiq - work on Amazon platform?

2011-04-10 Thread Jan Willies
2011/4/9 Stefan Pomaska tf_2...@gmx.net max.mus...@kaffeeschluerfer.com pretended : Thanks for you quick answer: [...] But of course I am aware that supporting more actual platforms has more importance and maybe I am the only one with this rather old platform, but afaik there used to be

[OpenWrt-Devel] [PATCH] add missing autoload shortcut to crypto modules for btrfs

2011-05-17 Thread Jan Willies
Currently the btrfs module (and other fs modules) is loaded before other modules to provide early extroot compatibility. This will fail for btrfs however, because the dependencies crypto-core and crypto-hash are missing. This patch makes them available for early loading too. Signed-off-by: Jan

[OpenWrt-Devel] [PATCH] add CONFIG_INOTIFY_USER to kirkwood

2011-05-20 Thread Jan Willies
It's needed for eg watch-dir support for transmission and lots of other things. It increases the kernel-size on kirkwood by ~2kb Signed-off-by: Jan Willies j...@willies.info --- target/linux/kirkwood/config-default |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target

[OpenWrt-Devel] [PATCH] add LD_LIBRARY to cmake.mk

2011-05-20 Thread Jan Willies
Otherwise cmake programs try to link with host ld.so Signed-off-by: Jan Willies j...@willies.info --- include/cmake.mk |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/include/cmake.mk b/include/cmake.mk index 22255ac..fd8ff2d 100644 --- a/include/cmake.mk +++ b/include

Re: [OpenWrt-Devel] [PATCH] add LD_LIBRARY to cmake.mk

2011-05-20 Thread Jan Willies
2011/5/20 Peter Lebbing pe...@digitalbrains.com On 20/05/11 18:06, Jan Willies wrote: Otherwise cmake programs try to link with host ld.so + -DDL_LIBRARY=$(STAGING_DIR) \ Typo alert? It says DL_LIBRARY not LD_LIBRARY which sounds more logical to me. Nope, it really

[OpenWrt-Devel] [PATCH] add CONFIG_INOTIFY_USER to kernel = 2.6.36

2011-05-24 Thread Jan Willies
It's needed for eg watch-dir support for transmission and lots of other things. It increases the kernel-size on kirkwood by ~2kb Signed-off-by: Jan Willies j...@willies.info --- target/linux/generic/config-2.6.36 |2 +- target/linux/generic/config-2.6.37 |2 +- target/linux/generic

Re: [OpenWrt-Devel] [PATCH] add CONFIG_INOTIFY_USER to kirkwood

2011-05-24 Thread Jan Willies
2011/5/24 Jo-Philipp Wich x...@subsignal.org Shouldn't this be done for all targets? Resubmitted to match all kernel = 2.6.36. Or did you mean only to targets where it actually makes sense, ie with USB-support or enough storage included? Hm, but what's with network storage, like nfs then.

Re: [OpenWrt-Devel] [PATCH] seagate goflex support for dockstar target

2011-07-05 Thread Jan Willies
2011/2/25 Martin Mueller m...@sig21.net Hi Jan, On Fri, Feb 25, 2011 at 01:21:40PM +0100, Jan Willies wrote: Do you happen to know whether the GoFlex Net has the same crypto hardware acceleration as the Dockstar ( http://wiki.openwrt.org/toh/seagate/dockstar#crypto.hardware.acceleration

Re: [OpenWrt-Devel] [PATCH] seagate goflex support for dockstar target

2011-07-05 Thread Jan Willies
2011/7/5 Martin Mueller m...@sig21.net Hi Jan, On Tue, Jul 05, 2011 at 09:52:34AM +0200, Jan Willies wrote: Apparently someone is working now on TDMA support for mv_cesa: http://code.google.com/p/openrd/issues/detail?id=18#c0 Would be nice to get this going. Yes, but he seems

[OpenWrt-Devel] [PATCH 1/3] add missing autoload shortcut to crypto modules for btrfs

2011-07-12 Thread Jan Willies
Signed-off-by: Jan Willies j...@willies.info --- package/kernel/modules/crypto.mk |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index e869851..1532afb 100644 --- a/package/kernel/modules/crypto.mk

[OpenWrt-Devel] [PATCH 2/3] btrfs depends on lzo since 2.6.38

2011-07-12 Thread Jan Willies
Signed-off-by: Jan Willies j...@willies.info --- package/kernel/modules/fs.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/fs.mk b/package/kernel/modules/fs.mk index f7720e0..890da77 100644 --- a/package/kernel/modules/fs.mk +++ b/package

[OpenWrt-Devel] [PATCH 0/3] make btrfs work with recent kernels

2011-07-12 Thread Jan Willies
Jan Willies (3): add missing autoload shortcut to crypto modules for btrfs btrfs depends on lzo since 2.6.38 add LZO modules ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH 3/3] add LZO modules

2011-07-12 Thread Jan Willies
Signed-off-by: Jan Willies j...@willies.info --- package/kernel/modules/crypto.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 1532afb..6724e7b 100644 --- a/package/kernel

[OpenWrt-Devel] [PATCH V2] add CONFIG_INOTIFY_USER to kernel = 2.6.36

2011-07-12 Thread Jan Willies
add CONFIG_INOTIFY_USER=y to 3.0 as well Signed-off-by: Jan Willies j...@willies.info --- target/linux/generic/config-2.6.36 |2 +- target/linux/generic/config-2.6.37 |2 +- target/linux/generic/config-2.6.38 |2 +- target/linux/generic/config-2.6.39 |2 +- target/linux/generic

Re: [OpenWrt-Devel] [PATCH v2] Version Bump Minidlna 1.0.21

2011-08-18 Thread Jan Willies
2011/8/18 Ian Leonard antonla...@gmail.com Adjust minidlna for inotify becoming part of the default kernel. Applied in r28034, thanks. Please make your patches from the packages/ checkout. ___ openwrt-devel mailing list

Re: [OpenWrt-Devel] Porting simplejson to openwrt

2011-08-25 Thread Jan Willies
2011/8/25 Roberto Riggio roberto.rig...@create-net.org Which is the version of setuptools shipped with openwrt? It's called 'distribute' and is at 0.6.16. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade openvpn package

2011-08-29 Thread Jan Willies
Hi Luka, 2011/8/21 Luka Perkov open...@lukaperkov.net define Package/openvpn SECTION:=net CATEGORY:=Network + SUBMENU:=VPN DEPENDS:=+kmod-tun +libopenssl +PACKAGE_openvpn_complzo:liblzo The lzo dependency doesn't seem to work. It's not selected here.

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade openvpn package

2011-08-29 Thread Jan Willies
2011/8/29 edgar.sol...@web.de On 29.08.2011 16:14, Jan Willies wrote: Hi Luka, 2011/8/21 Luka Perkov open...@lukaperkov.net mailto: open...@lukaperkov.net define Package/openvpn SECTION:=net CATEGORY:=Network + SUBMENU:=VPN DEPENDS:=+kmod-tun

Re: [OpenWrt-Devel] [PATCH][PACKAGE] upgrade openvpn package

2011-08-29 Thread Jan Willies
2011/8/29 edgar.sol...@web.de On 29.08.2011 17:14, Jonas Gorski wrote: On 29 August 2011 17:04, edgar.sol...@web.de wrote: On 29.08.2011 16:44, Jan Willies wrote: 2011/8/29 edgar.sol...@web.de mailto:edgar.sol...@web.de On 29.08.2011 16 tel:29.08.2011%2016:14, Jan Willies wrote

Re: [OpenWrt-Devel] [PATCH-v5] samba 3.0.37 update

2011-10-06 Thread Jan Willies
2011/9/19 Maarten Bezemer m.m.beze...@utwente.nl I was a bit busy lately, so sorry for the late reply. Update in this patch (compared to v4): * Removed ldap, kerebos and activedirectory support * Added iconv support, by adding --with-libiconv=$(ICONV_PREFIX) as configure flag and by

Re: [OpenWrt-Devel] [PATCH-v5] samba 3.0.37 update

2011-10-06 Thread Jan Willies
Hi Maarten, 2011/9/19 Maarten Bezemer m.m.beze...@utwente.nl I was a bit busy lately, so sorry for the late reply. Update in this patch (compared to v4): * Removed ldap, kerebos and activedirectory support * Added iconv support, by adding --with-libiconv=$(ICONV_PREFIX) as configure flag

Re: [OpenWrt-Devel] [PATCH] Fix md5 hash for distribute package

2011-10-08 Thread Jan Willies
2011/9/28 Roberto Riggio roberto.rig...@create-net.org As in the subj. THe current md5 hash for the distribute package is wrong. That's weird, the local file I have has the same hash as in svn. Looking at http://pypi.python.org/packages/source/d/distribute it seems all the files where changed

Re: [OpenWrt-Devel] Build just the kernel

2011-11-16 Thread Jan Willies
2011/11/16 Matt Redfearn matt.redfe...@nxp.com Hi, I am trying to hack some drivers in the kernel for a mips machine, but so far the only way I have found to get the openWRT build system to recompile the kernel is to run make in the root directory of openWRT. Running “make

Re: [OpenWrt-Devel] [PATCH] bluez-utils

2008-01-21 Thread Jan Willies
[EMAIL PROTECTED] wrote: perhaps i could split the package up and remove the hciconfig binary to a seperate package - the binary is 100k uncompressed and the bluez util would shrink to 210kb. what do you think? I've blue-{libs,utils}-3.20 patches laying around for some time and noticed the

Re: [OpenWrt-Devel] Kamikaze release 7.09 - which svn revision?

2008-06-21 Thread Jan Willies
Luigi 'Comio' Mantellini wrote: minimize the impact on my system I need to know which is the exact SVN revision used to deploy the Kamikaze 7.09 released in 30 Sept. 2007 https://dev.openwrt.org/log/tags/kamikaze_7.09/?mode=follow_copy Quote: @8679 [8679] 09/07/07 22:37:23

Re: [OpenWrt-Devel] [rfc] Kernel sources download strategy

2008-07-03 Thread Jan Willies
Luigi 'Comio' Mantellini wrote: On gio, 2008-07-03 at 12:59 +0200, Michael Buesch wrote: On Thursday 03 July 2008 11:01:17 Luigi 'Comio' Mantellini wrote: Hi All, I know that what I say usually is ignored :D But I like to flood this ml with stupid(?) ideas. The actual OpenWRT considers

Re: [OpenWrt-Devel] Minimal build of OpenWRT

2008-07-15 Thread Jan Willies
Steven Van Ingelgem wrote: What packages are minimally needed to make an OpenWRT run? In kamikaze there was a minimum release, but in the current SVN version it doesn't look that way anymore? - bridge-utils - wireless-tools - broadcom-wl - dnsmasq - dropbear - iptables ^- not strictly

[OpenWrt-Devel] [PATCH] update acx-mac80211

2008-08-06 Thread Jan Willies
Still crashes on my 1350 (Speedport W701V) but might help others Signed-off-by: Jan Willies [EMAIL PROTECTED] --- package/acx-mac80211/Makefile |9 +-- package/acx-mac80211/patches/001-build_module.diff | 22 ++-- 2 files changed, 17 insertions

[OpenWrt-Devel] [PATCH] update p54 firmware and fix mac80211 dependancy

2009-02-14 Thread Jan Willies
Signed-off-by: Jan Willies j...@willies.info --- package/mac80211/Makefile | 31 ++- 1 files changed, 22 insertions(+), 9 deletions(-) diff --git a/package/mac80211/Makefile b/package/mac80211/Makefile index c5a4bfd..723fb2a 100644 --- a/package/mac80211/Makefile

[OpenWrt-Devel] (no subject)

2009-02-17 Thread Jan Willies
Index: sound/mpc/patches/01-uclibc.patch === --- sound/mpc/patches/01-uclibc.patch (Revision 0) +++ sound/mpc/patches/01-uclibc.patch (Revision 0) @@ -0,0 +1,15 @@ +Index: mpc-0.15/src/main.c

[OpenWrt-Devel] update mpc to 0.15 and fix compilaton

2009-02-17 Thread Jan Willies
Index: sound/mpc/patches/01-uclibc.patch === --- sound/mpc/patches/01-uclibc.patch (Revision 0) +++ sound/mpc/patches/01-uclibc.patch (Revision 0) @@ -0,0 +1,15 @@ +Index: mpc-0.15/src/main.c

[OpenWrt-Devel] update mpd to 0.14.2 and bump release

2009-02-17 Thread Jan Willies
Index: sound/mpd/Makefile === --- sound/mpd/Makefile (Revision 14534) +++ sound/mpd/Makefile (Arbeitskopie) @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpd -PKG_VERSION:=0.14 -PKG_RELEASE:=1 +PKG_VERSION:=0.14.2

[OpenWrt-Devel] [PATCH v2] update mpc to 0.15 and fix compilaton

2009-02-17 Thread Jan Willies
changes since v1: fix compilation the proper way Signed-off-by: Jan Willies j...@willies.info === --- sound/mpc/Makefile (Revision 14534) +++ sound/mpc/Makefile (Arbeitskopie) @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk

Re: [OpenWrt-Devel] [PATCH v2] update mpc to 0.15 and fix compilaton

2009-02-17 Thread Jan Willies
with ELF_CORE and try to get a corefile for better debugging, but I really have no clue :S When started in the foreground, mpd/scmpc work just fine. cheers - jan Am Dienstag, den 17.02.2009, 19:53 +0100 schrieb Jan Willies: changes since v1: fix compilation the proper way Signed-off-by: Jan

Re: [OpenWrt-Devel] SpeedportW701V - (TI AR7 [2.6]) Problem with patch

2009-02-25 Thread Jan Willies
Am Mittwoch, den 25.02.2009, 13:56 +0100 schrieb Thomas Schäfer: Am Mittwoch 25 Februar 2009 schrieb Jan Willies: Hi Thomas, Please apply the patch manually. It's only a few lines and the email seems to have b0rked it. Therefore I should understand what the patch does, but I don't

Re: [OpenWrt-Devel] Mercurial or Git repository for OpenWrt?

2009-08-06 Thread Jan Willies
Hi Mitar, Am 06.08.2009 23:40, schrieb Mitar: Or at least if there would be a Mercurial/Git read-only repository which would be kept in sync with SVN repository so that changes could be pulled from it. from https://dev.openwrt.org/wiki/GetSource: If you prefer working with git, it is

Re: [OpenWrt-Devel] building trunk stuck at scripts/kconfig/conf trying to read from stdin

2009-11-22 Thread Jan Willies
Hi Timo, Am 22.11.2009 12:11, schrieb Timo Juhani Lindfors: and strace -p ... confirmed that the last process was blocked in reading from stdin. After I hit enter the build continued -- is this a bug in the build scripts? Probably something missing in the kernels .config. A 'make V=99' would

Re: [OpenWrt-Devel] Status of the amazon port (Samsung GMT-3210)

2009-12-07 Thread Jan Willies
Hi Felix, Am 07.12.2009 20:52, schrieb Felix Braun: is there any information available on the status of the Infinion amazon port? I'm eager to try it on an Samsung 3210, which is based on this design. I have latest trunk running on my Samsung 3210, kernel-2.6.30. However, vlan support would

Re: [OpenWrt-Devel] Backfire 10.03 Released

2010-04-07 Thread Jan Willies
Hi Luca, 2010/4/7 Luca Olivetti l...@ventoso.org En/na Nico ha escrit: * Infineon Danube/TwinPass with open DSL VoIP drivers (ifxmips) Where can I find more information about ifxmips? (Both a wiki search and a google search for ifxmips came up empty handed). Specifically I'd like to

[OpenWrt-Devel] [PATCH] add XTS cipher CryptoAPI module

2010-08-16 Thread Jan Willies
needed for proper dm-crypt support Signed-off-by: Jan Willies j...@willies.info --- package/kernel/modules/crypto.mk | 17 + 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index fa2ddbc

[OpenWrt-Devel] [PATCH] add dm-crypt and fix tabs

2010-08-16 Thread Jan Willies
Signed-off-by: Jan Willies j...@willies.info --- package/kernel/modules/block.mk | 26 +- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/package/kernel/modules/block.mk b/package/kernel/modules/block.mk index 638ffd3..8af67b3 100644 --- a/package

[OpenWrt-Devel] [PATCH 1/3] add kmod-crypto-mv_cesa to Seagate Dockstar default profile

2010-10-02 Thread Jan Willies
--- target/linux/kirkwood/profiles/200-Dockstar.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/kirkwood/profiles/200-Dockstar.mk b/target/linux/kirkwood/profiles/200-Dockstar.mk index 5b5d9cb..391b806 100644 ---

[OpenWrt-Devel] [PATCH 2/3] move CONFIG_CRYPTO_HW to crypto-core

2010-10-02 Thread Jan Willies
Moved CONFIG_CRYPTO_HW because it only opens the submenu for hw-crypto devices. It doesn't generate any overhead and is needed for several things. --- package/kernel/modules/crypto.mk | 11 +-- 1 files changed, 5 insertions(+), 6 deletions(-) diff --git

[OpenWrt-Devel] [PATCH 3/3] add jffs2 to Seagate Dockstar default images

2010-10-02 Thread Jan Willies
--- target/linux/kirkwood/Makefile |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/target/linux/kirkwood/Makefile b/target/linux/kirkwood/Makefile index f227423..b1aa1dd 100644 --- a/target/linux/kirkwood/Makefile +++ b/target/linux/kirkwood/Makefile @@ -9,7 +9,7 @@

Re: [OpenWrt-Devel] Seeing backtrace on boot in ioremap_caller

2010-10-09 Thread Jan Willies
2010/10/9 Philip Prindeville philipp_s...@redfish-solutions.com I'm seeing the following when booting: [ cut here ] WARNING: at arch/x86/mm/ioremap.c:148 __ioremap_caller+0xcc/0x2b0() Modules linked in: Pid: 1, comm: swapper Not tainted 2.6.32.24 #1 Call Trace:

Re: [OpenWrt-Devel] Seeing backtrace on boot in ioremap_caller

2010-10-10 Thread Jan Willies
2010/10/10 Jan Willies j...@willies.info 2010/10/9 Philip Prindeville philipp_s...@redfish-solutions.com I'm seeing the following when booting: [ cut here ] WARNING: at arch/x86/mm/ioremap.c:148 __ioremap_caller+0xcc/0x2b0() Modules linked in: Pid: 1, comm

Re: [OpenWrt-Devel] [PATCH] was Re: WGT634U busted in trunk since mid-July

2010-11-09 Thread Jan Willies
2010/11/8 Russell Senior seni...@aracnet.com Jan == Jan Willies j...@willies.info writes: Jan Any chance of resolving this and then move the target to 2.6.36? Jan It seems to be running smooth so long. Those have been there for quite a while, actually. If you remove: /etc/modules.d/50

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

2010-11-18 Thread Jan Willies
2010/11/18 Bas Mevissen ab...@basmevissen.nl On Thu, 18 Nov 2010 13:49:46 +0100, Bas Mevissen ab...@basmevissen.nl 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

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

2010-11-18 Thread Jan Willies
Hi Bas, 2010/11/18 Bas Mevissen ab...@basmevissen.nl On Thu, 18 Nov 2010 14:32:36 +0100, Jan Willies j...@willies.info 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

Re: [OpenWrt-Devel] Decreasing size of jffs overlay

2010-12-17 Thread Jan Willies
2010/12/17 W. Michael Petullo m...@flyn.org When configuring and building an OpenWrt image, is there a supported means to decrease the size of the jffs overlay used with a squashfs root filesystem? I'd like to be able to add a little space to my squashfs partition and I rarely use the

Re: [OpenWrt-Devel] [PATCH] 802.1Q VLAN support for Infineon ADM6996 switch chip

2011-01-09 Thread Jan Willies
2011/1/9 Scott Nicholas scott.nicho...@scottn.us On Sun, Jan 9, 2011 at 2:54 AM, Peter Lebbing pe...@digitalbrains.com wrote: Hello developers, I have written a switch driver for the Infineon ADM6996 switch chip, which in my case is in a D-Link DSL-G624T modem/router. It implements

Re: [OpenWrt-Devel] [PATCH] seagate goflex support for dockstar target

2011-02-25 Thread Jan Willies
Hi Martin, 2011/2/23 Martin Mueller m...@sig21.net: I added support for the seagate GoFlex Net/Home to the dockstar target. The kernel will get slightly larger, but I think this is acceptable on this platform, since it has enough resources. That's great! I guess that'd be a huge performance

Re: [OpenWrt-Devel] Dockstar + Attitude Adjustment = no kmod-usb-core?

2011-03-24 Thread Jan Willies
2011/3/24 Mauricio Tavares raubvo...@gmail.com So I am trying to install kmod-usb-uhci (or kmod-usb-ohci; I forgot which one is the right one for this device) in my dockstar. Since it never made to the stable release, I have to use the trunk, which is attitude adjustment.

Re: [OpenWrt-Devel] CAN interface module for the PEAK CAN systems HARDWARE

2011-03-29 Thread Jan Willies
2011/3/29 devendra.aaru devendra.a...@gmail.com Hello everybody, I compiled successfully the PEAK CAN interface module for the PCEngines ALIX board. I got the linux sources from the PEAK CAN developer website. I tested them using the PEAK CAN software. Any one interested adding this to