[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 --- 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 +++ b/package

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

2011-07-12 Thread Jan Willies
Signed-off-by: Jan Willies --- 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/kernel/modules/fs.mk

[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 --- 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/modules/crypto.mk

[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 --- 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/config-3.0

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

2011-08-18 Thread Jan Willies
2011/8/18 Ian Leonard > 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 openwrt-devel@lists.openwrt.org https://lists.ope

Re: [OpenWrt-Devel] Porting simplejson to openwrt

2011-08-25 Thread Jan Willies
2011/8/25 Roberto Riggio > 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 https://lists.openwrt.org/mailman/listinfo/openwrt-devel

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

2011-08-29 Thread Jan Willies
Hi Luka, 2011/8/21 Luka Perkov > 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 > On 29.08.2011 16:14, Jan Willies wrote: > > Hi Luka, > > > > 2011/8/21 Luka Perkov open...@lukaperkov.net>> > > > > define Package/openvpn > > SECTION:=net > > CATEGORY:=Network > >

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

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

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

2011-10-06 Thread Jan Willies
2011/9/19 Maarten Bezemer > 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 removing some check (whi

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

2011-10-06 Thread Jan Willies
Hi Maarten, 2011/9/19 Maarten Bezemer > 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 removing so

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

2011-10-08 Thread Jan Willies
2011/9/28 Roberto Riggio > 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 at once. Do you know the rea

Re: [OpenWrt-Devel] Build just the kernel

2011-11-16 Thread Jan Willies
2011/11/16 Matt Redfearn > 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 > linux-compile” or “make linux

[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 inse

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

2009-02-14 Thread Jan Willies
Signed-off-by: Jan Willies --- 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 +++ b/package

[OpenWrt-Devel] [PATCH] fix intel8x0 sound driver

2009-02-17 Thread Jan Willies
Signed-off-by: Jan Willies --- package/kernel/modules/sound.mk |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1b9b81a..73a12be 100644 --- a/package/kernel/modules/sound.mk +++ b/package

[OpenWrt-Devel] [PATCH v2] fix intel8x0 sound driver

2009-02-17 Thread Jan Willies
changes since v1: fix autoload module name Signed-off-by: Jan Willies --- package/kernel/modules/sound.mk |9 ++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/package/kernel/modules/sound.mk b/package/kernel/modules/sound.mk index 1b9b81a..e819b48 100644 --- a

[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 +PKG_R

[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 === --- sound/mpc/Makefile (Revision 14534) +++ sound/mpc/Makefile (Arbeitskopie) @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=mpc

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

2009-02-17 Thread Jan Willies
g a kernel 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 &g

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

2009-02-25 Thread Jan Willies
Hi Thomas, Am Mittwoch, den 25.02.2009, 13:04 +0100 schrieb Thomas Schäfer: > tho...@eee-box:~/openwrt/svn20090225/trunk_r12244> patch -i 1688.patch > patching file Makefile > Hunk #1 FAILED at 52. > patch: malformed patch at line 31: $(KDIR)/linux-*/vmlinux | grep > kernel_entry | cut -d'

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. > > > Therefor

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

2009-02-25 Thread Jan Willies
Am Mittwoch, den 25.02.2009, 15:23 +0100 schrieb Thomas Schäfer: > Am Mittwoch 25 Februar 2009 schrieb Thomas Schäfer: > > Am Mittwoch 25 Februar 2009 schrieb Jan Willies: > > > Like I said, change the file manually. Open > > > target/linux/ar7/image/Makefile in your ed

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 possible

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

2009-11-02 Thread Jan Willies
Hi Stephan, Am 02.11.2009 18:34, schrieb Stephan Heuser: 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. Hauke got it working on the Samsung 3010 (which should be the same, but without wireles

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] [PATCH] Upgrade the babel package, renaming it to babeld

2009-11-22 Thread Jan Willies
Hi Edgar, Am 22.11.2009 19:25, schrieb edgar.sol...@web.de: You manage the openwrt svn by a git interface? http://www.nbd.name/gitweb.cgi - jan ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listin

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

2009-12-04 Thread Jan Willies
Hi Stephan, Am 02.11.2009 18:34, schrieb Stephan Heuser: 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. It boots very fast and h

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 be

[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

Re: [OpenWrt-Devel] Backfire 10.03 Released

2010-04-07 Thread Jan Willies
Hi Luca, 2010/4/7 Luca Olivetti > 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 know th

[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 --- 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..421e37f 100644 --- a

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

2010-08-16 Thread Jan Willies
Signed-off-by: Jan Willies --- 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/kernel/modules

[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 --- a/target/linux/kirkwood/profiles/200-Docks

[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 a/package/kernel/modules/crypto

[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 @@ inclu

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

2010-10-09 Thread Jan Willies
2010/10/9 Philip Prindeville > 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: > [] ? warn_slowpath_common+0x

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

2010-10-10 Thread Jan Willies
2010/10/10 Jan Willies > 2010/10/9 Philip Prindeville > > 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, co

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

2010-11-08 Thread Jan Willies
2010/11/5 Hauke Mehrtens > I made a patch which could fix the problem: > https://dev.openwrt.org/raw-attachment/ticket/7874/999-zz-wgt634u.patch > Please please try it and report the results. I do not have this device > so I can not try it. It should be placed at > target/linux/brcm47xx/patches-2

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

2010-11-09 Thread Jan Willies
2010/11/8 Russell Senior > >>>>> "Jan" == Jan Willies 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 r

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] [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 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/

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

Re: [OpenWrt-Devel] target/x86 and 2.6.36 (r24084/r24085)

2010-11-23 Thread Jan Willies
2010/11/23 Andrew Sapronov > In r24084 default kernel version for x86 was switched to 2.6.36, but > in r24085 it was reverted. Нowever I've successfully built and tested > generic x86 target with 2.6.36.1. What where the reasons to do this? > It was made by accident, kaloz needs to fixup the ep8

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

2010-12-17 Thread Jan Willies
2010/12/17 W. Michael Petullo > 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 overlay. > Sure,

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

2011-01-09 Thread Jan Willies
2011/1/9 Scott Nicholas > On Sun, Jan 9, 2011 at 2:54 AM, Peter Lebbing > 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 802.1Q based > VLAN > > support, via the

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

2011-02-25 Thread Jan Willies
Hi Martin, 2011/2/23 Martin Mueller : > 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 boost to the

Re: [OpenWrt-Devel] [PATCH] packages: update libupnp to 1.6.12

2011-03-05 Thread Jan Willies
2011/3/5 Alexey I. Froloff : > On Sun, Feb 27, 2011 at 04:52:03PM +0300, Alexey I. Froloff wrote: >> Please, update libupnp to 1.6.12 for better IPv6 support.  Tested >> and works with linuxigd 1.0-1. > Anyone? Applied in r25880. Thanks for the patch! __

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

2011-03-24 Thread Jan Willies
2011/3/24 Mauricio Tavares >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. > > root@kong:~# opkg update

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

2011-03-29 Thread Jan Willies
2011/3/29 devendra.aaru > 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 the openwrt tree

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

2011-04-01 Thread Jan Willies
2011/4/2 Larry Vaden > > > 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. http://downloads.openwrt.org/snapshots/trunk/ar71xx/packages/base-files_68-r26358_

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

2011-04-10 Thread Jan Willies
2011/4/9 Stefan Pomaska > 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 s

[OpenWrt-Devel] [PATCH] add missing aes dependency to mv_cesa

2011-05-17 Thread Jan Willies
Signed-off-by: Jan Willies --- package/kernel/modules/crypto.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/kernel/modules/crypto.mk b/package/kernel/modules/crypto.mk index 7d03ba4..ab67b93 100644 --- a/package/kernel/modules/crypto.mk +++ b/package/kernel

[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 --- target/linux/kirkwood/config-default |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/target/linux/kir

[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 --- 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/cmake.mk @@ -45,6

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

2011-05-20 Thread Jan Willies
2011/5/20 Peter Lebbing > 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

[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 --- target/linux/generic/config-2.6.36 |2 +- target/linux/generic/config-2.6.37 |2 +- target/linux/generic/config-2.6.38 |

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

2011-05-24 Thread Jan Willies
2011/5/24 Jo-Philipp Wich > 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. Inotify works there

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

2011-07-05 Thread Jan Willies
2011/2/25 Martin Mueller > 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/docksta

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

2011-07-05 Thread Jan Willies
2011/7/5 Martin Mueller > 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 g

Re: [OpenWrt-Devel] wrt54gs doesn't start since r7955

2007-07-17 Thread Jan Willies
Patrick Scharrenberg wrote: > since revision 7955 my wrt54gs doesn't start any more. > I built with kernel 2.6. > 7954 works fine, 8022 without the 7954-patch also. Have a look at https://dev.openwrt.org/ticket/2085 bye jan ___ openwrt-devel mailing li

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

[OpenWrt-Devel] [PATCH] update p54 to latest wireless-testing

2008-03-01 Thread Jan Willies
Only works with kernel 2.6.24 or later. Should fix #3183 Signed-off-by: Jan Willies <[EMAIL PROTECTED]> --- package/p54/src/p54.h |4 -- package/p54/src/p54common.c | 97 ++ package/p54/src/p54common.h

Re: [OpenWrt-Devel] the rest of the list of non-building packages

2008-03-18 Thread Jan Willies
Robert P. J. Day wrote: > just to complete the earlier list of openwrt packages that don't > build on my fedora 8 system -- no details for now, just package names: > > * p54-related stuff I posted a patch to solve that one last month. You can find it in the ML-archive. - Jan __

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] smc7908-isp (infineon danube based router)

2008-06-29 Thread Jan Willies
Luca Olivetti wrote: > En/na John Crispin ha escrit: >> which country / telco distributed the device ? > > Spain, http://ya.com (now part of France Telecom but formerly part of > Deutsche Telekom, in fact I think that telekom in Germany is > distributing similar devices, oh, the firmware has som

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 actu

[OpenWrt-Devel] [PATCH] add missing parts from fritz-eva-loader

2008-07-06 Thread Jan Willies
This adds the missing piece from ar7-fritz-eva-loader, which was mmitted from r9401. It closes #2830 and #3434 Signed-off-by: Jan Willies <[EMAIL PROTECTED]> --- target/linux/ar7/image/Makefile |7 ++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/target/linux/ar7

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 s