- Nov 24, 2015
-
-
John Crispin authored
The OpenWrt wireless configuration for mcast_rate is defined as Kbit/s when using wpa_supplicant for IBSS/802.11s and iw for unencrypted IBSS/802.11s. But when using authsae, the unit for the same option is redefined as Mbit/s. Better use the same unit for this option independent of the backend which is used. Old values for mcast_rate (< 1000) are still interpreted Mbit/s to avoid problems during upgrades from older versions. Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 47614
-
John Crispin authored
The variable $mesh_id was never defined in authsae_start_interface and thus the option meshid in $authsae_conf_file was always set to "". Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 47613
-
John Crispin authored
Signed-off-by:
Baptiste Jonglez <git@bitsofnetworks.org> SVN-Revision: 47612
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47611
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47610
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47609
-
- Nov 22, 2015
-
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47603
-
Hauke Mehrtens authored
This version fixes a potential uncontrolled format string problem. This makes it possible to activate the format security check. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47600
-
Hauke Mehrtens authored
This version fixes a potential uncontrolled format string problem. This makes it possible to activate the format security check. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47599
-
Hauke Mehrtens authored
This version fixes a potential uncontrolled format string problem. This makes it possible to activate the format security check. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47598
-
Jo-Philipp Wich authored
Roll back the mvebu conversion to board detection code as we need to fix some strcutural issues first. Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47597
-
Jo-Philipp Wich authored
Signed-off-by:
Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 47595
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47594
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47593
-
Felix Fietkau authored
Keep board.bin as fallback for devices without OTP that load caldata from flash Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47592
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47591
-
Felix Fietkau authored
If the user sets any preinit options in .config, the wrong path may get applied due to wrong default value in image-config.in and due to Makefile writing also the unchanged options into 00_preinit.conf Modify the default path in image-config.in to match the current default path set by r47080. Also modify the fall-back default in Makefile. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47590
-
Felix Fietkau authored
This patch introduces support of new boards with ARC cores. [1] Synopsys SDP board This is a new-generation development board from Synopsys that consists of base-board and CPU tile-board (which might have a real ASIC or FPGA with CPU image). It sports a lot of DesignWare peripherals like GMAC, USB, SPI, I2C etc and is intended to be used for early development of ARC-based products. [2] nSIM This is a virtual board implemented in Synopsys proprietary software simulator (even though available for free for open source community). This board has only serial port as a peripheral and so it is meant to be used for runtime testing which is especially useful during bring-up of new tools and platforms. What's also important ARC cores are very configurable so there're many variations of options like cache sizes, their line lengths, additional hardware blocks like multipliers, dividers etc. And this board could be used to make sure built software still runs on different HW configurations. Cc: Felix Fietkau <nbd@openwrt.org> Cc: Jo-Philipp Wich <jow@openwrt.org> Cc: Jonas Gorski <jogo@openwrt.org> Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com> SVN-Revision: 47589
-
Felix Fietkau authored
Support is present in 3.19 and above as kernel commit: fcc87a95195236b0935183361a72e4a98bf577d8 Changes to other existing patches are a result of "make target/linux/refresh". Signed-off-by:
Srdjan Rosic <srdjan.rosic@gmail.com> Signed-off-by:
Srdjan Rosic <rosic@google.com> SVN-Revision: 47588
-
Hauke Mehrtens authored
I accidentally deactivated it. This should be set to active it in any case independently what was set in the user config. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47587
-
Hauke Mehrtens authored
This patch was taken from debian. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47586
-
Hauke Mehrtens authored
This patch was taken from upstream libcroco Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47585
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47584
-
Hauke Mehrtens authored
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47583
-
Hauke Mehrtens authored
This still compiles with format-security checks activated. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47582
-
Hauke Mehrtens authored
This patch was taken from upstream. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47581
-
John Crispin authored
Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47580
-
John Crispin authored
* use kernel buildin transfer_one_message. we only need to implement transfer_one and set_cs function * should support use gpio as cs pin * deselected the spi device when setup and add debug info * only reset device when first driver probe Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47579
-
John Crispin authored
before spi transfer. use spi_prepare_message to setup spi hardware. it will setup MSB, spi mode and speed remove sys_freq member and speed check code Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47578
-
John Crispin authored
* check clock rate, SPI mode, and word sizes * setup spi polarity * enable spi1 hw if need Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47577
-
John Crispin authored
* fill struct according to the member order * add error clean up * set min/max spi speed. so we don't need to check again Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47576
-
John Crispin authored
use loops_per_jiffy, spi clock speed and write bytes to get the spi loop count. if loop to 0 than spi operation timeout. remove usleep. we only write 1 byte to spi device. use busy loop would be better. Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47575
-
John Crispin authored
Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47574
-
John Crispin authored
Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47573
-
John Crispin authored
Signed-off-by:
Álvaro Fernández Rojas <noltari@gmail.com> SVN-Revision: 47572
-
- Nov 21, 2015
-
-
John Crispin authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47571
-
John Crispin authored
Signed-off-by:
Stijn Tintel <stijn@linux-ipv6.be> SVN-Revision: 47570
-
John Crispin authored
Update scons to 2.4.1. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47569
-
John Crispin authored
Update cmake to 3.4.0. Refresh patches. Signed-off-by:
Hannu Nyman <hannu.nyman@iki.fi> SVN-Revision: 47568
-
John Crispin authored
* both patches (qcserial/qmi_wwan) were submitted upstream[1,2] * build tested on 3.18 and 4.1 * run tested on imx6 platform with 4.1 1. http://article.gmane.org/gmane.linux.usb.general/132998 2. http://article.gmane.org/gmane.linux.usb.general/133113 Signed-off-by:
Petr Štetiar <ynezz@true.cz> SVN-Revision: 47567
-