[OpenWrt-Devel] 答复: [PATCH] [packages] ncm: add packages for ncm protocol support and driver/at-command set for huawei e3276 dongle

2014-04-01 Thread winton
Hi, After applying Oskari 's NCM patches, I could get my E3276 work. That's the log of using NCM protocol to set WAN connections. Tue Apr 1 05:23:14 2014 daemon.notice netifd: Interface 'wan' is now down Tue Apr 1 05:23:14 2014 daemon.notice netifd: Interface 'wan' is setting up now Tue

Re: [OpenWrt-Devel] public ssh key

2014-04-01 Thread Flavio Rodrigo LEonel
my problem continue above my output uci command root@McellOS:~# uci show dropbear dropbear.@dropbear[0]=dropbear dropbear.@dropbear[0].PasswordAuth=on dropbear.@dropbear[0].Port=22 root@McellOS:~# uci show batman-adv.bat0=mesh batmand.general=batmand batmand.general.interface=ath0 ddns.myddns=

[OpenWrt-Devel] [PATCHv2 2/2] ar71xx: add beta sysupgrade support for ZyXEL NBG 6716

2014-04-01 Thread André Valentin
This add beta support for ZyXEL NBG 6716. Expect it to be reworked because there will come a change for NAND flash. Signed-off-by: André Valentin --- .../ar71xx/base-files/lib/upgrade/platform.sh | 21 +++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/tar

[OpenWrt-Devel] [PATCHv2 1/2] ar71xx: add support for ZyXEL NBG 6716

2014-04-01 Thread André Valentin
With this patch OpenWRT supports the following on the ZyXEL NBG 6716: -WiFi 2G (ath9k) -WiFi 5G (ath10k) -NAND flash -2 Ethernet interfaces -USB 2.0 -LEDs including switch -reasonale defaults at first boot Signed-off-by: André Valentin --- package/boot/uboot-envtools/files/ar71xx |

[OpenWrt-Devel] [PATCHv2 0/2] Add Support for ZyXEL NBG 6716

2014-04-01 Thread André Valentin
These 2 patches update the older ones. Improvements are: -Switch LEDs working -Buttons and LEDs renamed The sysupgrade support has been moved to a separate patch. As there will be an update to handling of NAND storage, I will rework it as soon as possible. Also the patch for fstools has been remov

[OpenWrt-Devel] Wireless eeprom fix for ARV4518PW, ARV7518PW and some others.

2014-04-01 Thread José Vázquez Fernández
Tki2000, in the openwrt subforum of seguridadwireless, published a modified ath_eep.c file because, since the Lantiq target moved to kernel 3.10 some routers cannot read calibration data nor mac. The code also applies a patch made by Noltari that disables regdomain limitations, but still do

[OpenWrt-Devel] [PATCH 2/2] x86/kvm_guest: disable CONFIG_KVM host

2014-04-01 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/x86/kvm_guest/config-3.10 | 1 + 1 file changed, 1 insertion(+) diff --git a/target/linux/x86/kvm_guest/config-3.10 b/target/linux/x86/kvm_guest/config-3.10 index b8289ec..3355c34 100644 --- a/target/linux/x86/kvm_guest/config-3.10 +++ b/target/

[OpenWrt-Devel] [PATCH 1/2] x86: enable SCHED_HRTICK

2014-04-01 Thread Alexander Couzens
Signed-off-by: Alexander Couzens --- target/linux/x86/config-3.10 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/target/linux/x86/config-3.10 b/target/linux/x86/config-3.10 index 71216ff..e39e9bc 100644 --- a/target/linux/x86/config-3.10 +++ b/target/linux/x86/config-3.10 @

[OpenWrt-Devel] [PATCH 0/2] x86: fix build

2014-04-01 Thread Alexander Couzens
First patch fix kvm_guest build, second SCHED_HRTICK is needed by SND_PCSP. I've no idea about the incluence of SCHED_HRTICK. Alexander Couzens (2): x86: enable SCHED_HRTICK x86/kvm_guest: disable CONFIG_KVM host target/linux/x86/config-3.10 | 3 +-- target/linux/x86/kvm_guest/conf

[OpenWrt-Devel] [PATCH] [packages] mii-tool: update to 2014-02-18

2014-04-01 Thread Catalin Patulea
Some notable changes: - #include sockios added upstream, drop patch - GbE support - Fix swapped advertising/link partner features fields - Document -p option - Dump more registers Full changelog: http://sourceforge.net/p/net-tools/code/ci/68a4d784daaf5fb3449808e434e8cbb9625988e6/log/?path=/mii-too

Re: [OpenWrt-Devel] Does anyone have used Ralink i2s under openwrt?

2014-04-01 Thread John Crispin
On 01/04/2014 05:52, zhenjun_...@icloudaegis.com wrote: > Hi, I have a RT5350 module with wm8978 codec and try to driver > sound under openwrt. The relevant driver in openwrt trunk as > follows: sound/soc/ralink/mt7620-i2s.c > sound/soc/ralink/mt7620-wm8960.c drivers/dma/ralink-gdma.c > > The i2

Re: [OpenWrt-Devel] [v3, 1/4] Add kernel support for Sagemcom F@ST2704V2 ADSL router

2014-04-01 Thread Jonas Gorski
On Sat, Mar 29, 2014 at 4:50 PM, Weedy wrote: > SO GUYS, MERGE PLOX? a) Don't top post with full quote. b) Check r39671. Jonas ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-d

Re: [OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-04-01 Thread Damian Kaczkowski
On 1 April 2014 10:05, Stefan Hellermann wrote: > What about ar8366s? It used to work, but currently it's broken. > https://dev.openwrt.org/ticket/7795 > It's RTL8366S not ar8336s. It's Realtek not Qualcomm/Atheros. Quite a different story I think. ___

Re: [OpenWrt-Devel] Fix VLAN on Atheros AR8327N

2014-04-01 Thread Stefan Hellermann
2014-03-31 16:39 GMT+02:00 Jonas Gorski : > > Hello there. > > > > Have a question. What about those switch chips: > > - ar8316, > > - ar8227, > > - ar7240. > > > > Are they also capable of doing tagged+untagged vlan on the same port at > the > > same time? Do they benefit from this pach? Could a