Re: [OpenWrt-Devel] [PATCH] Wget and scoped IPv6 addresses

2009-07-01 Thread Fabian Hugelshofer
On Thu, 2009-06-04 at 16:43 +0100, Fabian Hugelshofer wrote: IPv6 knows scoped address types i.e. link and site local addresses. Link local addresses require a scope identifier to specify the interface/link an address is valid on (e.g. fe80::1%eth0). This scope identifier is only valid

[OpenWrt-Devel] [PATCH] ata core with legacy interface ATA_SFF

2009-05-22 Thread Fabian Hugelshofer
Hi all, Several ATA kernel modules depend on the legacy IDE interface CONFIG_ATA_SFF (e.g. kmod-ata-ixp4xx-cf). ATA_SFF needs to be set when kmod-ata-core builds. Currently ATA_SFF is set by some architectures. Ixp4xx has CONFIG_ATA_SFF=y in ixp4xx/config-2.6.28. This is somehow lost and does

[OpenWrt-Devel] [PATCH] New package redir

2009-05-07 Thread Fabian Hugelshofer
Hi all, This patch adds a new package redir that allows to redirect incoming TCP connections to a specific destination in a proxy-like way. Please apply. Thanks, Fabian Index: net/redir/patches/03_fix_tcp_wrappers.patch === ---

[OpenWrt-Devel] [PATCH] utils-linux: new package flock

2009-05-05 Thread Fabian Hugelshofer
Hi all, This patch adds a new package flock that allows to manage file locks from shell scripts. It provides more functionality than the busybox lock command, i.e. locking existing file descriptors and non-blocking operation. Please apply. Thanks, Fabian Index: package/util-linux-ng/Makefile

[OpenWrt-Devel] Issues with InstallDev only package without package definition

2008-07-24 Thread Fabian Hugelshofer
Hi, I plan to create a package for oprofile which relies on libbfd. A package for libbfd already exists. It compiles a static library and installs the header files with InstallDev but has no actual package description as nothing has to be installed on the router. How is the best way to make

Re: [OpenWrt-Devel] Issues with InstallDev only package without package definition

2008-07-24 Thread Fabian Hugelshofer
the library. The library seems to not have been used for some time. It contains an error (doesn't build) and still contains PKG_BUILD_DIR and PKG_INSTALL_DIR. Quoting Fabian Hugelshofer [EMAIL PROTECTED]: I plan to create a package for oprofile which relies on libbfd. A package for libbfd

Re: [OpenWrt-Devel] [PATCH] libnfnetlink: include new header file in install dev

2008-06-11 Thread Fabian Hugelshofer
(Oops, previous patches had missing path. Still needs to be applied...) In libnfnetlink 0.0.38 a new header file (linux_libnfnetlink_compat.h) was introduced, which needs to be copied to the staging dir as well. Right now build fails for applications using libnfnetlink. Signed-off-by: Fabian

Re: [OpenWrt-Devel] [PATCH] libnfnetlink: include new header file in install dev

2008-06-09 Thread Fabian Hugelshofer
On Mon, 2008-06-02 at 09:40 +0100, Fabian Hugelshofer wrote: In libnfnetlink 0.0.38 a new header file (linux_libnfnetlink_compat.h) was introduced, which needs to be copied to the staging dir as well. Right now build fails for applications using libnfnetlink. This patch has still not been

[OpenWrt-Devel] [PATCH] update libnfnetlink to 0.0.38

2008-06-01 Thread Fabian Hugelshofer
Updates libnfnetlink from 0.0.30 to the current version 0.0.38. Signed-off-by: Fabian Hugelshofer [EMAIL PROTECTED] Index: libs/libnfnetlink/Makefile === --- libs/libnfnetlink/Makefile (revision 11319) +++ libs/libnfnetlink

[OpenWrt-Devel] [PATCH] fixes build failure for crypto modules in 2.6.25

2008-05-10 Thread Fabian Hugelshofer
In 2.6.25 module blkcipher has been renamed to crypto_blkcipher. Further a workaround for 2.6.24, which also deals with renamed modules, breaks in 2.6.25. This patch fixes the errors while keeping it compatible with future kernel releases. Closes #3402. Signed-off-by: Fabian Hugelshofer

[OpenWrt-Devel] [PATCH] new packages libnetfilter-log and libnetfilter-conntrack

2008-05-10 Thread Fabian Hugelshofer
To add in package repository. For package description see http://www.netfilter.org. Signed-off-by: Fabian Hugelshofer hugelshofer2006 (at) gmx.ch Index: libs/libnetfilter-conntrack/patches/001-disable_deprecated.patch === --- libs