[OpenWrt-Devel] [PATCH] CC-x86: add support for LEDs on PCEngines APU

2015-10-01 Thread Ben Pfountz
. - Corrects the aes-i586 kernel package to better check for a 64bit configuration. This work is based on code published here: http://daduke.org/linux/apu/ Tested with CC r47065 on a PCEngines apu1d Signed-off-by: Ben Pfountz diff -urN target.old/linux/generic/files/drivers/leds/leds-apu.c target

Re: [OpenWrt-Devel] PATCH: Buffalo WZR-HP-G300NH2 support

2011-12-18 Thread Ben Pfountz
Great! My thanks to those who worked this up... Ben On 12/18/2011 5:20 PM, Felix Fietkau wrote: On 2011-12-18 3:16 PM, Mark Deneen wrote: Ah, I see. The code is using the green router LED. I think I'll change it to use the diag LED instead. By the way, your patch seems to set the wmac gpio to

Re: [OpenWrt-Devel] Buffalo wzr-hp-g300nh2

2011-11-10 Thread Ben Pfountz
I would like to see support in trunk as well. In the meantime I have been using the patch Mark Deneen created, which adds support for everything except some of the LEDs and switches, see his email and thread for more info... https://lists.openwrt.org/pipermail/openwrt-devel/2011-August/011901

Re: [OpenWrt-Devel] Ath9k/hostapd connection dropping problems

2011-09-22 Thread Ben Pfountz
After a disconnect today, I checked the logs and found the unexpected replay counter already reported... WPA: received EAPOL-Key 2/2 Group with unexpected replay counter Ben On 9/21/2011 11:32 PM, Ben Pfountz wrote: I have built 28007 for a wndr3700 and deployed to a site with 10-15 users

Re: [OpenWrt-Devel] Ath9k/hostapd connection dropping problems

2011-09-21 Thread Ben Pfountz
I have built 28007 for a wndr3700 and deployed to a site with 10-15 users max. The problem occurs just as Jim described it, where it seems dhcp never assigns an address to the wireless clients. I thought it was a problem with DHCP at first. Back in my office I have built 28253 in the hopes t

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

2011-08-02 Thread Ben Pfountz
This is good news to me, thanks for your efforts. On 8/2/2011 4:08 PM, Maarten Bezemer wrote: Hello, I have updated my samba3 patch according to my new insights: - Added samba3_mountcifs package (should replace mountcifs package). Maybe I should use the same name? (but then the original pack

[OpenWrt-Devel] [PATCH] correct fair traffic sharing support in qos-scripts

2010-11-16 Thread Ben Pfountz
to load cls_flow before qos-scripts starts. I've got more information here: http://oneitguy.com/blogs/netprince/fair-traffic-sharing-esfq-broken-switching-sfqexternal-classifiers This has been tested on r23914. Signed-off-by: Ben Pfountz vt_edu> --- qos.orig/generate.sh +++ qos/generate.sh @

[OpenWrt-Devel] mpd dependencies patch

2009-12-01 Thread Ben Pfountz
This patch corrects missing dependencies in the mpd package. Signed-off-by: Ben Pfountz diff -urN feeds.old/packages/sound/mpd/Makefile feeds/packages/sound/mpd/Makefile --- feeds.old/packages/sound/mpd/Makefile 2009-11-10 20:16:56.0 -0500 +++ feeds/packages/sound/mpd/Makefile

[OpenWrt-Devel] ices patches

2009-12-01 Thread Ben Pfountz
This patch adds the ices package, and corrects a small problem with the libshout installation. Signed-off-by: Ben Pfountz diff -urN package.old/ices/Makefile package/ices/Makefile --- package.old/ices/Makefile 1969-12-31 19:00:00.0 -0500 +++ package/ices/Makefile 2009-10-20

Re: [OpenWrt-Devel] dnsmasq init updates

2008-10-03 Thread Ben Pfountz
: Ben Pfountz diff -urN package.old/dnsmasq/files/dnsmasq.init package/dnsmasq/files/dnsmasq.init --- package.old/dnsmasq/files/dnsmasq.init 2008-10-03 18:26:22.0 -0400 +++ package/dnsmasq/files/dnsmasq.init 2008-10-03 18:28:03.0 -0400 @@ -2,7 +2,7 @@ # Copyright (C) 2007

[OpenWrt-Devel] dnsmasq init updates

2008-10-03 Thread Ben Pfountz
This patch corrects a few things with the dnsmasq startup script: - makes router use dnsmasq for dns lookups - adds the search keyword to the /tmp/resolv.conf file - correctly kills dnsmasq on stop Signed-off-by: Ben Pfountz diff -urN package.old/dnsmasq/files/dnsmasq.init package/dnsmasq

[OpenWrt-Devel] [patch] (5/6) bcm57xx: bcm4785 incomplete reboot

2008-06-14 Thread Ben Pfountz
I noticed my wrt350n would not reliably reboot after entering the reboot command. I found this code in the source for the wrt600n. It corrects the problem, and the wrt350n reboots reliably now. Signed-off-by: Ben Pfountz diff -urN target.old/linux/brcm-2.4/files/arch/mips/bcm947xx/setup.c

[OpenWrt-Devel] [patch] (4/6) bcm57xx: switch-core.c/switch-robo.c check for port already registered

2008-06-14 Thread Ben Pfountz
nt to reach zero indefinitely. Signed-off-by: Ben Pfountz diff -urN --exclude=.svn package.nohack/switch/src/switch-core.c package/switch/src/switch-core.c --- package.nohack/switch/src/switch-core.c 2008-06-10 12:23:45.0 -0400 +++ package/switch/src/switch-core.c2008-06-10

[OpenWrt-Devel] [patch] (3/6) bcm57xx: preinit

2008-06-14 Thread Ben Pfountz
only attempt to load the bcm57xx module when switch-robo and switch-adm dont detect a switch. The activate_gpio parameter to bcm57xx simply instructs the module to attempt to activate the switch via gpio before probing for the switch. Tested on wrt350n. Signed-off-by: Ben Pfountz diff -urN t

[OpenWrt-Devel] [patch] (2/6) bcm57xx: netconfig

2008-06-14 Thread Ben Pfountz
Update the netconfig script to support boardtype 0x478. I've tested this on the wrt350n, hopefully it will match the 600n as well. Signed-off-by: Ben Pfountz diff -urN --exclude=.svn target.old/linux/brcm-2.4/base-files/etc/init.d/netconfig target/linux/brcm-2.4/base-files/etc/i

[OpenWrt-Devel] [patch] (1/6) bcm57xx: init from diag

2008-06-14 Thread Ben Pfountz
needs to be initialized by the driver so the driver can then reset the switch ASAP. If the switch isn't reset quickly enough, it will forward packets between the WAN and LAN, which will cause problems with modems that only allow one mac to access the internet. Tested on wrt350n. Signed-o

[OpenWrt-Devel] [patch] add fsck on bootup to fstab

2008-05-07 Thread Ben Pfountz
This patch allows fsck to be run on partitions before mounting them. It also has an option to run the check in background for when the partition is not critical to bootup. It has been tested on brcm 2.4 with ext2 partitions. Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN packa

[OpenWrt-Devel] [patch] ppp ip-up and ip-down breaks with pptp connection

2008-05-07 Thread Ben Pfountz
This patch allows the ip-up and ip-down scripts to work correctly for both pptp vpn clients and pppoe wan links. More info available in trac: https://dev.openwrt.org/ticket/2342#comment:2 Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN package.old/ppp/files/etc/ppp/ip-down p

[OpenWrt-Devel] [patch] update netconfig for wl-500w

2008-05-07 Thread Ben Pfountz
This patch lets netconfig support the asus wl-500w. I've been using it for some time now without problems. Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN --exclude=.svn target.old/linux/brcm-2.4/base-files/etc/init.d/netconfig target/linux/brcm-2.4/base-files/etc/init.

[OpenWrt-Devel] [patch] Fixes compile problem with freeradius

2008-05-07 Thread Ben Pfountz
Compile fix for freeradius build, more info can be found in trac: https://dev.openwrt.org/ticket/2731 Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN feeds.old/packages/net/freeradius/patches/010-ltdl.patch feeds/packages/net/freeradius/patches/010-ltdl.patch --- feeds.old/pa

[OpenWrt-Devel] [patch] include kmod-leds-gpio in NSLU2 build

2008-05-07 Thread Ben Pfountz
When the NSLU2 build switched from 2.6.23 to 2.6.24, this module became necessary to control the LEDs. More info is in the forum: http://forum.openwrt.org/viewtopic.php?id=15050 Signed-off-by: Ben Pfountz <[EMAIL PROTECTED]> diff -urN --exclude=.svn target.old/linux/ixp4xx/generic/pr