- Sep 12, 2015
-
-
Hauke Mehrtens authored
This should fix #20492. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46892
-
Felix Fietkau authored
Attempt to boost the 2.4 GHz signal, currently very low. Signed-off-by:
D. Andrei Măceș <dmaces@nd.edu> SVN-Revision: 46891
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46890
-
- Sep 11, 2015
-
-
Rafał Miłecki authored
This moves arch patches affecting many DTS files. Thanks to this change we can put some ready-to-mainline patches at 300-319 and simplify backporting process. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46889
-
Hauke Mehrtens authored
Signed-off-by:
Varka Bhadram <varkabhadram@gmail.com> SVN-Revision: 46888
-
Hauke Mehrtens authored
The driver only supports wl18xx-fw-4.bin and does not support the old firmware wl18xx-fw-3.bin and more. The wl18xx-conf.bin file was removed upstream it does not fit all devices any more, see this on how to generate one: http://processors.wiki.ti.com/index.php/Open_Source_Wireless_Connectivity_wlconf If someone has a config file for the common platforms with the wifi nic OpenWrt uses please send a patch. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46887
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46886
-
Hauke Mehrtens authored
- sort firmware - add newer firmware for Intel chipsets - newer Intel MVM require firmware only compile tested Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46885
-
Hauke Mehrtens authored
- reported in forums - Intel 7260 and 3160 need IWLMVM drivers/firmware Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46884
-
Hauke Mehrtens authored
Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> [update to 2014-09-03 and change to xz] Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46883
-
Hauke Mehrtens authored
- should fix issue: https://forum.openwrt.org/viewtopic.php?id=57315 - enable support of more USB stick with rt28xx chipsets - experimental: USB-IDs not in vendor linux driver - experimental: "exact chipset is unknown" - experimental: "enabling these devices may or may not work" only compile tested Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46882
-
Hauke Mehrtens authored
This driver was added in kernel 4.1. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46881
-
Rafał Miłecki authored
It's still far from complete support. Signed-off-by:
Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 46880
-
Hauke Mehrtens authored
As requested here #20432 I've tried to fix the missing symbols from the specified default kernel config files. I ran into this problem trying to build an image for x86_64 target with a custom kernel configuration. Signed-off-by:
Manganini Mirko <mmanganini@gmail.com> SVN-Revision: 46879
-
Hauke Mehrtens authored
This makes bcm53xx use kernel 4.1 by default now. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46878
-
Hauke Mehrtens authored
This makes bcm53xx use kernel 4.1 by default now. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46877
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46876
-
Hauke Mehrtens authored
kernel.org now suggests a different mirror address. this one also support IPv6 connections and was faster for me. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46875
-
Hauke Mehrtens authored
This adds binutils 2.25.1 as an option to OpenWrt. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46874
-
Hauke Mehrtens authored
This replaces the musl patches for gcc with the versions which are in gcc trunk. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46873
-
Hauke Mehrtens authored
the trx utile uses a maximum image size of 7.2MB. There are brcm47xx devices even with serial flash with bigger flash chips, but OpenWrt was not able to create images for these devices. This patch provides an additional parameter which increases this limit to 32 MB. There is a warning in the trx utile code which suggests that bigger images could overwrite the nvram partition on some devices, but normally the program writing the image should make sure that it is safe to write it to the flash. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46872
-
Hauke Mehrtens authored
This patch changes nothing on the behaviour, it just breaks long lines with bin/trx to make it easier to add additional parameters. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 46871
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46870
-
Felix Fietkau authored
Fixes support for AR9287 on TP-Link TD-W8980 and possibly other devices which have an ath wifi chip at a PCI address other than 0xb8000000 (TD-W8980 for example has it's wifi chip at 0xbc000000). Signed-off-by:
Geoffrey McRae <geoff@spacevs.com> Signed-off-by:
Martin Blumenstingl <martin.blumenstingl@googlemail.com> SVN-Revision: 46869
-
Felix Fietkau authored
due to ordering PKG_SOURCE_VERSION is not defined leading to a filename "ugps-.tar.bz2" This errors out when an older version is in the dl/ dir (or LOCALMIRROR) fix order and use uhttpd file naming scheme to visibly include date Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46868
-
Felix Fietkau authored
Move the pattern setting from netifd's service script to /etc/sysctl.conf. Put the timestamp component '%t' just after executable name '%e' for more natural order from output of ls command. Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 46867
-
Felix Fietkau authored
Signed-off-by:
Yousong Zhou <yszhou4tech@gmail.com> SVN-Revision: 46866
-
Felix Fietkau authored
Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 46865
-
Felix Fietkau authored
The previous "link" and "status" functions were non-standard, and thus less useful for parsing. Signed-off-by:
Claudio Leite <leitec@staticky.com> SVN-Revision: 46864
-
Felix Fietkau authored
prevent name:uid leaks of build system Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46863
-
Felix Fietkau authored
Increase space for kernel and also introduce a 8M flash target into the Makefile. Signed-off-by:
Attila Lendvai <attila@lendvai.name> SVN-Revision: 46862
-
Felix Fietkau authored
Add eapol_version to the openwrt wireless config ssid section. Only eapol_version=1 and 2 will get passed to hostapd, the default in hostapd is 2. This is only useful for really old client devices that don't accept eapol_version=2. Signed-off-by:
Helmut Schaa <helmut.schaa@googlemail.com> SVN-Revision: 46861
-
Felix Fietkau authored
reported by: https://reproducible.debian.net/openwrt/dbd/ar71xx/base/openvpn-nossl_2.3.7-1_ar71xx.ipk.html Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46860
-
Felix Fietkau authored
several packages reported different file order between builds make binutils, kmod-sched reproducible Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46859
-
Felix Fietkau authored
prevent compiler errors with gcc 4.9 increase reproducibility Signed-off-by:
Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46858
-
Felix Fietkau authored
The PBR-M1 and other upcoming MT7621 boards have RTC chips on them. The PBR-M1 also selects the kmod-rtc-pcf8563 by default. But the module itself will not be build because CONFIG_RTC_CLASS is currently not enabled for its kernel. Enabling this option should fix the problem of the missing rtc device on these boards. Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 46857
-
Felix Fietkau authored
According to the AR7242 datasheet section 2.8, AR724X CPUs use a 40MHz input clock as the REF_CLK instead of 5MHz. The correct CPU PLL calculation procedure is as follows: CPU_PLL = (DIV * REF_CLK) / REF_DIV / 2. This patch is compatible with the current calculation procedure with default DIV and REF_DIV values. Test on both AR7240, AR7241 and AR7242. Signed-off-by:
Weijie Gao <hackpascal@gmail.com> SVN-Revision: 46856
-
Felix Fietkau authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46855
-
Felix Fietkau authored
This adds support for RaspiDAC Rev.3x Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46854
-
Felix Fietkau authored
As usual, this patches were taken (and rebased) from https://github.com/raspberrypi/linux/commits/rpi-4.1.y Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 46853
-