Re: [OpenWrt-Devel] [PATCH] brcm63xx: Add support for BT Voyager 2110

2011-05-19 Thread Jonathan McCrohan
I should also add that patch closes ticket #8810. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] Create custom partitions. re: #9323

2011-05-19 Thread Will Holmes
So here is my finished patch for custom partitions. Ive tested on the following devices: Linksys WRT54G v3.1, Netgear WNR834B v2, Simpletech Simpleshare. This patch closes ticket #9323 Index: target/linux/brcm47xx/files/drivers/mtd/maps/bcm47xx-flash.c ==

Re: [OpenWrt-Devel] [OpenWrt] #9323: NVRAM commit does not save NVRAM changes on SimpleShare

2011-05-19 Thread Will Holmes
test? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] brcm63xx: Add support for BT Voyager 2110

2011-05-19 Thread Jonathan McCrohan
Signed-off-by: Jonathan McCrohan Index: target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch === --- target/linux/brcm63xx/patches-2.6.37/980-board_BTV2110.patch (revision 0) +++ target/linux/brcm63xx/patches-2.6.37/9

[OpenWrt-Devel] [PATCH] tinyproxy: allow to use the bind option

2011-05-19 Thread Mathias Kresin
Attached patch allows to use the 'bind' option even if transparent proxy support is compiled into tinyproxy (which is in openwrt). There are several references related to the bug, but nobody seams to know why this - apparently not needed - check was build in. Regards Mathias https://banu.com/pipe

[OpenWrt-Devel] [PATCH] dnsmasq: allow hostname assignment without static lease

2011-05-19 Thread Mathias Kresin
The attached patch for dnsmasq.init allows to assign a hostname to a particular mac-address. It's useful to override the client supplied hostname, especially if the client does not supply a hostname at all. It corresponds to the following example in dnsmasq.conf.example: # Always set the

Re: [OpenWrt-Devel] [PATCH] Fix broadcom-wl wild ssb_device accesses as pci_dev for legacy pci dma api (fixe)

2011-05-19 Thread George Kashperko
> On 2011-05-19 6:37 PM, George Kashperko wrote: > > Any feedback on this please? > > There is also one more patch for broadcom-wl fixing occasional kernel > > crashes and it is left without any feedback as well: > > https://lists.openwrt.org/pipermail/openwrt-devel/2011-May/010966.html > Both are

Re: [OpenWrt-Devel] [PATCH] Fix broadcom-wl wild ssb_device accesses as pci_dev for legacy pci dma api (fixe)

2011-05-19 Thread Felix Fietkau
On 2011-05-19 6:37 PM, George Kashperko wrote: Any feedback on this please? There is also one more patch for broadcom-wl fixing occasional kernel crashes and it is left without any feedback as well: https://lists.openwrt.org/pipermail/openwrt-devel/2011-May/010966.html Both are already committed

Re: [OpenWrt-Devel] [PATCH] Fix broadcom-wl wild ssb_device accesses as pci_dev for legacy pci dma api (fixe)

2011-05-19 Thread George Kashperko
Any feedback on this please? There is also one more patch for broadcom-wl fixing occasional kernel crashes and it is left without any feedback as well: https://lists.openwrt.org/pipermail/openwrt-devel/2011-May/010966.html Have nice day, George ___ ope

[OpenWrt-Devel] [PATCH] kernel: kmod-crypto-iv depends on kmod-crypto-manager

2011-05-19 Thread Lars Hjersted
Add a missing dependency to kmod-crypto-iv. chainiv.ko and eseqiv.ko from kmod-crypto-iv depend on crypto_blkcipher.ko from kmod-crypto-manager. Signed-off-by: Lars Hjersted --- package/kernel/modules/crypto.mk |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/ker

[OpenWrt-Devel] [PATCH] yaddns: update to 1.1-rc2

2011-05-19 Thread Anthony Viallard
Hi, The patch attached to the mail updates yaddns to 1.1-rc2. Changes are: * autotools refactoring * fix blocked state in request if connect() or recv() failed. Add timeout feature which abort pending request (connect(), send(), recv()) after XX seconds. * add new ./configure options:

[OpenWrt-Devel] netatalk: Can only connect using guest/nobody account

2011-05-19 Thread Mauricio Tavares
I do not know if this question should be directed at the maintainer of the netatalk package, but since I do not know how to contact him I am posting it here. I am running Attitude Adjustment r26175 in my Seagate Dockstar, kong, and netatalk 2.1.3. So, my afpd.conf looks like this: - -noddp -u

[OpenWrt-Devel] [PATCH] Fix uninitialized variable in broadcom-wl

2011-05-19 Thread Nathan Hintz
Fix uninitialized variable in "broadcom-wl" that was causing occasional kernel Oops. Signed-off-by: Nathan Hintz Index: package/broadcom-wl/patches/003-compat-2.6.35.patch === --- package/broadcom-wl/patches/003-compat-2.6.35.patch

Re: [OpenWrt-Devel] add +libidn to wget depends

2011-05-19 Thread Christian Sobkowski
Hey Xiangfu Liu, I tried the busybox as well as the opkg Versions of wget. Here's what I get: Busybox: root@brain:~# wget --version wget: unrecognized option `--version' BusyBox v1.15.3 (2011-05-10 23:37:55 CEST) multi-call binary opkg: root@brain:~# opkg update Downloading http://downloads.ope