>> 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 committe
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 Ca
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
--- a/package/network/services/dropbear/Makefile
+++ b/package/network/services/dropbear/Makefile
@@ -8,14 +8,14 @@
include
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 very
​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 in
Would someone review and comment on the below patch please?
thanks,
TP
On Thu, Mar 3, 2016 at 3:26 PM, Toan Pham wrote:
>
> Presently, Openwrt reads default config filename ".config" or from
> $(HOME)/.openwrt/defconfig if it exists. This patch will allow users to
>
s!
Signed-off-by: Toan Pham
---
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/.prereq_packages: $(TARGET_CONFIG)
u