Re: [OpenWrt-Devel] [LEDE-DEV] [PATCH 0/5] x86: add support for microcode update

2018-01-19 Thread Toan Pham
>> Does an update to the Kernel, 4.9.77 and 4.14.14 need to be made to >> properly address this? There are fixes to mitigate Spectre. As far as I know, to properly mitigate spectre variant 2, it requires update to microcode along w/ kernel support for IBRS. However, IBRS feature was just

Re: [OpenWrt-Devel] [OpenWrt-Tickets] [OpenWrt] #20685: Weak Wi-Fi signal E1700 (MT7620A)

2017-02-05 Thread Toan Pham
Hi, I tested OpenWrt trunk version on the E1700 five months ago. At that time, openwrt (or the vendor) claimed that all of all ethernet ports are gibabit ports (ref. https://wiki.openwrt.org/toh/hwdata/linksys/linksys_e1700) However, All four ports showed up as 100Mb, not Gbps ports, on Chaos

[OpenWrt-Devel] [PATCH] dropbear: update to version 2016.74

2016-11-07 Thread Toan Pham
Update dropbear to version 2016.74, which addresses the following vulnerabilities: CVE-2016-7406 CVE-2016-7407 CVE-2016-7408 CVE-2016-7409 Signed-off-by: Toan Pham <tpham3...@gmail.com> --- a/package/network/services/dropbear/Makefile +++ b/package/network/services/dropbear/Makefile @@

Re: [OpenWrt-Devel] [solved] Linksys E1700 firmware upload throws "incorrect Firmware"

2016-07-17 Thread Toan Pham
I know that this is an old post; but I would like to bring up two issues with the current e1700 build. Please let me know if any of you're experiencing the same issues. 1. Openwrt only supports 100BaseT ethernet (the original/manufacturer FW supports 1gigabit). 2. Wifi access point behave

Re: [OpenWrt-Devel] How to set mac address for ethernet, wifi and 6lowpan interface

2016-06-29 Thread Toan Pham
​Pratik, The mac addresses get set at boot, you may want to reboot the machine instead of restarting network for it to work. Also make sure that the new mac address for ethernet is valid (ie ), There were times that I saw the OS wouldn't set the new mac-addr if I generate an random

Re: [OpenWrt-Devel] [PATCH] Add option to read an alternative config file

2016-03-20 Thread Toan Pham
Would someone review and comment on the below patch please? thanks, TP On Thu, Mar 3, 2016 at 3:26 PM, Toan Pham <tpham3...@gmail.com> wrote: > > Presently, Openwrt reads default config filename ".config" or from > $(HOME)/.openwrt/defconfig if it exists. Th

[OpenWrt-Devel] [PATCH] Add option to read an alternative config file

2016-03-03 Thread Toan Pham
s! Signed-off-by: Toan Pham <tpham3...@gmail.com> --- diff --git a/Makefile b/Makefile index 8ba2bfc..452bef2 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ $(BUILD_DIR)/.prepared: Makefile @mkdir -p $$(dirname $@) @touch $@ -tmp/.prereq_packages: .config +tmp/