Re: [OpenWrt-Devel] [PATCH 6/6] bcm53xx: R8000 handle PEX8603 switch

2015-08-13 Thread Ian Kent
On Wed, 2015-08-12 at 22:01 +0200, Hauke Mehrtens wrote: > On 07/15/2015 12:11 PM, Ian Kent wrote: > > On Tue, 2015-07-14 at 18:19 +0200, Rafał Miłecki wrote: > >> On 28 June 2015 at 05:37, Ian Kent wrote: > >>> Let me rework this using the bus number as you recommend. > >>> I'll repost my updated

Re: [OpenWrt-Devel] TP-Link v3 header format description

2015-08-13 Thread Yousong Zhou
On 14 August 2015 at 01:49, Mathias Kresin wrote: > Hey Weijie Gao, > > 2015-08-05 20:07 GMT+02:00 Weijie Gao : > >> This patch adds header version 2 option for mktplinkfw. > > As long as we talk about the same, the new header version is v3. The > v2 header is already covered by mktplinkfw2.c. > >

[OpenWrt-Devel] [PATCH] [kernel] at91: Backport determine_rate prototype fix

2015-08-13 Thread Ben Whitten
From: Ben Whitten This patch is backport of a fix to a USB prototype mismatch bug found in 3.18 kernels, originally submitted by Boris Brezillon [1]. The symptom of this bug was that devices attached to the at91 using at91_ohci on a hub never appeared and failed to initialise. [1] http://www.spi

[OpenWrt-Devel] [PATCH packages] lighttpd: backport a fix for running out of filedescriptors

2015-08-13 Thread Rafał Miłecki
It was breaking uploads of files 4 MiB+. This patch fixes: https://github.com/openwrt/packages/issues/1658 Signed-off-by: Rafał Miłecki --- This should be applied to both: master and 15.05 branch. --- ...filedescriptors-when-uploading-large-file.patch | 26 ++ 1 file changed,

Re: [OpenWrt-Devel] lighttpd 1.4.36 and file descriptors limit issue - OpenWrt related?

2015-08-13 Thread Rafał Miłecki
On 13 August 2015 at 20:16, Jonas Gorski wrote: > On Thu, Aug 13, 2015 at 8:00 PM, Rafał Miłecki wrote: >> There is an issue with handling relatively big (4 MiB+) files in >> lighttpd after the upgrade to the 1.4.36: >> https://github.com/openwrt/packages/issues/1658 >> It seems lighttpd is runni

Re: [OpenWrt-Devel] lighttpd 1.4.36 and file descriptors limit issue - OpenWrt related?

2015-08-13 Thread Jonas Gorski
On Thu, Aug 13, 2015 at 8:00 PM, Rafał Miłecki wrote: > There is an issue with handling relatively big (4 MiB+) files in > lighttpd after the upgrade to the 1.4.36: > https://github.com/openwrt/packages/issues/1658 > It seems lighttpd is running out of file descriptors and is replying with: > 413

[OpenWrt-Devel] lighttpd 1.4.36 and file descriptors limit issue - OpenWrt related?

2015-08-13 Thread Rafał Miłecki
There is an issue with handling relatively big (4 MiB+) files in lighttpd after the upgrade to the 1.4.36: https://github.com/openwrt/packages/issues/1658 It seems lighttpd is running out of file descriptors and is replying with: 413 - Request Entity Too Large I also reported this issue upstream:

[OpenWrt-Devel] [PATCH] [package] firewall: Adds support for IPv6 DNAT, SNAT, and REDIRECT

2015-08-13 Thread Timothy Ace
From: Timothy Ace Adds support for IPv6 DNAT, SNAT, and REDIRECT. Signed-off-by: Timothy Ace --- This is a git patch for the firewall3 git repo at git://nbd.name/firewall3.git Note1: Luci updates still need to be made in a separate patch to support IPv6 address entry on the port forwards page

[OpenWrt-Devel] TP-Link v3 header format description

2015-08-13 Thread Mathias Kresin
Hey Weijie Gao, 2015-08-05 20:07 GMT+02:00 Weijie Gao : > This patch adds header version 2 option for mktplinkfw. As long as we talk about the same, the new header version is v3. The v2 header is already covered by mktplinkfw2.c. Currently, I'm working on the same topic. Everything that is know

[OpenWrt-Devel] [PATCH v4 3/4] sunxi: create KDIR_TMP, build boot.img in it

2015-08-13 Thread Matthias Schiffer
It's nice to have a distinction between files which are built during the normal OpenWrt build process and ones that are created by the ImageBuilder (like it already exists on some other targets). This also gives boot.img a profile-specific prefix as it contains profile- specific data. Signed-off-

[OpenWrt-Devel] [PATCH v4 4/4] sunxi: respect CONFIG_TARGET_IMAGES_GZIP

2015-08-13 Thread Matthias Schiffer
Signed-off-by: Matthias Schiffer --- target/linux/sunxi/image/Makefile | 4 1 file changed, 4 insertions(+) diff --git a/target/linux/sunxi/image/Makefile b/target/linux/sunxi/image/Makefile index 45e8dea..905188b 100644 --- a/target/linux/sunxi/image/Makefile +++ b/target/linux/sunxi/imag

[OpenWrt-Devel] [PATCH v4 2/4] sunxi: fix uboot install location

2015-08-13 Thread Matthias Schiffer
Install uboot files to KERNEL_BUILD_DIR instead of BIN_DIR to fix ImageBuilder. Similar fixes are necessary for many (all?) other uboot targets. Signed-off-by: Matthias Schiffer --- package/boot/uboot-sunxi/Makefile | 14 +++--- target/linux/sunxi/image/Makefile | 4 ++-- 2 files change

[OpenWrt-Devel] [PATCH v4 1/4] sunxi: don't copy DTS files to BIN_DIR

2015-08-13 Thread Matthias Schiffer
The DTS files aren't useful (other targets don't copy them either) and clutter BIN_DIR with files unrelated to the chosen profile. Signed-off-by: Matthias Schiffer --- target/linux/sunxi/image/Makefile | 30 +- 1 file changed, 5 insertions(+), 25 deletions(-) diff --

Re: [OpenWrt-Devel] [PATCH 1/5] kernel: move linux, part-probe dt parsing in generic code

2015-08-13 Thread Mathieu Olivari
No; I don't think it was. Patches weren't acked afaik and it doesn't seem to be in the next tree. http://lists.infradead.org/pipermail/linux-mtd/2015-May/059226.html -Original Message- From: Rafał Miłecki [mailto:zaj...@gmail.com] Sent: Wednesday, August 12, 2015 9:05 PM To: Mathieu Oli

Re: [OpenWrt-Devel] i get no image for TL-WA7510

2015-08-13 Thread smilebef
On Thu, 13 Aug 2015 10:42:17 +0200 Sławomir Demeszko wrote: > W dniu 12.08.2015 o 21:29, smile...@gmail.com pisze: > > I miss not only the TL-WA7510 image. I missing also several images > > for other 4MB Flash-Router. > > > > Is there a Funktion in Openwrt which build images only if the > >

Re: [OpenWrt-Devel] [PATCH] Ar71xx: Add Minibox v1.0 support

2015-08-13 Thread Karl Palsson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Stijn Segers wrote: > Hi Karl, > > Thanks for your time. > > I have reworked the patch and re-ordered where possible (files like > ar71xx.sh and diag.sh lack any alphabetical > order). I have removed the code that set the led to status_led_off. >

Re: [OpenWrt-Devel] Separate Default SSID for 2.4GHz and 5GHz

2015-08-13 Thread John kerry
Hi, Yes exactly i have one radio which i want to switch between 2.4GHz and 5GHz. GUI side i will add one switch button, But i am not getting how handle backend wireless config. i mean to say where i can add this when selected 2.4GHz load 2.4GHz wireless configuration and same for 5GHz. On Thu, Au

Re: [OpenWrt-Devel] Separate Default SSID for 2.4GHz and 5GHz

2015-08-13 Thread Bastian Bittorf
* Sami Olmari [07.08.2015 15:48]: > In openwrt you are free to configure each and every radio as own unit, so > use whatever SSID you see fit for each radio. This is default basic OpenWrt > stuff :) seems that Afkar has 1 radio which must be switched between 2.4 and 5 GHz, Afkar? bye, bastian _

Re: [OpenWrt-Devel] [PATCH] busybox: lock: implement -n "Fail rather than wait"

2015-08-13 Thread Bastian Bittorf
* Alexander Couzens [06.08.2015 19:05]: > lock -n is similiar to flock -n. If the lock was already taken, > fail with exit code = 1 and write error message to stderr. sorry, forget to ask: is this "more" atomic than 'mkdir mypath || return'? bye, bastian _

Re: [OpenWrt-Devel] Fwd: "3-address Wi-Fi bridging" (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-13 Thread John kerry
Sorry i didn't mentioned fully. I want this to happen, " disable WPS if this feature is enabled for the WiFi module" On Thu, Aug 13, 2015 at 5:22 PM, David Lang wrote: > On Thu, 13 Aug 2015, John kerry wrote: > > Hi, >> >> i will check whether this is driver issue or Luci, >> >> I have to add

[OpenWrt-Devel] `git tag` and releases

2015-08-13 Thread Geert Stappers
Summary: `git tag` doesn't currently show releases Hello, After done git clone git://git.openwrt.org/openwrt.git cd openwrt I did git tag to see which tags are in the git repository, but none are there. I hoped the releases where tagged. In SVN repository I found these tags 8.09

Re: [OpenWrt-Devel] [PATCH v2] busybox: lock: implement -n "Fail rather than wait"

2015-08-13 Thread Bastian Bittorf
* Alexander Couzens [07.08.2015 20:48]: > lock -n is similiar to flock -n. If the lock was already taken, > fail with exit code = 1 and write error message to stderr. see: http://mywiki.wooledge.org/BashFAQ/045 internally we are using 'mkdir' which is called via a 'lock()' function: if mkdir /tm

Re: [OpenWrt-Devel] Fwd: "3-address Wi-Fi bridging" (was: Multiple Wi-Fi client/AP interfaces on one radio)

2015-08-13 Thread David Lang
On Thu, 13 Aug 2015, John kerry wrote: Hi, i will check whether this is driver issue or Luci, I have to add " disable WPS if this feature is enabled for the WiFi module" this in wireless. How i can handle this. ??? is this something you want to happen? something that happens that you don't

Re: [OpenWrt-Devel] i get no image for TL-WA7510

2015-08-13 Thread Sławomir Demeszko
W dniu 12.08.2015 o 21:29, smile...@gmail.com pisze: > I miss not only the TL-WA7510 image. I missing also several images > for other 4MB Flash-Router. > > Is there a Funktion in Openwrt which build images only if the image-size > not excite the flash-size? I found there is. I was also wonder for