- 17 Aug, 2017 2 commits
-
-
Stijn Tintel authored
Refresh patches. Adapt 704-phy-no-genphy-soft-reset.patch. Remove brcm2708/950-0005-mm-Remove-the-PFN-busy-warning.patch. Compile-tested on brcm2708/bcm2708 and x86/64. Runtime-tested on brcm2708/bcm2708 and x86/64. Fixes the following vulnerabilities: - CVE-2017-7533 - CVE-2017-1000111 - CVE-2017-1000112 Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- 16 Aug, 2017 1 commit
-
-
Hans Dedecker authored
94e65ee ndp: use IPv4 address list when comparing IPv4 addresses ff5020d dhcpv6-ia: rework reconfigure accept logic Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
- 11 Aug, 2017 2 commits
-
-
L. D. Pinney authored
The VoCore2 Lite uses the same PCB as the Vocore2. This patch moves the common VoCore2 parts into dtsi. Removed memory node in the device tree source file. Memory is detected automatically. http://vocore.io/ http://vonger.net/ http://vonger.cn/ Specifications: - SoC: MediaTek MT7688AN - RAM: 64MB DDR2 EtronTech EM68B16CWQH-25H - Flash: 8MB NOR SPI Flash GigaDevice GD25Q64CWIG - Wireless: Built into MT7688AN with onboard IPEX connector Firmware installation: - VoCore2-Lite ships with firmware forked from OpenWrt. - Installation from the bootloader is recommended. - If using luci/sysupgrade use the -n option (do not keep settings) original firmware uses a modified proprietary MediaTek wireless driver. - The wireless is disabled by default in LEDE. - If reverting to factory firmware using the bootloader is recommended. Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> Tested by: Noble Pepper <noblepepper@gmail.com>
-
Mathias Kresin authored
By adding the ICPlus IP1001 phy driver an already set RGMII delay mode is reset during driver load. Set the rgmii rx delay to fix corrupt/no packages in case the WAN port negotiates to 1000MBit. Fixes: FS#670 Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- 10 Aug, 2017 2 commits
-
-
Stijn Tintel authored
While debugging an issue with a client device, wpa_supplicant did not seem to log anything at all. Make wpa_supplicant log to syslog instead of stdout, to make debugging easier and to be consistent with hostapd. Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
Stijn Tintel authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be>
-
- 09 Aug, 2017 8 commits
-
-
Rafał Miłecki authored
It isn't used for years since the old 99_10_run_init has been dropped. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Hauke Mehrtens authored
We are using the normal 0.7 version of nftables, do not add an additional date to the version number. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Daniel Engberg authored
* Update pkg-config to 0.29.2 * Remove patch as it's upstreamed Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Engberg authored
Update (lib)expat to 2.2.3 Remove poor entropy hack, 2.2.3 uses /dev/urandom in worst case Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Engberg authored
Update e2fsprogs to 1.43.5 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Engberg authored
Update e2fsprogs to 1.43.5 Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Gonzalez Cabanelas authored
USB doesn't work in some danube boards because otg_cap is missing since previous changes made on the USB-dwc2 lantiq driver. Fix it. Tested on the ARV7518PW router. Signed-off-by:
Daniel Gonzalez Cabanelas <dgcbueu@gmail.com>
-
Rafał Miłecki authored
With failsafe disabled there is no point in early network setup. We don't send announcement over UDP and there is no way to ssh to the device. A side effect of this is avoiding a possibly incorrect network config (only with failsafe disabled). This problem is related to possible changes made by user in /etc/config/network. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- 08 Aug, 2017 1 commit
-
-
Hans Dedecker authored
a17e1e8 watchdog: fix inline watchdog_get_magicclose function prototype Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
- 06 Aug, 2017 8 commits
-
-
Thibaut VARENE authored
By default the wlan eprom contains the generic ralink MAC which is not the vendor (TP-Link) one. Based on OFW bootlog, it appears that addresses are decremented from the ethernet MAC. This patch fixes the MAC address for wlan2g in line with OFW. Signed-off-by:
Thibaut VARENE <hacks@slashdirt.org>
-
Martin Schiller authored
If xfer_mode is set to auto the vdsl_cpe_control daemon assumes that ATM should be used for ADSL and PTM for VDSL. Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
Martin Schiller authored
If xfer_mode is set to auto the vdsl_cpe_control daemon assumes that ATM should be used for ADSL and PTM for VDSL. xfer_mode and line_mode can be set to fixed value independantly from each other. The syntax for the tc_layer argument of vdsl_cpe_control is as follow: -T<TcADSL>:<TcCfgUsADSL>:<TcCfgDsADSL>_<TcVDSL>:<TcCfgUsVDSL>:<TcCfgDsVDSL> where TcADSL and TcVDSL can be: 1=ATM, 2=PTM/EFM, 4=Auto TC-Layer and TcCfgUsADSL, TcCfgUsVDSL, TcCfgDsADSL, TcCfgDsVDSL can be: 1=64/65-octet encapsulation supported 2=64/65-octet encapsulation with pre-emption 3=64/65-octet encapsulation with short packets Default: In case of no '-T' option is given, ADSL will be configured in ATM and VDSL in PTM/EFM: -T1:0x1:0x1_2:0x1:0x1 The '-M' argument of dsl_cpe_control defines the initial DSL mode (NextMode) for ADSL/VDSL multimode handling. Possible Values: 0=API-default, 1=ADSL, 2=VDSL Default: In case of no '-M' option is given, '0' (API-default) will be selected. Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
Martin Schiller authored
If the line_mode is fixed configured to vdsl, than only G.993 VDSL should be used. Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
Martin Schiller authored
This patch removes the fixed atm/ptm driver loading and switches to notification based driver loading. Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
Martin Schiller authored
This is needed to be able to load the ltq-atm/ltq-ptm driver from a notify script during synchronization, because the line can reach showtime state before the driver is fully loaded. Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
Martin Schiller authored
This makes it possible to simply add additional notification handlers by putting new scripts in the /etc/hotplug.d/dsl directory. the following Environment Variables are used: (values marked with an * are only available when bonding support is compiled in) DSL_NOTIFICATION_TYPE with one of these values: - DSL_STATUS - DSL_INTERFACE_STATUS - DSL_DATARATE_STATUS_US - DSL_DATARATE_STATUS_DS DSL_LINE_NUMBER=<0|1> * If DSL_NOTIFICATION_TYPE == DSL_STATUS, these variables are set: - DSL_XTU_STATUS=<ADSL|VDSL> - DSL_TC_LAYER_STATUS=<ATM|EFM> - DSL_EFM_TC_CONFIG_US=<NORMAL|PRE_EMPTION> - DSL_EFM_TC_CONFIG_DS=<NORMAL> If DSL_NOTIFICATION_TYPE == DSL_INTERFACE_STATUS, these variables are set: - DSL_INTERFACE_STATUS=<DOWN|READY|HANDSHAKE|TRAINING|UP> - DSL_BONDING_STATUS=<INACTIVE|ACTIVE> * If DSL_NOTIFICATION_TYPE == DSL_DATARATE_STATUS_US, these variables are set: - DSL_DATARATE_US_BC0=<Upstream data rate in bit/s for Channel 0> - DSL_DATARATE_US_BC1=<Upstream data rate in bit/s for Channel 1> * If DSL_NOTIFICATION_TYPE == DSL_DATARATE_STATUS_DS, these variables are set: - DSL_DATARATE_DS_BC0=<Downstream data rate in bit/s for Channel 0> - DSL_DATARATE_DS_BC1=<Downstream data rate in bit/s for Channel 1> * Signed-off-by:
Martin Schiller <ms@dev.tdt.de>
-
Mathias Kresin authored
The esi call was added to workaround a race condition between applying a configured mac address to the wan interface and starting the protocol (handler) as it was observed in a DHCP over ATM bridge configuration. Martin Schiller, TDT GmbH was so kind to test with their local infrastructure if the race condition still exists. The provided package dumps captured behind the DSLAM shows that it doesn't. It was most likely fixed with adding carrier support to the lantiq ptm/atm driver. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- 05 Aug, 2017 2 commits
-
-
John Crispin authored
This patch was accidentally dropped. Signed-off-by:
John Crispin <john@phrozen.org>
-
John Crispin authored
* properly format/comment all patches * merge debloat patches * merge Kconfig patches * merge swconfig patches * merge hotplug patches * drop 200-fix_localversion.patch - upstream * drop 222-arm_zimage_none.patch - unused * drop 252-mv_cesa_depends.patch - no longer required * drop 410-mtd-move-forward-declaration-of-struct-mtd_info.patch - unused * drop 661-fq_codel_keep_dropped_stats.patch - outdated * drop 702-phy_add_aneg_done_function.patch - upstream * drop 840-rtc7301.patch - unused * drop 841-rtc_pt7c4338.patch - upstream * drop 921-use_preinit_as_init.patch - unused * drop spio-gpio-old and gpio-mmc - unused Signed-off-by:
John Crispin <john@phrozen.org>
-
- 04 Aug, 2017 2 commits
-
-
Qin Wie authored
Fix when add 'mediatek,cd-poll' to dts cause the sd card be removed randomly. Special for the device without card-detect pin. Signed-off-by:
Qin Wie <me@vonger.cn>
-
Florian Eckert authored
Fix "uci: Entry not found" output if "ttylogin" is not set in "etc/config/system" Signed-off-by:
Florian Eckert <fe@dev.tdt.de>
-
- 03 Aug, 2017 3 commits
-
-
Hans Dedecker authored
296b4a0 dhcpv6: assign all viable DHCPv6 addresses by default (FS#402, FS#524) f4d38e0 treewide: reflect managed mode is related to RA Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Mathias Kresin authored
Move the common parts of boards with multiple flash size variants into dtsi files. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
L. D. Pinney authored
Use the GPIO dt-bindings macros and add compatible strings in the ramips device tree source files. Signed-off-by:
L. D. Pinney <ldpinney@gmail.com> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- 02 Aug, 2017 9 commits
-
-
Thibaut VARENE authored
Signed-off-by:
Thibaut VARENE <hacks@slashdirt.org>
-
Thibaut VARENE authored
The Netgear EX3800 is essentially an EX3700 with a mains output socket. Both devices use the exact same firmware image (original firmware is named EX3700-EX3800-version.chk). This patch adds suport by renaming the EX3700 device to EX3700/EX3800 and updating the necessary glue. Signed-off-by:
Thibaut VARENE <hacks@slashdirt.org>
-
Thibaut VARENE authored
The stock firmware upgrade interface requires the file to end with a .chk extension. Signed-off-by:
Thibaut VARENE <hacks@slashdirt.org>
-
Thibaut VARENE authored
This patch cleans up the WN3000RPv3 and EX2700 setup, bringing it in line with other similar devices: The power led is a bicolor one. The bootloader brings the red side on at powerup. Instead of blinking the red side in diag.sh and need to forcefully turn it off in 01_leds, this patch simplifies the setup by relying on the default off state of the gpio-led driver for the red side and blinking the green side as with other devices. Signed-off-by:
Thibaut VARENE <hacks@slashdirt.org>
-
Mathias Kresin authored
Cleanup the dtsi files and remove one layer of dtsi. Set the size of the firmware partition to a value matching the flash size from the board (variant) name. Remove the usb led trigger. There is neither a default config for the usb led trigger nor a LED for usb activity indication. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Everything is identical to the AWM002 8m eval board. No need to duplicate it once more. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Reference the Omnima MiniEMBWiFi device tree source file in the image build code. Otherwise the dts of the image processed before is used. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The code to build an image was disabled some time ago for unknown reasons albeit the image looks fine. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Code to build an image for the Edimax BR-6425 never existed. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-