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)
>
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
* 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
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
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
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
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.
>
>
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.
* 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
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
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
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
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
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
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
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
16 matches
Mail list logo