- Jan 15, 2017
-
-
Florian Fainelli authored
Fixes build failure for kmod-can-c-can-platform which depends on kmod-regmap for kernel 4.1 and 4.4. Signed-off-by:
Florian Fainelli <f.fainelli@gmail.com>
-
João Chaínho authored
The USB port on Mikrotik RB750UP isn’t detected. This patch provides a fix. Tested and working. Signed-off-by:
João Chaínho <joaochainho@gmail.com>
-
Rosen Penev authored
I made a commit that added the RTC driver to the kernel config with the intent that it would fix hctosys. Unfortunately while the RTC driver is in there, it's connected through I2C, the driver for which comes in module form and is thus loaded late. After this commit, it works fine. Signed-off-by:
Rosen Penev <rosenp@gmail.com>
-
Petr Štetiar authored
Signed-off-by:
Petr Štetiar <ynezz@true.cz>
-
Felix Fietkau authored
Prevents crashes when IRQs arrive when the current kernel stack context already contains deeply nested function calls, e.g. when stacking lots of network devices on top of each other Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Matthias Schiffer authored
Similar to /files, /overlay is only useful for modifications not tracked in the LEDE repository itself. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Timo Sigurdsson authored
This patch updates the QCA988X firmware to the latest revision firmware-5.bin_10.2.4-1.0-00016 found in the official ath10k-firmware repository. Tested on TP-Link Archer C7 v2. Signed-off-by:
Timo Sigurdsson <public_timo.s@silentcreek.de>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Fixes reassoc issues with WDS mode Fixes reassoc issues in AP mode Fixes IBSS reauthentication issues Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
- Jan 14, 2017
-
-
Matthias Schiffer authored
Host files installed in Build/InstallDev are target-specific and will stay in $(STAGING_DIR)/host after the STAGING_DIR_HOSTPKG unification. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Matthias Schiffer authored
Make sure binaries install to STAGING_DIR_HOSTPKG are still found when this variable is eventually modified. Signed-off-by:
Matthias Schiffer <mschiffer@universe-factory.net>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Koen Vandeputte authored
Backports the following upstream fixes: mac80211: initialize fast-xmit 'info' later mac80211: fix legacy and invalid rx-rate report mac80211: fix tid_agg_rx NULL dereference Compiled and tested on: cns3xxx Signed-off-by:
Koen Vandeputte <koen.vandeputte@ncentric.com>
-
- Jan 13, 2017
-
-
Hauke Mehrtens authored
Refresh patches on all 4.4 supported platforms. Compile & run tested: lantiq/xrx200 Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Felix Fietkau authored
Reduces tarball size and improves build time Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Reduces tarball size and improves build time Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
xburst has CONFIG_BOOT_RAW set, so jumping to the load address is valid Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Malta has CONFIG_BOOT_RAW set, so jumping to the load address is valid Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Jo-Philipp Wich authored
Packets which are merely forwarded by the router and which are neither involved in any DNAT/SNAT nor originate locally, are considered INVALID from a conntrack point of view, causing them to get dropped in the zone_*_dest_ACCEPT chains, since those only allow stream with state NEW or UNTRACKED. Remove the ctstate restriction on dest accept chains to properly pass- through unrelated 3rd party traffic. Signed-off-by:
Jo-Philipp Wich <jo@mein.io>
-
Paul Wassi authored
Unify switch configuration on Linksys WRTxx00AC series. LAN = eth0, WAN = eth1 Signed-off-by:
Paul Wassi <p.wassi@gmx.at> [Álvaro]: also change WAN LEDs Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
Imre Kaloz authored
MV88E6352 is used on Linksys WRT3200ACM Signed-off-by:
Imre Kaloz <kaloz@openwrt.org>
-
Álvaro Fernández Rojas authored
- Fix WLAN LEDs definition. - Fix USB pinctrl definition. - Remove SDHCI definition. Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com>
-
Felix Fietkau authored
Significantly reduces disk usage Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
It is obsoleted by proper SD card image support Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
This reduces the amount of hacks in the makefile code. Remove the apm821xx code to do the same - it was broken and left both compressed and uncompressed images in $(BIN_DIR) Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Kevin Darbyshire-Bryant authored
Use ubus process signalling instead of 'kill pidof dnsmasq' for SIGHUP signalling to dnsmasq when ntp says time is valid. Signed-off-by:
Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
Felix Fietkau authored
It could cause crashes with some forms of virtualization, and it is unlikely to work properly with most systems. It's safer to just disable it. Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
They're pretty large and squashfs images tend to be more useful anyway Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
This disables IGMP snooping by default, which was causing various issues over time, like FS#95 Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Ian Pozella authored
The generated 'its' is passed to mkimage which expects linux arch strings rather than the full arch (e.g. mips not mipsel). It currently works in some cases where LINUX_KARCH == ARCH but otherwise you get an unknown arch build error. Signed-off-by:
Ian Pozella <Ian.Pozella@imgtec.com> Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@nbd.name>
-