- 18 Jun, 2018 8 commits
-
-
Koen Vandeputte authored
Refreshed all patches Compile-tested on: cns3xxx, imx6, x86-64 Runtime-tested on: cns3xxx, imx6, x86-64 Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Koen Vandeputte authored
Refreshed all patches Compile-tested on: ar71xx Runtime-tested on: ar71xx Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
David Bauer authored
This commit adds the get_status_led method to diag.sh, which sets the boot-led as status-led for scripts using this method to get a status-led. This method is used platform-independent in downstream project gluon to set the LED used to indicate the config-mode. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
Sven Roederer authored
Update the link to the current section in the documentaion wiki. This fixes https://github.com/openwrt/packages/issues/6282 Signed-off-by:
Sven Roederer <freifunk@it-solutions.geroedel.de>
-
Rafał Miłecki authored
It avoids confusing situations like: > Could not get image magic > Image check failed. > Upgrade completed > Rebooting system... Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Linus Walleij authored
This generates the "rd.gz" and "hddapp.tgz" that doesn't contain anything of the sort but rather the OpenWRT rootfs. It works the same way as how we generate the same layout for the NAS4220b. For some reason the ImageInfo file is different for the SQ201. Signed-off-by:
Linus Walleij <linus.walleij@linaro.org>
-
Linus Walleij authored
The D-Link DIR-685 has a RealTek RT2880 mini-PCI card in a slot. Activate the appropriate kernel module. The Square One SQ201 has a Ralink RT61-based mini-PCI card. Activate the appropriate kernel modules. This fixes the previous error just activating the firmware: the kernel module will bring in the firmware it needs. Signed-off-by:
Linus Walleij <linus.walleij@linaro.org>
-
Linus Walleij authored
This makes the Gemini build a WRGG-type firmware update image for the DIR-685. This should hopefully install the kernel from the web firmware upgrade API on the product switching it permanently to use OpenWRT. Signed-off-by:
Linus Walleij <linus.walleij@linaro.org>
-
- 17 Jun, 2018 3 commits
-
-
Rafał Miłecki authored
It backports brcmfmac commits from kernel 4.17. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
It was described by Arend as: > This series is intended for 4.17 and includes following: > > * rework bus layer attach code. > * remove duplicate variable declaration. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
This fixes missing rootfs on above device: [ 2.652292] VFS: Cannot open root device "(null)" or unknown-block(0,0): error -6 (...) [ 2.687909] Kernel panic - not syncing: VFS: Unable to mount root fs on unknown-block(0,0) Fixes: 05cb6aa6 ("bcm53xx: replace linux,part-probe with a proper partitions subnode") Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- 16 Jun, 2018 10 commits
-
-
Johann Neuhauser authored
1. Move all status led definitions out of diag.sh into device dt as we use here a generic script hook. 2. Encode "phy0ptp" led trigger in dt of device for all ath79 devices. Signed-off-by:
Johann Neuhauser <johann@it-neuhauser.de>
-
Hannu Nyman authored
Fixes for WNDR3800 DTS: * fix bootcmd * name art partition to reference it for MACs * format firmware partition's address similarly as others * make u-boot-env read-only like in ar71xx * read wan and lan MACs from art * fix LED and button gpio values to match ar71xx (orange/green powerLED, reset button) * enable power LED in dts by alias led-status * define USB LED triggers and connect to USB port * change wifi button to KEY_RFKILL like in ar71xx Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi>
-
Johann Neuhauser authored
Add support for the common led property "linux,default-trigger". It allows to set a default led trigger via devicetree. Signed-off-by:
Johann Neuhauser <johann@it-neuhauser.de> [add commit message] Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Lucian Cristian authored
usb port was not triggered correctly also remove uneded wifi led trigger from the script Signed-off-by:
Lucian Cristian <lucian.cristian@gmail.com>
-
Alex Maclean authored
Readd SoC compatible strings and correct model names mangled in a51078f7 , cleanup dts to remove duplication, rename dtsi for clarity, use correct GPIO for TL-MR10U USB power. Tested only on TL-WR703N due to lack of a TL-MR10U. Signed-off-by:
Alex Maclean <monkeh@monkeh.net>
-
Zoltan HERPAI authored
Certain Netgear and AVM devices use BE squashfs for the kernel image. As squashfs4 only supports creating LE images, add squashfs (v3) into the tools to be built for ath79. Trying to use an LE squashfs (thus trying to use squashfs4 only for building the image) for the kernel image results in the bootloader barfing and stopping. Signed-off-by:
Felix Fietkau <nbd@nbd.name> Signed-off-by:
Zoltan HERPAI <wigyori@uid0.hu>
-
Maxim Anisimov authored
TP-Link TL-WR842N v5 are simple N300 router with 5-port FE switch and non-detachable antennas. Its very similar to TP-Link TL-MR3420 V5. Specification: - MT7628N/N (580 MHz) - 64 MB of RAM (DDR2) - 8 MB of FLASH - 2T2R 2.4 GHz - 5x 10/100 Mbps Ethernet - 2x external, non-detachable antennas - USB 2.0 Port - UART (J1) header on PCB (115200 8n1) - 7x LED, 2x button, power input switch Flash instruction: The only way to flash OpenWrt image in wr842nv5 is to use tftp recovery mode in U-Boot: 1. Configure PC with static IP 192.168.0.225/24 and tftp server. 2. Rename "lede-ramips-mt7628-tplink_tl-wr842n-v5-squashfs-tftp-recovery.bin" to "tp_recovery.bin" and place it in tftp server directory. 3. Connect PC with one of LAN ports, press the reset button, power up the router and keep button pressed for around 6-7 seconds, until device starts downloading the file. 4. Router will download file from server, write it to flash and reboot. Signed-off-by:
Maxim Anisimov <maxim.anisimov.ua@gmail.com>
-
David Bauer authored
With this change, the LED trigger is independent from the (wireless) netdev name. The (wireless) netdev name can be easiliy changed in OpenWrt and would require an update of the netdev trigger settings each time it is done. This change is (for now) applied only to MT7628 devices from TP-Link, as we only had the possibility to test this change against two of those devices, namely a TL-WR841 v13 and a Archer C50 v3. Signed-off-by:
David Bauer <mail@david-bauer.net>
-
lbzhung authored
I found mt7688 watchdog not working. The watchdog registers are identical for mt7621 and mt7628/mt7688. The first watchdog related register is at 0x10000100, the last one - a 16bit sized - at 0x10000128. Set the correct register address and size in the dtsi file to get the watchdog working. Signed-off-by:
lbzhung <gewalalb@gmail.com> [add commit message] Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Since kernel 4.10 commit 61e84623ace3 ("net: centralize net_device min/max MTU checking"), the range of mtu is [min_mtu, max_mtu], which is [68, 1500] by default. It's necessary to set a max_mtu if a mtu > 1500 is supported. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- 15 Jun, 2018 6 commits
-
-
Felix Fietkau authored
9090f9c mt76x2: fix threshold for gain adjustment 2cbaa57 mt76x2: fix swapped values for RXO-18 in gain control a39ab70 mt76x2: adjust AGC control register 26 based on gain for VHT80 4936c0c mt76x2: clear false CCA counters after changing gain settings 1528fe7 mt76x2: fix variable gain adjustment range f3522e1 mt76x2: add a debugfs file to dump agc calibration information 65e161b mt76x2: fix tracking rssi for dynamic gain adjustment Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Golle authored
We unfortunately dropped support for persistent in-flash DSL firmware. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Use vectoring firmware downloaded via vdsl_fw_install.sh from ltq-vdsl-fw package for annex B and annex J. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Recent Speedport firmware downloads only work over HTTPS, so the user either needs to provide the already downloaded file or install ustream-ssl-* as well as ca-certificates or ca-bundle. So to get VDSL2 with vectoring on xRX200, simply run vdsl_fw_install.sh on the target and either provide the downloaded file as instructed or make sure the device is connected to the Internet and can download that HTTPS url itself. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
This reverts commit 0938233f . Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
set PKG_BUILD_DIR before including package.mk to avoid problems as seen on buildbot. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- 14 Jun, 2018 10 commits
-
-
Daniel Golle authored
Add -Wno-implicit-fallthrough to HOST_CFLAGS. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Engberg authored
Remove mirrors.evolva.ro as it's no longer available Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
ucert is a wrapper around usign to allow delegation and revocation of public keys for future use in sysupgrade. Signed-off-by:
Daniel Golle <daniel@makrotopia.org> This work was sponsored by WIO (wiowireless.com)
-
Daniel Golle authored
Ship EEPROM blobs for specific supported board only and don't have them lurking around in our source tree but rather download them from @github/RPi-Distro/firmware-nonfree upstream. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Daniel Golle authored
Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Felix Fietkau authored
Fixes excessively long conntrack timeout of short lived connections Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- 13 Jun, 2018 3 commits
-
-
Felix Fietkau authored
This was caused by a race condition between offload teardown and conntrack gc bumping the timeout of offloaded connections Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Preparation for sharing offload code with the mediatek target through generic files/ Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-