Re: [OpenWrt-Devel] [PATCH] imx6: kernel: update 3.14 pcie patches

2014-06-04 Thread Luka Perkov
Hi Tim, On Wed, Jun 04, 2014 at 01:14:57PM -0700, Tim Harvey wrote: > Remove old irq map patch and replace it with the propper upstream patches > allowing IMX6 PCIe devices behind PCIe switches to work properly. > > Signed-off-by: Tim Harvey > --- > ...dts_imx_fix-invallid-#address-cells-value.

Re: [OpenWrt-Devel] [PATCH] [LANTIQ]ath5k fix in wifi and ethernet eeprom handling patch.

2014-06-04 Thread José Vázquez
2014-06-04 7:20 GMT+02:00, John Crispin : > > > On 04/06/2014 00:04, José Vázquez wrote: >> 2014-06-03 21:35 GMT+02:00, John Crispin : >>> Thanks, >>> >>> does ath5k work after applying this patch ? i dont have any hw to >>> test with ... >>> >>> John >>> >> The ath5k driver using an ARV4518PW work

Re: [OpenWrt-Devel] 转发:Re: [PATCH] [ar71xx] add support for Elink M-150/M-mini

2014-06-04 Thread Hartmut Knaack
黄方成 schrieb: > Hi John, > > Please confirm that if the blew patch had fixed the white space problem. > thanks! > No, there are still whitespace problems. Also when you patch target/linux/ar71xx/base-files/etc/uci-defaults/02_network, is there a specific reason to not reuse the existing 'ucidef_se

[OpenWrt-Devel] [PATCH] imx6: kernel: update 3.14 pcie patches

2014-06-04 Thread Tim Harvey
Remove old irq map patch and replace it with the propper upstream patches allowing IMX6 PCIe devices behind PCIe switches to work properly. Signed-off-by: Tim Harvey --- ...dts_imx_fix-invallid-#address-cells-value.patch | 59 + ...se-new-OF-interrupt-mapping-when-possible.pa

Re: [OpenWrt-Devel] 转发:Re: [PATCH] [ar71xx] add support for Elink M-150/M-mini

2014-06-04 Thread 黄方成
Hi John, Please confirm that if the blew patch had fixed the white space problem. thanks! patch: Index: target/linux/ar71xx/config-3.10 === --- target/linux/ar71xx/config-3.10(revision 40996) +++ target/linux/ar71xx/config-3.10

Re: [OpenWrt-Devel] 转发:Re: [PATCH] [ar71xx] add support for Elink M-150/M-mini

2014-06-04 Thread 黄方成
Index: target/linux/ar71xx/config-3.10 === --- target/linux/ar71xx/config-3.10(revision 40996) +++ target/linux/ar71xx/config-3.10(working copy) @@ -47,6 +47,8 @@ CONFIG_ATH79_MACH_DIR_825_C1=y CONFIG_ATH79_MACH_DRAGINO2=y C

Re: [OpenWrt-Devel] ramips dwc_otg DEVICE_ONLY mode build failed

2014-06-04 Thread Roman Yeryomin
On 4 June 2014 18:10, John Crispin wrote: > > > On 04/06/2014 16:47, zhenjun_...@icloudaegis.com wrote: >> I doubt that the base addr of udc is base: 0x1012_ in >> datasheet but 0xB012 in source. > > > 0x1012_ == KSEG1(0xB012) > > i did not test. as i said i only compile tested fo

[OpenWrt-Devel] [PATCH] hostapd: move reading of rsn_preauth out of auth_type=eap context

2014-06-04 Thread Reiner Herrmann
rsn_preauth is used outside of "case $auth_type", so if it is set for an EAP-enabled SSID, it would also be set for the following non-EAP-enabled SSIDs, because it would not be read again. Signed-off-by: Reiner Herrmann --- package/network/services/hostapd/files/netifd.sh | 6 +++--- 1 file chan

Re: [OpenWrt-Devel] ramips dwc_otg DEVICE_ONLY mode build failed

2014-06-04 Thread John Crispin
On 04/06/2014 16:47, zhenjun_...@icloudaegis.com wrote: > I doubt that the base addr of udc is base: 0x1012_ in > datasheet but 0xB012 in source. 0x1012_ == KSEG1(0xB012) i did not test. as i said i only compile tested for 7620 but have no HW to test with... __

Re: [OpenWrt-Devel] ramips dwc_otg DEVICE_ONLY mode build failed

2014-06-04 Thread zhenjun_...@icloudaegis.com
I will test it tomorrow. There are some errors on compilation. I need to port it to 3.10 kernel. I doubt that the base addr of udc is base: 0x1012_ in datasheet but 0xB012 in source. Which platform you test it on, rt5350 or mt7620? zhenjun_...@icloudaegis.com From: John Crispin Date

Re: [OpenWrt-Devel] 转发:Re: [PATCH] [ar71xx] add support for Elink M-150/M-mini

2014-06-04 Thread John Crispin
Hi, initial impression is that the patch looks good. however the patch is white space broken. please read the submitting patches howto [1] to learn how to avoid this. if you use git send-email to send your patches this wont happen. once you have sent a patch without the whitespace problem we can m

Re: [OpenWrt-Devel] 转发:Re: [PATCH] [ar71xx] add support for Elink M-150/M-mini

2014-06-04 Thread 黄方成
Hi Knaack, I am huangfc who make the wrong patch for the EL-M150 and EL-Mini at before. today I remake a new patch for the two modules. please confirm if them can be commit into openwrt. and the two modules can be find the information here: > M-150: > http://item.taobao.com/item.htm?s

Re: [OpenWrt-Devel] SoC RT5350F based wireless socket / power plug

2014-06-04 Thread Bastian Bittorf
i made some better pictures, but still no progess: http://intercity-vpn.de/files/edimax-1101w/DSC_3729.JPG http://intercity-vpn.de/files/edimax-1101w/DSC_3730.JPG http://intercity-vpn.de/files/edimax-1101w/DSC_3731.JPG http://intercity-vpn.de/files/edimax-1101w/DSC_3732.JPG bye, bastian _

Re: [OpenWrt-Devel] ramips dwc_otg DEVICE_ONLY mode build failed

2014-06-04 Thread John Crispin
i think i compile tested it but never had the time to runtime test it. does it work for you ? On 04/06/2014 15:28, zhenjun_...@icloudaegis.com wrote: > Hi, I found a patch meeting my need: > https://dev.openwrt.org/browser/trunk/target/linux/ramips/patches-3.9/0162-USB-MIPS-ralink-add-rt5350-m

Re: [OpenWrt-Devel] Xilinx Zynq zedboard integration

2014-06-04 Thread Javier Domingo Cansino
Hi, I have tried the buildroot build, and have its output. Still no idea on what I am doing wrong though... I think it's something with the way I have packaged the kernel, but still not coming up with the problem... --- My failing output In:serial Out: serial Err: serial Net: Gem.e000

[OpenWrt-Devel] [PATCH 2/3] tgt: add more knobs to config, improve error handling

2014-06-04 Thread Maxim Storchak
- allow to select multiple addresses and ports to listent to - support both address- and name-based ACLs (note: config option has been changed from "allow" to "allow_address", "allow_name") - support more optionf for LUNs - support various device types (disk, cd, sg passthrough) - bind accounts

[OpenWrt-Devel] [PATCH 3/3] tgt: update to 1.0.48, refresh patches

2014-06-04 Thread Maxim Storchak
Signed-off-by: Maxim Storchak --- net/tgt/Makefile |6 +++--- net/tgt/patches/010-fallocate.patch|4 ++-- net/tgt/patches/020-usr_Makefile.patch | 16 net/tgt/patches/030-Makefile.patch |6 +++--- 4 files changed, 16 insertions(+), 16 d

[OpenWrt-Devel] [PATCH 1/3] tgt: configure number of iothreads, allow to bind to specific address/port

2014-06-04 Thread Maxim Storchak
Default number of iothreads for rdwr target is 16. Setting it to 2 lowers memory footprint dramatically. By default tgtd binds to wildcard address. Now it's possible to specify address and port to listen to. New options have been added to configure keepalives. Signed-off-by: Maxim Storchak --- n

Re: [OpenWrt-Devel] ramips dwc_otg DEVICE_ONLY mode build failed

2014-06-04 Thread zhenjun_...@icloudaegis.com
Hi, I found a patch meeting my need: https://dev.openwrt.org/browser/trunk/target/linux/ramips/patches-3.9/0162-USB-MIPS-ralink-add-rt5350-mt7620-UDC.patch?rev=37058 This patch is not be ported to pathces-3.10. Is there any reason? zhenjun_...@icloudaegis.com From: zhenjun_...@icloudaegis.

Re: [OpenWrt-Devel] RFC: convert PKG_LICENSE fields to SPDX identifiers

2014-06-04 Thread Hamish Guthrie
Hi Michael, On 04/06/14 00:01, Florian Fainelli wrote: Hi Michael, 2014-06-03 14:50 GMT-07:00 Michael Heimpold : Hi all, "recently", the PKG_LICENSE field was introduced in commit https://dev.openwrt.org/changeset/33861 I really like the approach to add such license information to each packa

Re: [OpenWrt-Devel] Q: hotplug-issue / var INTERFACE

2014-06-04 Thread John Crispin
On 04/06/2014 15:15, Bastian Bittorf wrote: > while writing the hotplug-thingy for OLSRd2, i have issues: > > according to http://wiki.openwrt.org/doc/techref/hotplug the var > $INTERFACE is the name (given by user, e.g. 'mylan') and $DEVICE is > the real physical one (e.g. 'eth0.1'). > > but i

Re: [OpenWrt-Devel] Howto force mips64

2014-06-04 Thread John Crispin
octeon is currently only partially working. we will push a fix to trunk in the next few days. experimental patch is currently in testing. please be patient for a few dyas On 04/06/2014 14:36, Edison Figueira Junior wrote: > Howto force to use mips64 for target octeon? > > > > > __

[OpenWrt-Devel] Q: hotplug-issue / var INTERFACE

2014-06-04 Thread Bastian Bittorf
while writing the hotplug-thingy for OLSRd2, i have issues: according to http://wiki.openwrt.org/doc/techref/hotplug the var $INTERFACE is the name (given by user, e.g. 'mylan') and $DEVICE is the real physical one (e.g. 'eth0.1'). but i can see 'ifup'-events with INTERFACE = 'cfg0f4d8f'. this ma

[OpenWrt-Devel] Howto force mips64

2014-06-04 Thread Edison Figueira Junior
Howto force to use mips64 for target octeon? ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [PATCH] hostapd: replace undefined $bridge with $network_bridge

2014-06-04 Thread Felix Fietkau
On 2014-06-04 13:42, Reiner Herrmann wrote: > Signed-off-by: Reiner Herrmann Committed in r41002, thanks. - Felix ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

[OpenWrt-Devel] [PATCH] hostapd: replace undefined $bridge with $network_bridge

2014-06-04 Thread Reiner Herrmann
Signed-off-by: Reiner Herrmann --- package/network/services/hostapd/files/netifd.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index 1cc5713..a36a069 100644 --- a/pa

[OpenWrt-Devel] [PATCH 1/1] procd: rename local variable in uci_validate_section

2014-06-04 Thread Maxim Storchak
Allow to use "package", "type", "name", "error" and "result" as config option names: package some_service config section 'foo' option name 'bar' option type 'unknown' Signed-off-by: Maxim Storchak --- package/system/procd/files/procd.sh | 18 +- 1 file changed, 9 inser

Re: [OpenWrt-Devel] Changing to Diget

2014-06-04 Thread Alex Henrie
2014-06-03 20:44 GMT-06:00 Peter Fraser : > How do I change my subscription to digest mode? https://lists.openwrt.org/cgi-bin/mailman/options/openwrt-devel?email=pjfrase...@gmail.com -Alex ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org h

Re: [OpenWrt-Devel] [PATCH] libusb-compat: create directory for libusb-config

2014-06-04 Thread Luka Perkov
On Wed, Jun 04, 2014 at 09:11:18AM +0200, Luka Perkov wrote: > On Tue, Jun 03, 2014 at 02:03:34PM -0700, Tim Harvey wrote: > > Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host > > directory exists before trying to copy files to it. > > > > Cc: Florian Fainelli > > > > S

Re: [OpenWrt-Devel] [PATCH] libusb-compat: create directory for libusb-config

2014-06-04 Thread Luka Perkov
Hi Tim, On Tue, Jun 03, 2014 at 02:03:34PM -0700, Tim Harvey wrote: > Fix a build regression caused by r39975 by making sure $(STAGING_DIR)/host > directory exists before trying to copy files to it. > > Cc: Florian Fainelli > > Signed-off-by: Tim Harvey > --- > package/libs/libusb-compat/Make