- Apr 21, 2017
-
-
Daniel Golle authored
PSG1218 got only 4 Ethernet ports and WAN on port 3 while PSG1218K2C got 5 Ethernet ports and WAN on port 4 Switch to use kmod-kt76x2 instead of kmod-mt76 for both devices while at it. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
- Apr 20, 2017
-
-
Rafał Miłecki authored
It allows monitoring CPU temp and will shutdown system on critical value. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
Rafał Miłecki authored
Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Apr 19, 2017
-
-
Mathias Kresin authored
Use the stateless 4-byte op codes for this flash chip to fix reboot hangs on SoCs expecting the flash chip in 3-byte mode. Fixes: FS#179 Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Apr 18, 2017
-
-
Tomislav Požega authored
update RF register 47 and 54 values according to vendor driver Signed-off-by:
Tomislav Požega <pozega.tomislav@gmail.com> Signed-off-by:
Daniel Golle <daniel@makrotopia.org> [daniel@makrotopia.org: moved changes into a separate patch]
-
Tomislav Požega authored
Use register values from init LNA function instead of the ones from restore LNA function. Apply register values based on rx path configuration. Signed-off-by:
Tomislav Požega <pozega.tomislav@gmail.com> Signed-off-by:
Daniel Golle <daniel@makrotopia.org> [daniel@makrotopia.org: moved changes into a separate patch]
-
Felix Fietkau authored
Make brcmfmac depend on !TARGET_uml. Technically, brcmfmac could be built for uml because only SDIO support won't work on that target. However, selectively avoiding the dependency propagation of !TARGET_uml from kmod-mmc to avoid including a reference to BRCMFMAC_SDIO doesn't work. In practice, brcmfmac is completely useless on uml, so let's just disable it there. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 17, 2017
-
-
Daniel Golle authored
This should fix issues with bad RX as well as AP not coming up and/or scanning failing. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Bastian Bittorf authored
minor/cosmetic: fixes the following misleading message: root@box:~ /etc/init.d/dnsmasq restart sh: out of range Signed-off-by:
Bastian Bittorf <bb@npl.de>
-
Felix Fietkau authored
This reverts commit 51397d7d. There are some unresolved random crashes on WRT1900AC v1 that still need to be sorted out Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 15, 2017
-
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Rafał Miłecki authored
This fixes: Thermal sensors on bcm2835 SoC (BCM2835_THERMAL) [N/m/y/?] (NEW) aborted! This symbol depends on ARCH_BCM2835 so it should be OK to disable it at brcm2708 target only. Fixes: 7d32caa61fb0 ("brcm2708: backport upstream sdhost controller driver") Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Apr 14, 2017
-
-
Rafał Miłecki authored
This includes driver for Northstar and for Raspberry Pi. Signed-off-by:
Rafał Miłecki <rafal@milecki.pl>
-
- Apr 13, 2017
-
-
Mathias Kresin authored
Remove the stale reference to the factory image. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Since 192f0a3d ("ath9k: unset the default LED pin if used by platform leds") the default ath9k wireless LED is not set as soon as any pin of the ath ath9k gpio controller is used. All touched boards have leds defined which are using the gpio pins exposed by the ath9k driver but rely on a default set wireless led trigger. Add the wireless leds were missing and setup the wireless phy trigger in userspace. Signed-off-by:
Russell Senior <russell@personaltelco.net> Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The Netgear R6220 requires the kmod-usb3 package and misses kmod-usb-ledtrig-usbport package to setup the configured usb led trigger. Drop the already target selected kmod-mt76. Fixes: FS#686 Fixes: 38bee61d ("ramips: add support for Netgear R6220") Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Fix the PCIe 5GHz wireless by using the on flash eeprom/caldata. Disable the 2.4GHz band as this band has no antennas attached but is enabled in the eeprom/caldata. Fixes: FS#691 Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Fix the PCIe 5GHz wireless by using the ralink mtd-eeprom property as this board have a RT5592 and uses the rt2x00 driver. The mediathek device tree bindings do not work here. Fixes: FS#691 Fixes: d8dd207e ("ramips: use the ralink,mtd-eeprom device tree property") Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
The factory image has an uImage header covering the entire image and not only the kernel. The original uImage header which covers only the kernel is appended to the end of the image. During LEDE boot the uImage rootfs splitter skips the whole filesystem, can't find a valid filesystem magic and panics. The last known working version was OpenWrt 14.07, which simply kept on searching for an uImage header if the first found didn't resulted into a working rootfs. This behaviour is kind of error prone since it could produce false positives. Since the sysupgrade image works fine in combination with the tftp recovery for doing the initial installation of LEDE, simply drop the factory image. Related: FS#462 Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
- Apr 12, 2017
-
-
Florian Fainelli authored
Since the LEDE nslookup applet is already specific to LEDE, move the libresolv detection into the busybox Makefile that LEDE uses. This fixes builds with external toolchains that don't automatically search for headers and/or libraries without being told so. Fixes: de5b8e5d ("busybox: add musl compatible nslookup replacement") Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Jonas Gorski authored
Chaning these symbols require a recompilation of the modules, so make the system aware of it. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Jonas Gorski authored
Apply the !UML dependency to both the symbol and the DEPENDS so there is no recursive dependency anymore. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
Koen Vandeputte authored
Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Koen Vandeputte authored
The original implementation loaded the count register with (wrong) semi- random values due to its implemenation nature. If the wrongly calulated value was below the kickrate, the WD was triggered and rebooted the system. Rework this, partly based on upstream patches, to dynamically fetch the current clockrate and calculate the proper offset for the WD countdown register. Before: [ 143.800000] count val: 27219720 [ 148.820000] count val: 50623201 [ 153.830000] count val: 96425250 [ 158.830000] count val: 89735401 [ 163.840000] count val: 4756110 After: [ 0.700000] MPCore WD init. clockrate: 299984500 prescaler: 256 countrate: 1171814 timeout: 60s [ 358.530000] count val: 35154751 [ 363.540000] count val: 35154750 [ 368.540000] count val: 35154751 [ 373.550000] count val: 35154750 Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Koen Vandeputte authored
Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Koen Vandeputte authored
Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
Alif M. Ahmad authored
Update to version 2.02~rc2. Signed-off-by:
Alif M. Ahmad <alive4ever@live.com>
-
Matthias Fritzsche authored
Change all the URLs to wireless.wiki.kernel.org to have the same protocol, domain and path. Signed-off-by:
Matthias Fritzsche <txt.file@txtfile.eu>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Ansuel Smith authored
Switch to git repo Removed musl patch Refreshed existing patch Signed-off-by:
Ansuel Smith <ansuelsmth@gmail.com> Signed-off-by: Felix Fietkau <nbd@nbd.name> [cleanup]
-
Hauke Mehrtens authored
binutils 2.27 checks if the target compiler supports -Wstack- usage=262144, and also uses this setting for the host compiler. If the host compiler is gcc < 4.9 binutils build will fail. This backports 2 commits which are fixing this problem for binutils 2.28. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Alexandru Ardelean authored
This was also working before, with a slightly different semantic. [ Original semantic ] If no reload hooks was implemented, the default one would kick in, it would return fail, and restart would happen. This would happen also in the case where a reload hook would be implemented, it would fail, and it would restart the service. [ New semantic ] The default reload hook calls restart. Services can implement their own reload. If reload fails, then the '/etc/init.d/<service> reload' would return a non-zero code, and the caller can choose a way to handle this. Signed-off-by:
Alexandru Ardelean <ardeleanalex@gmail.com>
-
Pavel Kubelun authored
Kvalo's repo has a newer version of qca9984 firmware. Use it instead. Signed-off-by:
Pavel Kubelun <be.dissent@gmail.com>
-
Felix Fietkau authored
Recent attempts to use it have shown that it does not work properly except for a few undocumented cases. It's better to remove this now to avoid having more people fall into the same trap Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Daniel Engberg authored
Update OpenVPN to 2.4.1 Remove 200-small_build_enable_occ.patch as it's included upstream. Refresh patches Add mirror and switch to HTTPS Signed-off-by:
Daniel Engberg <daniel.engberg.lists@pyret.net>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Christian Lamparter authored
Signed-off-by:
Christian Lamparter <chunkeey@googlemail.com>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Apr 11, 2017
-
-
Florian Fainelli authored
Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-