Re: [OpenWrt-Devel] [PATCH 2/2 v2] linux: add support of Synopsys ARCHS38-based boards

2016-02-17 Thread Alexey Brodkin
On Mon, 2016-01-18 at 20:51 +0300, Alexey Brodkin wrote: > This patch introduces support of new boards with ARC HS38 cores. > > ARC HS38 is a new generation of ARC cores which utilize ARCv2 ISA. > As with ARC770 we're addind support for 2 boards for now: > >  [1] Synopsys SDP board (AXS103) >    

Re: [OpenWrt-Devel] [PATCH 1/2 v2] toolchain: add support of ARCv2 architecture

2016-02-17 Thread Alexey Brodkin
Hello, On Mon, 2016-01-18 at 20:51 +0300, Alexey Brodkin wrote: > This change adds support of ARC ISAv2 processors in > OpenWRT toolchain. > > In general gcc for ARC may compile code for both ISA versions > simultaneously but libgcc will be built only for default > architecture that's why it's ne

Re: [OpenWrt-Devel] erro compiling 'master' with musl

2016-02-17 Thread Bastian Bittorf
* Bastian Bittorf [12.02.2016 11:12]: > as far as i read we should replace the > > #ifdef __linux__ > with > #ifdef __GLIBC__ any opinions about that? so should i send a proper patch to ML? bye, bastian ___ openwrt-devel mailing list openwrt-devel@li

[OpenWrt-Devel] [PATCH 2/2] Add support for 'metric' to QMI, NCM, MBIM and DirectIP

2016-02-17 Thread Bruno Randolf
Same as for other network interfaces, the option 'metric' should be respected. (Unfortunately I could not test these changes, since I don't have these modems and QMI is broken on trunk for me... But the same method is used in the "HiLink" script I just added before.) Signed-off-by: Bruno Randolf

[OpenWrt-Devel] [PATCH 1/2] wwan: Add support for CDC (Huawei 'HiLink') Modems

2016-02-17 Thread Bruno Randolf
Huawei HiLink ("h" model names) modems just provide a CDC Ethernet interface where we have to run DHCP to get an IP address (usually in the 192.168.8.0 range). While this may be bad design in general it's sometimes necessary to support these modems. This adds autodetection and handling of these to

Re: [OpenWrt-Devel] downloads.openwrt.org NOT accessible!!!

2016-02-17 Thread Rafał Miłecki
On 13 February 2016 at 09:44, Jakub Jančo wrote: > I cant access to downloads.openwrt.org. https://forum.openwrt.org/viewtopic.php?id=62776 > OpenWrt's main hosting server (site, downloads, forum) is failing for last > few weeks. Its hard drivers need to be replaced and we're currently waiting

Re: [OpenWrt-Devel] downloads.openwrt.org NOT accessible!!!

2016-02-17 Thread camden lindsay
Seems back up now... On Sat, Feb 13, 2016 at 12:46 AM, Jakub Jančo wrote: > Accessible: > $ host wiki.openwrt.org > wiki.openwrt.org has address 188.40.166.25 > > Not accessible: > $ host openwrt.org > openwrt.org has address 78.24.191.177 > openwrt.org mail is handled by 10 mail.openwrt.org. > >

[OpenWrt-Devel] [PATCH] ramips: mt7620: fix failsafe switch config

2016-02-17 Thread Joseph C. Lehner
As indicated in the bug tracker[1], failsafe mode is broken on at least some devices using the mt7620 switch (and possibly mt7621). The thread explicitly mentions the Xiaomi MiWifi, and the Nexx WT3020, and an unspecified device using the mt7621 switch; the issue also applies to the Netgear EX2700.

Re: [OpenWrt-Devel] [PATCH] dropbear: fix forever hanging startup when jffs2 fails to mount

2016-02-17 Thread Bastian Bittorf
* John Crispin [16.02.2016 18:39]: > > root@OpenWrt:~ mv -f /tmp/dropbear/dropbear_* /etc/dropbear/ > > mv: can't remove '/etc/dropbear/dropbear_rsa_host_key': Read-only file > > system > > this is really only fighting the symptoms. we dont really want to have > all scripts be aware of and handl

[OpenWrt-Devel] [PATCH] CC: toolchain: use latest glibc 2.21 revision

2016-02-17 Thread Michael Marley
Fixes "CVE-2015-7547 --- glibc getaddrinfo() stack-based buffer overflow" Signed-off-by: Michael Marley --- toolchain/glibc/Config.version | 6 -- toolchain/glibc/common.mk | 12 +++- toolchain/glibc/patches/2.21/200-add-d

Re: [OpenWrt-Devel] [PATCH v7] ramips: build factory images for Netgear EX2700

2016-02-17 Thread Joseph C. Lehner
This patch adds support for building factory and sysupgrade images for the Netgear EX2700 that don't require modification of u-boot environment variables. The bootloader on this device expects the kernel partition to end on a 64k block boundary. The last 64 byte of the kernel partition must conta

Re: [OpenWrt-Devel] [PATCH v6] ramips: build factory images for Netgear EX2700

2016-02-17 Thread Joseph C. Lehner
This patch adds support for building factory and sysupgrade images for the Netgear EX2700 that don't require modification of u-boot environment variables. The bootloader on this device expects the kernel partition to end on a 64k block boundary. The last 64 byte of the kernel partition must contai

[OpenWrt-Devel] Openwrt AR9344 Factory reset issue

2016-02-17 Thread John kerry
I have written the mac_address, wifi mac address and Serial number in mtd5 (ART) successfully as below location : Mac Address : offset 0x0 Wi-Fi Mac Address: offset 4098 Seral number : offset 4104 and its working fine. Able to read and write. but after that when i do the factory reset using below

Re: [OpenWrt-Devel] [PATCH v5] ramips: build factory images for Netgear EX2700

2016-02-17 Thread Joseph C. Lehner
This patch adds support for building factory and sysupgrade images for the Netgear EX2700 that don't require modification of u-boot environment variables. The bootloader on this device expects the kernel partition to end on a 64k block boundary. The last 64 byte of the kernel partition must conta

Re: [OpenWrt-Devel] [PATCH v4] ramips: build factory images for Netgear EX2700

2016-02-17 Thread Joseph C. Lehner
This patch adds support for building factory and sysupgrade images for the Netgear EX2700 that don't require modification of u-boot environment variables. The bootloader on this device expects the kernel partition to end on a 64k block boundary. The last 64 byte of the kernel partition must contai

Re: [OpenWrt-Devel] uci_lookup_ptr() seg fault

2016-02-17 Thread Jo-Philipp Wich
Hi. > I am getting seg fault sometimes on the uci_lookup_ptr() call. here is > the way I call this function: > It happens I would say once every couple of hundred calls. My gut feeling is that one of the "file_name", "section_name", "section_value" or "option_name" pointers becomes stale. Your qu