[OpenWrt-Devel] [PATCH 1/1] alix2: add/subtract features as needed

2011-07-02 Thread Philip Prindeville
As the Alix2 has neither a PCI slot nor built-in DSL hardware, there's no point to having pppoa built-in. Add MSR support, ext4, and jffs2 support. Add gpio-nsc support to Geos, also. Signed-off-by: Philip Prindeville Index: target/linux/x86/alix2/target.mk

Re: [OpenWrt-Devel] [PATCH] lantiq_etop.c: use netif_receive_skb provided by the ar8216 driver

2011-07-02 Thread Felix Fietkau
On 2011-07-03 3:17 AM, John Crispin wrote: On 02/07/11 21:11, Luca Olivetti wrote: Al 02/07/11 20:54, En/na John Crispin ha escrit: oops ... that got lost, i will also send it upstream to the lmo tree ... Oh, I thought that was just an openwrt hack. Bye not sure will check ... It's ju

[OpenWrt-Devel] [PATCH 1/1] geode: reflect that mfgpt depends on mfd (upstreamed)

2011-07-02 Thread Philip Prindeville
This has been sent upstream, but might not appear for a couple of weeks. Signed-off-by: Philip Prindeville Index: target/linux/generic/patches-2.6.38/261-geode-mfd2.patch === --- target/linux/generic/patches-2.6.38/261-geode-mfd2.pat

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

2011-07-02 Thread Peter Lebbing
On 02/07/11 21:51, Peter Lebbing wrote: > DRR is a lot older than that. I can't directly find when it was added Found it. 2.6.29. Under Networking. Peter. PS: At the risk of a "Well duh, didn't you know", does the mailing list strip CC:'s from mails? I not

Re: [OpenWrt-Devel] [PATCH v2] [RFC] Always include hostname in DHCP request

2011-07-02 Thread Michael Heimpold
I'm not sure which approach would be the better one: I'm fine with both. So here is the variant with second bool parameter. --- Index: package/base-files/files/lib/network/config.sh === --- package/base-files/files/lib/network/config

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

2011-07-02 Thread Peter Lebbing
On 02/07/11 17:51, Dave Taht wrote: > I note also that SFB and DRR are new schedulers in the 2.6.39 kernels > that may be of interest. DRR is a lot older than that. I can't directly find when it was added, but I had vanilla 2.6.31 sources lying around on my hard drive and it contained the DRR sche

[OpenWrt-Devel] [PATCH v2 1/1] asterisk: no reason to download sounds on each build

2011-07-02 Thread Philip Prindeville
Use dl/ to cache the sound files. Redux: have ./Configure instead pass this in. Signed-off-by: Philip Prindeville Index: feeds/packages/net/asterisk-1.8.x/Makefile === --- feeds/packages/net/asterisk-1.8.x/Makefile (revision 27302

[OpenWrt-Devel] [PATCH] Upgrade loop-aes to 3.6c

2011-07-02 Thread Michael Heimpold
This patch upgrades loop-aes to latest version 3.6c. This fixes #9614, however, I didn't test other platforms or other kernel version than 2.6.39.2. Signed-off-by: Michael Heimpold --- Index: utils/loop-aes/Makefile === --- utils/

Re: [OpenWrt-Devel] [PATCH] lantiq_etop.c: use netif_receive_skb provided by the ar8216 driver

2011-07-02 Thread John Crispin
On 02/07/11 21:11, Luca Olivetti wrote: > Al 02/07/11 20:54, En/na John Crispin ha escrit: > >> oops ... that got lost, i will also send it upstream to the lmo tree ... > > Oh, I thought that was just an openwrt hack. > > Bye not sure will check ... __

Re: [OpenWrt-Devel] [PATCH] lantiq_etop.c: use netif_receive_skb provided by the ar8216 driver

2011-07-02 Thread Luca Olivetti
Al 02/07/11 20:54, En/na John Crispin ha escrit: > oops ... that got lost, i will also send it upstream to the lmo tree ... Oh, I thought that was just an openwrt hack. Bye -- Luca ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https:/

Re: [OpenWrt-Devel] [PATCH] lantiq_etop.c: use netif_receive_skb provided by the ar8216 driver

2011-07-02 Thread John Crispin
On 02/07/11 20:35, Luca Olivetti wrote: > The following patch uses netif_receive_skb (if present) from the phy driver. > When used with an ar8216, it will fix incoming packets in case vlan > mode is enabled (the ar8216 driver already intercepts outgoing packets). > Other switches currently used by

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread Luca Olivetti
Al 02/07/11 20:34, En/na John Crispin ha escrit: > On 02/07/11 20:15, Luca Olivetti wrote: >> Al 02/07/11 19:58, En/na Florian Fainelli ha escrit: >> >> 0) @@ -0,0 +1,11 @@ +--- a/drivers/net/wireless/ath/ath9k/eeprom_def.c 2011-02-08 17:33:42.0 +0100 b/drivers/n

[OpenWrt-Devel] [PATCH] lantiq_etop.c: use netif_receive_skb provided by the ar8216 driver

2011-07-02 Thread Luca Olivetti
The following patch uses netif_receive_skb (if present) from the phy driver. When used with an ar8216, it will fix incoming packets in case vlan mode is enabled (the ar8216 driver already intercepts outgoing packets). Other switches currently used by the lantiq platform (adm6996 and rtl8306) don't

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread John Crispin
On 02/07/11 20:15, Luca Olivetti wrote: > Al 02/07/11 19:58, En/na Florian Fainelli ha escrit: > > >>> 0) @@ -0,0 +1,11 @@ >>> +--- a/drivers/net/wireless/ath/ath9k/eeprom_def.c 2011-02-08 >>> 17:33:42.0 +0100 >>> b/drivers/net/wireless/ath/ath9k/eeprom_def.c 2011-02-20 >>> 1

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread Luca Olivetti
Al 02/07/11 19:58, En/na Florian Fainelli ha escrit: >> 0) @@ -0,0 +1,11 @@ >> +--- a/drivers/net/wireless/ath/ath9k/eeprom_def.c 2011-02-08 >> 17:33:42.0 +0100 >> b/drivers/net/wireless/ath/ath9k/eeprom_def.c2011-02-20 >> 17:51:47.0 +0100 +@@ -147,7 +152,7 @@ >> +

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread Florian Fainelli
Hello Luca, On Saturday 02 July 2011 19:42:48 Luca Olivetti wrote: > Al 22/05/11 15:08, En/na Luca Olivetti ha escrit: > > [Don't know why I still bother submitting it, since it will be duly > ignored] > > > Al 04/04/11 19:48, En/na Luca Olivetti ha escrit: > >> The following patch adds ath9k su

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread Luca Olivetti
Al 02/07/11 19:42, En/na Luca Olivetti ha escrit: > > Here's a revised version of the patch against current trunk. I thought that patchwork would replace the patch here: http://patchwork.openwrt.org/patch/849/ instead it created a new one: http://patchwork.openwrt.org/patch/1169/ Bye -- Luca

Re: [OpenWrt-Devel] [PATCH] lantiq: add ath9k support to the arv7518

2011-07-02 Thread Luca Olivetti
Al 22/05/11 15:08, En/na Luca Olivetti ha escrit: [Don't know why I still bother submitting it, since it will be duly ignored] > Al 04/04/11 19:48, En/na Luca Olivetti ha escrit: >> The following patch adds ath9k support to the arv7518 board. >> >> The pci fixup routine (needed since the ar9223 h

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

2011-07-02 Thread Dave Taht
On Sat, Jul 2, 2011 at 2:56 AM, Weedy wrote: > On 16/11/2010 1:55 PM, Ben Pfountz wrote: >> This patch updates qos-scripts to support fair traffic sharing using the >> SFQ with external classifiers method.  It also corrects a bug in the >> unsupported ESFQ method already used by qos-scripts.  (ESF

[OpenWrt-Devel] [PATCH] Asterisk18: patch to fix astdbdir and astkeydir

2011-07-02 Thread Kacper
In Asterisk18 the path for astdbdir and astkeydir points to /var/asterisk. The asterisk database should be located in /usr/lib/asterisk. Signed-off-by: Kacper --- Index: ./feeds/packages/net/asterisk-1.8.x/files/asterisk.init === -

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

2011-07-02 Thread Weedy
On 16/11/2010 1:55 PM, Ben Pfountz wrote: > This patch updates qos-scripts to support fair traffic sharing using the > SFQ with external classifiers method. It also corrects a bug in the > unsupported ESFQ method already used by qos-scripts. (ESFQ: > http://fatooh.org/esfq-2.6/ only updated to 2.