Re: [OpenWrt-Devel] Help with SysupgradeNAND

2014-07-10 Thread John Crispin
On 10/07/2014 08:27, Ben Mulvihill wrote: > On Wed, 2014-07-09 at 16:27 +0200, Daniel Golle wrote: >> On Wed, Jul 09, 2014 at 04:10:52PM +0200, Ben Mulvihill wrote: JFFS2 works on bare MTD devices (originally NOR only, hackish NAND support exists in the wild though YAFFS2 is more c

Re: [OpenWrt-Devel] Status of DFS in OpenWrt -> ath9k

2014-07-10 Thread Matti Laakso
Hi, > for me it seems that DFS is broken in current trunk for ath9k. > I use trunk and compiled ar71xx. With the following configuration on a > Ubiquity Nanostation locoM5 > > - > config wifi-device 'radio0' > option type 'mac80211' > option hwmode '11na' > option path 'p

[OpenWrt-Devel] [PATCH] iptables: NFLOG and NFQUEUE targets' full support

2014-07-10 Thread Guillaume Déflache
NFLOG and NFQUEUE targets' full support for iptables. Includes all needed kernel modules (Xtables's and Netlink's) and userspace libraries. All added kernel modules can be individually disabled, all other new libraries get their own individual packages. Reported-by: Fabian Hugelshofer Reported

[OpenWrt-Devel] [PATCH] mac80211: Fix config variable name for dtim_period

2014-07-10 Thread sven
From: Sven Eckelmann The vif option dtim_period was accidently renamed dtim_interval in r38988 ("netifd: add wireless configuration support and port mac80211 to the new framework"). This is wrong and makes the dtim_period/dtim_interval a dead option because the rest of the config generation code

Re: [OpenWrt-Devel] [PATCH] mac80211: Fix config variable name for dtim_period

2014-07-10 Thread Felix Fietkau
On 2014-07-10 13:59, s...@open-mesh.com wrote: > From: Sven Eckelmann > > The vif option dtim_period was accidently renamed dtim_interval in r38988 > ("netifd: add wireless configuration support and port mac80211 to the new > framework"). This is wrong and makes the dtim_period/dtim_interval a de

[OpenWrt-Devel] There ar some strange things in bb

2014-07-10 Thread smilebef
After compression of the rootfs, there is a failure. ... mcopy -i /home/smilebef/Downloads/OpenWRT/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/linux-brcm2708/boot.img /home/smilebef/Downloads/OpenWRT/openwrt/build_dir/target-arm_arm1176jzf-s+vfp_uClibc-0.9.33.2_eabi/l

Re: [OpenWrt-Devel] There ar some strange things in bb

2014-07-10 Thread John Crispin
Hi, i just checked the BB builder and the rpi images get built there. are you testing on HEAD ? John On 10/07/2014 17:10, smile...@gmail.com wrote: > After compression of the rootfs, there is a failure. > > > > > > ... mcopy -i > /home/smilebef/Downloads/OpenWRT/openwrt/build_dir/t

Re: [OpenWrt-Devel] OpenWRT on the Ubiquiti airGateway

2014-07-10 Thread Jakub
Hello, can someone test and make patch for trunk or stable openwrt on Ubiquiti AirGateway. We are looking for small cheap boxes like this with capability of openvpn. Thanks for help. Best regards, Jakub Janco ___ openwrt-devel mailing list openwrt-dev

[OpenWrt-Devel] [PATCH] lantiq xway: disable gluebi and enable ubiblock

2014-07-10 Thread Ben Mulvihill
Disables gluebi and enables ubiblock on lantiq xway. Squashfs images on nand use ubifs instead of jffs2 for the overlay. I'll leave the equivalent patch for xrx200 to someone who has a board to test. Signed-off-by: Ben Mulvihill --- --- a/target/linux/lantiq/xway/config-default 2014-07-10 19

[OpenWrt-Devel] [PATCH] lantiq: enable SysupgradeNAND for BTHOMEHUBV2B

2014-07-10 Thread Ben Mulvihill
Enables SysupgradeNAND for BTHOMEHUBV2B. Depends on the following patches: http://patchwork.openwrt.org/patch/5817/ http://patchwork.openwrt.org/patch/5848/ http://patchwork.openwrt.org/patch/5851/ Many thanks everyone for your help the last couple of days. Ben Signed-off-by: Ben Mulvihill ---

[OpenWrt-Devel] Porting OpenWRT to Buffalo WZR-1750DHP

2014-07-10 Thread Ronaldo Afonso
Hi all, I have a Buffalo WZR-1750DHP and I would like some one to help me porting OpenWRT to this hardware. Any help would be appreciated. If someone has already started doing the port, I can help doing some tests too. Regards -- Ronaldo Afonso 11 9 5252 0484 www.ronaldoafonso.com.br

Re: [OpenWrt-Devel] Status of DFS in OpenWrt -> ath9k

2014-07-10 Thread Martin Garbe
On 7/10/14, 9:47 AM, Matti Laakso wrote: > Hi, > >> for me it seems that DFS is broken in current trunk for ath9k. >> I use trunk and compiled ar71xx. With the following configuration on a >> Ubiquity Nanostation locoM5 >> >> - >> config wifi-device 'radio0' >> option type 'mac80211'

Re: [OpenWrt-Devel] Status of DFS in OpenWrt -> ath9k

2014-07-10 Thread Martin Garbe
On 7/8/14, 12:20 AM, Andre Valentin wrote: > Hi! > > this should also be in your .config > # CONFIG_ATH_USER_REGD is not set > See http://wireless.kernel.org/en/users/Drivers/ath10k -> Limitations 3/3 What does it mean exactly? For ath9k the option CONFIG_PACKAGE_ATH_DFS needs to be set. For ath1

Re: [OpenWrt-Devel] Porting OpenWRT to Buffalo WZR-1750DHP

2014-07-10 Thread Rafał Miłecki
On 10 July 2014 21:30, Ronaldo Afonso wrote: > I have a Buffalo WZR-1750DHP and I would like some one to help me porting > OpenWRT to this hardware. It's not too kind to don't even post info about SoC. Well, it's BCM4708A0. What kind of help do you need? Specify. __

[OpenWrt-Devel] [PATCH] ar71xx: add TP-LINK TL-WA860RE v1

2014-07-10 Thread Cezary Jackiewicz
New router/repeater from TP-LINK - CPU: Atheros AR9341-DL3A (AP123) - Flash: 4MB - Ram: 32MB Similar to TL-WA850RE Signed-off-by: Cezary Jackiewicz --- Index: target/linux/ar71xx/base-files/etc/diag.sh === --- target/linux/ar71xx/

Re: [OpenWrt-Devel] Status of DFS in OpenWrt -> ath9k

2014-07-10 Thread Martin Garbe
Hi Jacek, summarising all information from the mailinglist the following configuration should work: 1. select CONFIG_PACKAGE_ATH_DFS=y 2. if ath9k select CONFIG_ATH_USER_REGD=y if ath10k deactivate CONFIG_ATH_USER_REGD 3. compile current OpenWRT trunk 4. Configuration - config wifi-dev

[OpenWrt-Devel] [PATCH] ramips: add support for Zbtlink WA05 router

2014-07-10 Thread Roman Yeryomin
Signed-off-by: Roman Yeryomin --- .../ramips/base-files/etc/uci-defaults/01_leds | 5 + .../ramips/base-files/etc/uci-defaults/02_network | 3 +- target/linux/ramips/base-files/lib/ramips.sh | 3 + .../ramips/base-files/lib/upgrade/platform.sh | 3 +- target/linux/ramips/d

Re: [OpenWrt-Devel] There ar some strange things in bb

2014-07-10 Thread smilebef
??? git status Auf Branch master Ihr Branch ist auf dem selben Stand wie 'origin/master'. Unbeobachtete Dateien: (benutzen Sie "git add ..." um die Änderungen zum Commit vorzumerken) .config_rassspberryPI_backup PCB.00029398.backup backup/ backup2/ open

[OpenWrt-Devel] [PATCH 1/2] kernel: add driver for Marvell 88E6171 switch

2014-07-10 Thread Claudio Leite
This is a swconfig driver for the Marvell 88E6171 switch, which is a 7-port GigE switch with two CPU ports and 64 802.1q VLANs. The driver was initially based on the mvswitch driver, although it has now diverged quite a bit. I've been testing it for about a week as my primary switch with no proble

[OpenWrt-Devel] [PATCH 2/2] kirkwood: add mvsw6171 switch for EA4500 board

2014-07-10 Thread Claudio Leite
Signed-off-by: Claudio Leite --- target/linux/kirkwood/config-3.10 | 4 +++- target/linux/kirkwood/config-3.14 | 4 +++- target/linux/kirkwood/patches-3.14/160-ea4500.patch | 13 - 3 files changed, 18 insertions(+), 3 deletions(-) diff --git a/ta

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: add driver for Marvell 88E6171 switch

2014-07-10 Thread Claudio Leite
* Claudio Leite (lei...@staticky.com) wrote: > Any comments are appreciated. I meant to send this is as an RFC and not a patch. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-deve

Re: [OpenWrt-Devel] [Patch] [ar71xx] added support for TL-WA830RE V2

2014-07-10 Thread John Crispin
Hi, On 08/07/2014 20:29, Fredrik Jonson wrote: > +++ > b/target/linux/ar71xx/patches-3.10/714-MIPS-auth79-add-TL-WA830REv2-support.patch s/auth79/ath79/g :) John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openw

Re: [OpenWrt-Devel] [PATCH v2 0/3] ar71xx: add support for the EnGenius ESR900

2014-07-10 Thread Forest Crossman
Is there something blocking this from becoming accepted? I can see the patches have been delegated to Gabor Juhos, but nothing has happened with them for weeks. If I need to change something, please let me know. Also, is it too late to add my name to the copyright message in mach-esr900.c? Would th

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: add driver for Marvell 88E6171 switch

2014-07-10 Thread Xiongfei Guo
Hi, what board you are using? Alex Guo On 07/11/2014 05:29 AM, Claudio Leite wrote: * Claudio Leite (lei...@staticky.com) wrote: Any comments are appreciated. I meant to send this is as an RFC and not a patch. ___ openwrt-devel mailing list openwrt-

Re: [OpenWrt-Devel] [PATCH 1/2] kernel: add driver for Marvell 88E6171 switch

2014-07-10 Thread Xiongfei Guo
Sorry, i missing that, it's Linksys EA4500. On 07/11/2014 11:53 AM, Xiongfei Guo wrote: Hi, what board you are using? Alex Guo On 07/11/2014 05:29 AM, Claudio Leite wrote: * Claudio Leite (lei...@staticky.com) wrote: Any comments are appreciated. I meant to send this is as an RFC and not a

Re: [OpenWrt-Devel] [PATCH 3/3][ESR1750][V2] ar71xx: add support for EnGenius ESR1750

2014-07-10 Thread Forest Crossman
> diff --git a/target/linux/ar71xx/base-files/etc/diag.sh > b/target/linux/ar71xx/base-files/etc/diag.sh > index ef172b4..144459b 100755 > --- a/target/linux/ar71xx/base-files/etc/diag.sh > +++ b/target/linux/ar71xx/base-files/etc/diag.sh > @@ -69,6 +69,9 @@ get_status_led() { > el-m150) >

[OpenWrt-Devel] Trac: Custom Query results in "Missing or invalid form token."

2014-07-10 Thread Rafał Miłecki
1) Please enter https://dev.openwrt.org/query 2) Click "Update" button This will results in: > Error: Bad Request > Missing or invalid form token. Do you have cookies enabled? Could someone take a look at this, please? -- Rafał ___ openwrt-devel maili

Re: [OpenWrt-Devel] Trac: Custom Query results in "Missing or invalid form token."

2014-07-10 Thread John Crispin
On 11/07/2014 08:12, Rafał Miłecki wrote: > 1) Please enter https://dev.openwrt.org/query 2) Click "Update" > button > > This will results in: >> Error: Bad Request Missing or invalid form token. Do you have >> cookies enabled? > > Could someone take a look at this, please? > works for me, D

Re: [OpenWrt-Devel] [PATCH] [packages] EmailRelay: added new package version 1.9

2014-07-10 Thread Etienne Champetier
Hi, please make a PR to https://github.com/openwrt/packages Le 1 juil. 2014 02:53, "Federico Di Marco" a écrit : > From: Federico Di Marco > > Body of explanation: > A new package has been added in packages feed under net/emailrelay > directory, porting a simple SMTP proxy and store-and-forward

Re: [OpenWrt-Devel] Trac: Custom Query results in "Missing or invalid form token."

2014-07-10 Thread Rafał Miłecki
On 11 July 2014 08:34, John Crispin wrote: > On 11/07/2014 08:12, Rafał Miłecki wrote: >> 1) Please enter https://dev.openwrt.org/query 2) Click "Update" >> button >> >> This will results in: >>> Error: Bad Request Missing or invalid form token. Do you have >>> cookies enabled? >> >> Could someone

Re: [OpenWrt-Devel] Trac: Custom Query results in "Missing or invalid form token."

2014-07-10 Thread Rafał Miłecki
On 11 July 2014 08:34, John Crispin wrote: > On 11/07/2014 08:12, Rafał Miłecki wrote: >> 1) Please enter https://dev.openwrt.org/query 2) Click "Update" >> button >> >> This will results in: >>> Error: Bad Request Missing or invalid form token. Do you have >>> cookies enabled? >> >> Could someone