Re: [OpenWrt-Devel] [PATCH - for comment only] lantiq: use UbinizeImage instead lantiq-specific ubinize.cfg files

2014-07-02 Thread Ben Mulvihill
On Tue, 2014-07-01 at 22:17 +0200, John Crispin wrote: On 01/07/2014 22:12, Ben Mulvihill wrote: Hello again, I have just tried sysupgradeNAND on the BTHOMEHUBV2B, and it fails with the following error: cat: can't open '/tmp/sysinfo/board_name': No such file or directory

Re: [OpenWrt-Devel] [PATCH - for comment only] lantiq: use UbinizeImage instead lantiq-specific ubinize.cfg files

2014-07-02 Thread John Crispin
On 02/07/2014 08:33, Ben Mulvihill wrote: On Tue, 2014-07-01 at 22:17 +0200, John Crispin wrote: On 01/07/2014 22:12, Ben Mulvihill wrote: Hello again, I have just tried sysupgradeNAND on the BTHOMEHUBV2B, and it fails with the following error: cat: can't open

[OpenWrt-Devel] [PATCH v2] lantiq: UbinizeImage instead of lantiq-specific ubinize.cfg files

2014-07-02 Thread Ben Mulvihill
New make target in lantiq to use UbinizeImage and SysupgradeNand. Only enabled for BTHOMEHUBV2B for the moment but should be useable for other lantiq nand boards. Signed-off-by: Ben Mulvihill ben.mulvih...@gmail.com --- --- a/target/linux/lantiq/image/Makefile2014-07-02

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

2014-07-02 Thread 林書詠
Answers inline. On Tue, Jul 1, 2014 at 3:16 PM, John Crispin j...@phrozen.org wrote: On 01/07/2014 13:44, Jon Suphammer wrote: 0t 1 + part=$(find_mtd_part u-boot-env) + mac=$(strings $part | sed -n 's/^'ethaddr'=//p' |sed 's/\//g') + mac_lan=$(macaddr_canonicalize $mac) +[

[OpenWrt-Devel] [PATCH] kernel: add igb kernel module

2014-07-02 Thread Tim Harvey
Added igb kernel module which supports a variety of Intel GigE PCIe devices Signed-off-by: Tim Harvey thar...@gateworks.com --- package/kernel/linux/modules/netdevices.mk | 18 ++ 1 file changed, 18 insertions(+) diff --git a/package/kernel/linux/modules/netdevices.mk

[OpenWrt-Devel] [PATCH] imx6: kernel: 3.14: backport IMX6DL DVFS support from 3.15

2014-07-02 Thread Tim Harvey
This allows dynamic voltage and frequency scaling to work for IMX6DL CPU's Signed-off-by: Tim Harvey thar...@gateworks.com --- ...070-ARM-dts-imx6dl-enable-cpufreq-support.patch | 48 ++ 1 file changed, 48 insertions(+) create mode 100644

Re: [OpenWrt-Devel] [Patch][Resend] Support for BMP085 pressure sensor

2014-07-02 Thread Sergey Korolew
Hello ! JC Sergey can you send the patch with git send-email please ? I'm sorry, but git on my ubuntu buildbox seems to not support send-email command, thunderbird wrap strings and windows client on main pc replace tabs to spaces :) Just tryed to send from freebsd box using simple mail, hope it

[OpenWrt-Devel] [Patch][Resend] BMP085 sensor support

2014-07-02 Thread User Ds
--- a/package/kernel/linux/modules/other.mk 2014-06-29 15:21:39.359850523 +0400 +++ b/package/kernel/linux/modules/other.mk 2014-06-29 15:17:27.0 +0400 @@ -698,6 +698,54 @@ $(eval $(call KernelPackage,regmap)) + +define KernelPackage/bmp085 + SUBMENU:=$(OTHER_MENU) +

[OpenWrt-Devel] [Patch][Resend] Kernel patch for BMP085 support

2014-07-02 Thread User Ds
--- a/target/linux/generic/patches-3.6/263-bmp085_dynamic.patch 1970-01-01 04:00:00.0 +0400 +++ b/target/linux/generic/patches-3.6/263-bmp085_dynamic.patch 2014-06-08 14:42:38.0 +0400 @@ -0,0 +1,11 @@ +--- a/drivers/misc/Kconfig 2014-04-03 23:01:22.0 +0400

Re: [OpenWrt-Devel] [Patch][Resend] Support for BMP085 pressure sensor

2014-07-02 Thread Jo-Philipp Wich
Hi, git send-email support is provided by a separate package on .deb distros: apt-get install git-email ~ Jow signature.asc Description: OpenPGP digital signature ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

[OpenWrt-Devel] [PATCH] fix remote logging

2014-07-02 Thread Reiner Herrmann
in r41439 a flag for enabling remote logging was added, but the actual check was done on a different variable. Signed-off-by: Reiner Herrmann rei...@reiner-h.de --- package/system/ubox/files/log.init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

Re: [OpenWrt-Devel] [Patch][Resend] Kernel patch for BMP085 support

2014-07-02 Thread Jonas Gorski
Hi, this patch is currently missing: a) a proper changelog b) a Signed-off-by c) proper patch headers for the individual patches. See https://dev.openwrt.org/wiki/SubmittingPatches regarding a) and b), and https://dev.openwrt.org/browser/trunk/target/linux/generic/PATCHES regarding c) Jonas

Re: [OpenWrt-Devel] [PATCH] [Resend] [kernel] mtd-partial_eraseblock_erase

2014-07-02 Thread Felix Fietkau
On 2014-07-01 16:14, Maciej Skrzypek wrote: mtd: allow partial block erase This fixes error erasing partial mtd partition which does not start on eraseblock boundary and allows using fconfig to configure redboot on devices such as the Gateworks Cambria. Maciej Skrzypek Flytronic

Re: [OpenWrt-Devel] [PATCH] [Resend] [kernel] mtd-partial_eraseblock_erase

2014-07-02 Thread Maciej Skrzypek
On 07/02/2014 03:05 PM, Felix Fietkau wrote: On 2014-07-01 16:14, Maciej Skrzypek wrote: mtd: allow partial block erase This fixes error erasing partial mtd partition which does not start on eraseblock boundary and allows using fconfig to configure redboot on devices such as the Gateworks

[OpenWrt-Devel] [PATCH] ramips: add missing rt3352 usb profile

2014-07-02 Thread michael lee
From: michael igv...@gmail.com Signed-off-by: michael igv...@gmail.com --- target/linux/ramips/dts/rt3352.dtsi | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/target/linux/ramips/dts/rt3352.dtsi b/target/linux/ramips/dts/rt3352.dtsi index 6b1f11d..47e30a3 100644

[OpenWrt-Devel] [PATCH] ramips: fix target rt5350 only have 28 gpios

2014-07-02 Thread michael lee
From: michael igv...@gmail.com Signed-off-by: michael igv...@gmail.com --- target/linux/ramips/dts/rt5350.dtsi | 27 --- 1 file changed, 4 insertions(+), 23 deletions(-) diff --git a/target/linux/ramips/dts/rt5350.dtsi b/target/linux/ramips/dts/rt5350.dtsi index

Re: [OpenWrt-Devel] [Patch][Resend] Kernel patch for BMP085 support

2014-07-02 Thread Sergey Korolew
Hello ! JG this patch is currently missing: JG a) a proper changelog JG b) a Signed-off-by JG c) proper patch headers for the individual patches. JG See https://dev.openwrt.org/wiki/SubmittingPatches regarding a) and b), and JG https://dev.openwrt.org/browser/trunk/target/linux/generic/PATCHES

Re: [OpenWrt-Devel] [PATCH] ramips: add missing rt3352 usb profile

2014-07-02 Thread John Crispin
On 02/07/2014 16:46, michael lee wrote: From: michael igv...@gmail.com Signed-off-by: michael igv...@gmail.com Thanks, applied in r41475 and r41476 John ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org

Re: [OpenWrt-Devel] [PATCH v2] lantiq: UbinizeImage instead of lantiq-specific ubinize.cfg files

2014-07-02 Thread John Crispin
On 02/07/2014 08:37, Ben Mulvihill wrote: New make target in lantiq to use UbinizeImage and SysupgradeNand. Only enabled for BTHOMEHUBV2B for the moment but should be useable for other lantiq nand boards. Signed-off-by: Ben Mulvihill ben.mulvih...@gmail.com --- Thanks, applied in r41474

[OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-02 Thread José Vázquez Fernández
Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set, while cpu_has_mt has been undefined due to the lack of mt ASE in the Danube.

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-02 Thread José Vázquez Fernández
On 02/07/14 21:49, José Vázquez Fernández wrote: Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set, while cpu_has_mt has been

[OpenWrt-Devel] [PATCH] [LANTIQ] [resend] Add XWAY cpu-feature-overrides

2014-07-02 Thread José Vázquez Fernández
Add XWAY cpu-feature-overrides.h file. This patch adds cpu-feature-overrides.h file for the XWAY family, based in the one in FALCON. Because Amazon SE was deprecated, cpu_has_dsp and cpu_has_mips16 have been set, while cpu_has_mt has been undefined due to the lack of mt ASE in the Danube.

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

2014-07-02 Thread Martin Garbe
On 7/1/14, 10:04 AM, Jacek Kikiewicz wrote: Hello, I have few APs that are using ath9k driver, I've read that now DFS is supported on that driver, so I compiled latest revision (yesterday: 41415), and started playing, basically when as per manual / howto I run 'iw phy phy1 info' I can

Re: [OpenWrt-Devel] [PATCH] [LANTIQ] Add XWAY cpu-feature-overrides.h

2014-07-02 Thread thomas.langer
Hello José. cpu_has_veic should be left disabled (this is wrong also for Falcon) Thanks, Thomas -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of José Vázquez Fernández Sent: Wednesday, July 02, 2014 9:50 PM To:

[OpenWrt-Devel] System Logs Reporting: IEEE 802.11: Could not add STA to kernel driver for Windows 7 clients

2014-07-02 Thread Derek Vicky
Using OpenWrt Barrier Breaker r4066, with a TPlink USB 722n on a BCM2708 platform. Andriod phones, Iphones, Ubuntu systems, visio TV, Windows 8.1 systems connect OK, but No success for windows 7sp1 pro, HP or Lenovo. Any ideas? here are the contents of the /etc/config/wireless config

Re: [OpenWrt-Devel] [PATCH RESEND] firmware-utils/mkdir615h1: fix magic XOR calculation

2014-07-02 Thread Forest Crossman
Someone changed this patch's state to accepted, but I haven't seen it appear in SVN yet. Is there something I still need to do? Or does it just take a while for a patch to go from Accepted to Committed? I ask because I have some more patches to add that will make this code more efficient and

[OpenWrt-Devel] [PATCH][ramips]Add support for Aigale Ai-BR100

2014-07-02 Thread 郭传鈜
Ai-BR100 is a router with mt7620a chip.Maybe it's only sold in China. There are only 2 lights on the board (WAN and WLAN) so I used the wlan light as the status led. USB is not working normally (only usb2.0 devices can be recognized when I select kmod-usb2 and kmod-usb-ohci) I don't know if it is

[OpenWrt-Devel] [PATCH][ramips][resend]Add support for Aigale Ai-BR100

2014-07-02 Thread 郭传鈜
Sorry. I resent this because of the text format :-( I don't know why my patch isn't displayed normally in the patchwork page.What should I do? I also uploaded my patch file here: http://php-gch981213.rhcloud.com/wp-content/uploads/2014/07/br100patch.txt Ai-BR100 is a router with mt7620a

Re: [OpenWrt-Devel] [PATCH][ramips][resend]Add support for Aigale Ai-BR100

2014-07-02 Thread Xiongfei Guo
hi, if you are using git, you can try the 'git sent-email ' command. if svn, may be there are other similar tool to send a good patch. Alex Guo Credo Semi. 郭传鈜 gch981...@gmail.com编写: Sorry. I resent this because of the text format :-( I don't know why my patch isn't displayed normally in the

Re: [OpenWrt-Devel] [PATCH RESEND] firmware-utils/mkdir615h1: fix magic XOR calculation

2014-07-02 Thread Cezary Jackiewicz
Dnia 2014-07-02, o godz. 22:14:22 Forest Crossman cyro...@gmail.com napisał(a): Someone changed this patch's state to accepted, but I haven't seen it appear in SVN yet. Is there something I still need to do? Or does it just take a while for a patch to go from Accepted to Committed? I ask

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

2014-07-02 Thread Jacek Kikiewicz
Hi, I sure selected this option, as I said command 'iw phy phy1 info' does in fact show DFS channels, but I just cannot set them for usage... Jacek On 07/02/14 22:50, Martin Garbe wrote: On 7/1/14, 10:04 AM, Jacek Kikiewicz wrote: Hello, I have few APs that are using ath9k driver, I've