- Nov 24, 2015
-
-
John Crispin authored
In addition to the update this also fixes some build warnings and makes it use the same configure option as used in Lantiq UGW. Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47634
-
John Crispin authored
Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47633
-
John Crispin authored
This application helps to debug some internal problems in the MEI driver. Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47632
-
John Crispin authored
This adds the DSL firmware for the VR9/XRX200 SoCs. Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47631
-
John Crispin authored
This makes the build script use the same configure options as used by Lantiq UGW and fixes some warnings and cleans up some of the patches. Signed-off-by:
Hauke Mehrtens <hauke.mehrtens@lantiq.com> SVN-Revision: 47630
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47629
-
Hauke Mehrtens authored
This fixes a problem introduced in r47624. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 47628
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47627
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47626
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47625
-
Felix Fietkau authored
Signed-off-by:
Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47624
-
John Crispin authored
since r45833 and r45848 the overlayfs is automatically mounted read-only (and blocks remounts as r/w) when JFFS2 is full. see ticket #19564 because of this normal file deletion is not possible anymore. if a user logins interactively (e.g. SSH) show a hint for this, that files must be removed in /overlay/upper/... v2: fix subject line Signed-off-by:
Bastian Bittorf <bittorf@bluebottle.com> SVN-Revision: 47623
-
John Crispin authored
This is the patch for GL-Domino Pi V3. Updated against the latest trunk. Signed-off-by:
<alzhao<alzhao@gmail.com> SVN-Revision: 47622
-
John Crispin authored
This is the patch for GL-AR300 V3, tested against the latest trunk. Signed-off-by:
<alzhao<alzhao@gmail.com> SVN-Revision: 47621
-
John Crispin authored
This is the 3rd version. Modified against the latest trunk. Signed-off-by:
<alzhao<alzhao@gmail.com> SVN-Revision: 47620
-
John Crispin authored
netis WF-2881 is an MT7621AT based router with MT7602EN, MT7612EN. It has 128MB DDR3, 128MB SLC NAND FLASH, 5-port Gbps switch and 1x USB 3.0. The following patch adds support for this device. this device only works on top of UBI. Tested and working: * ethernet * both WiFi radios * USB 3.0 * buttons (reset button) * ethernet switch and USB diag LEDs * UART * GPIOs * sysupgrade Tested and not working * failsafe Signed-off-by:
YounJae Rho <luxflow@live.com> SVN-Revision: 47619
-
John Crispin authored
V2: The KD-20 also has USB 3.0.I modiy the set_irq_affinity usb 2 to set_irq_affinity ?hci_hcd 2 to bind usb 2.0&3.0 to cpu1. Signed-off-by:
Shonn Lu <countrysideboy@qq.com> SVN-Revision: 47618
-
John Crispin authored
Changes since V1: I resend this patch for current trunk.The former V1 patch is for CC branch. Signed-off-by:
Shonn Lu <countrysideboy@qq.com> SVN-Revision: 47617
-
John Crispin authored
for mt7620, rt3883 and rt5350 Signed-off-by:
Michael Lee <igvtee@gmail.com> SVN-Revision: 47616
-
John Crispin authored
The scripts for authsae and iw use the option mesh_id to get set the "meshid" during a mesh join. But the script for wpad-mesh ignores the option mesh_id and instead uses the option ssid. Unify the mesh configuration and let the wpa_supplicant script also use the mesh_id from the configuration. Signed-off-by:
Sven Eckelmann <sven@open-mesh.com> SVN-Revision: 47615
-
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
-