[OpenWrt-Devel] /usr/lib/os-release

2018-06-25 Thread Naresh Kumar Mehta
Can someone change package/base-files/files/usr/lib/os-release to OpenWrt branding? Currently it has LEDE* entries. Thanks, Naresh ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/listinfo/openwrt-devel

Re: [OpenWrt-Devel] [LEDE-DEV] QCA Dakota support

2018-06-18 Thread Naresh Kumar Mehta
You can select target as "Qualcomm Atheros IPQ40XX", target profile as "QCA AP-DK04.1-C1" and build. Naresh -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Tirth Master Sent: Monday, June 18, 2018 12:51 PM To: openwrt-devel@lists.openw

[OpenWrt-Devel] [PATCH] linux-system: Set MTU while adding interfaces to bridge

2016-08-10 Thread Naresh Kumar Mehta
From f8527e5b20043db706b2bedd3cca305b4814d932 Mon Sep 17 00:00:00 2001 From: Naresh Kumar Mehta Date: Mon, 4 Apr 2016 19:07:54 +0530 Subject: [PATCH] linux-system: Set MTU while adding interfaces to bridge 1. This change fixes the mtu setting for bridge When setting the mtu of a bridge, the

[OpenWrt-Devel] Netifd patch 8cb06c3efe734a521507cba7b5f0ba206e2476e0

2016-05-31 Thread Naresh Kumar Mehta
Felix, I am trying to add wlan0 interface to bond interface but unable to add. While digging further, I realized that below commit is not allowing me to add. http://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=8cb06c3efe734a52 1507cba7b5f0ba206e2476e0 I also noticed initial code was added

[OpenWrt-Devel] Netifd patch 8cb06c3efe734a521507cba7b5f0ba206e2476e0

2016-05-31 Thread Naresh Kumar Mehta
Felix, I am trying to add wlan0 interface to bond interface but unable to add. While digging further, I realized that below commit is not allowing me to add. http://git.openwrt.org/?p=project/netifd.git;a=commitdiff;h=8cb06c3efe734a52 1507cba7b5f0ba206e2476e0 I also noticed initial code wa

Re: [OpenWrt-Devel] stdout and putchar() behavior in musl

2016-03-31 Thread Naresh Kumar Mehta
Thanks for your comments. Unfortunately flush(stdout) didn't help. Thanks, Naresh -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Arjen de Korte Sent: Wednesday, March 30, 2016 4:58 PM To: openwrt-devel@lists.openwrt.org Subject: Re: [

[OpenWrt-Devel] syn_flood v/s synflood_protect in firewall default config

2016-03-30 Thread Naresh Kumar Mehta
All, >From https://wiki.openwrt.org/doc/uci/firewall, syn_flood is obsoleted by synflood_protect but I still see syn_flood in https://dev.openwrt.org/browser/trunk/package/network/config/firewall/files/ firewall.config. Does it mean we missed to update default value in firewall.config or docum

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

2016-03-19 Thread Naresh Kumar Mehta
Thanks Michael for explanation. Thanks, Naresh -Original Message- From: Michael Marley [mailto:mich...@michaelmarley.com] Sent: Wednesday, March 16, 2016 4:25 PM To: John Crispin ; Naresh Kumar Mehta ; openwrt-devel@lists.openwrt.org Subject: Re: [OpenWrt-Devel] [PATCH] CC: toolchain

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

2016-03-16 Thread Naresh Kumar Mehta
From http://www.gnu.org/software/libc/, it seems CVE-2015-7547 was fixed in v2.23. How come using v2.21 will fix this issue? -Original Message- From: openwrt-devel [mailto:openwrt-devel-boun...@lists.openwrt.org] On Behalf Of Michael Marley Sent: Wednesday, February 17, 2016 7:46 PM To: op

[OpenWrt-Devel] [PATCH] utils.c: Add ip address validation

2016-02-22 Thread Naresh Kumar Mehta
From: Naresh Kumar Mehta Do not allow configuring invalid IPv4/IPv6 addresses. Curently if I configure LAN IP Address as 224.1.1.1, netifd will configure it. e.g. uci set network.lan.ipaddr='224.1.1.1' uci commit /etc/init.d/network restart Now ifconfig br-lan returns br-l