- Apr 15, 2017
-
-
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>
-
Florian Fainelli authored
In preparation for bumping arm64 to 4.9, add a bunch of configuration symbols that are available under arm64. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
Drop sample command line to use against the ARM Foundation v8 model and replace the path to something that matches LEDE's directory structure. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
Florian Fainelli authored
This required us to both download the Foundation emulator but also build a boot wrapper. QEMU is now fully usable and is a much better replacement. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
- Apr 10, 2017
-
-
Jo-Philipp Wich authored
Add an alternative nslookup applet implementation which is compatible with musl libc wrt. name server selection and which supports a number of additional features such as query type selection. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Jonas Gorski authored
MMC requires IOMEM support, which UML doesn't have. Fixes mac80211 build, as mwifiex-sdio depends on MMC support. Signed-off-by:
Jonas Gorski <jonas.gorski@gmail.com>
-
- Apr 08, 2017
-
-
Hans Dedecker authored
Commit f4e312dd adds libnetlink to staging dir but did not add the header files libgenl.h and ll_map.h which define functions belonging to libnetlink lib Signed-off-by:
Hans Dedecker <dedeckeh@gmail.com>
-
Daniel Golle authored
Similar to odhcpd, allow using ISC DHCPd instead of dnsmasq. Disable DHCP and/or DHCP6 in case ISC DHCP is present and enabled. Signed-off-by:
Daniel Golle <daniel@makrotopia.org>
-
Mathias Kresin authored
Now that the wireless LEDs are added via platform leds this patch isn't required any longer. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Instead of renaming the default wireless led attached to the wireless chip, add a new led using the platform leds with the phy0tpt trigger set in userspace. When switching ar71xx to device tree, the same can be done by using the build in GPIO controller and without adding new bindings. Drop the now unused platform code. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
Don't setup the default led pin if the ath9k GPIO controller is used via device tree to prevent collision. In case any of the pins exposed by the ath9k is used, the phyNtpt trigger needs to be set in userspace. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-
Mathias Kresin authored
In case that the atheros device tree binding is used, enable access to the GPIO chip only if the gpio-controller device tree parameter is used for the ath9k node. Signed-off-by:
Mathias Kresin <dev@kresin.me>
-