summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* added board support for compex wpj558John Crispin2015-02-0211-9/+249
| | | | | | Signed-off-by: Christian Mehlis <christian@m3hlis.de> SVN-Revision: 44237
* ramips: fix ethernet driver tx completion pollingFelix Fietkau2015-02-011-2/+2
| | | | | | | | | | | - budget is decremented with completed frames, so don't check if done is smaller - ACK the interrupt before processing further frames to fix a small race condition. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44234
* x86_64: add more symbols required to enable SMPJo-Philipp Wich2015-01-311-1/+5
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44233
* x86_64: support HyperThreading and SMP with up to 8 CPUsJo-Philipp Wich2015-01-311-1/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44232
* kernel: disable bcma's usage of OF API in kernel 3.10Rafał Miłecki2015-01-311-0/+30
| | | | | | | | | It fails to build because of missing of_irq_parse_raw and incompatible irq_create_of_mapping. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44230
* linux: fix mips boot decompressor buildJo-Philipp Wich2015-01-302-64/+18
| | | | | | | | | | Replace the now defunct 062-mips_decompressor_build_fix.patch with another patch that simply undefines the arch memset and memcpy defines to avoid syntax errors in the redeclaration. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44223
* ar71xx: add Netgear WNR1000v2/WNR1000v2-VC support (#18633)John Crispin2015-01-3011-4/+79
| | | | | | | | | | | The board is already supported by OpenWrt. WNR1000v2/WNR1000v2-VC are pretty much the same as WNR2000v3/WNR612v2, therefore the same initialization code and flash layout is used. Signed-off-by: Ștefan Rusu <saltwaterc@gmail.com> Tested-by: Douglas Fraser <1dsfraser@gmail.com> SVN-Revision: 44221
* bcm53xx: fix partitions on Netgear R8000Rafał Miłecki2015-01-302-0/+72
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44219
* bcm53xx: fix booting BCM4709Rafał Miłecki2015-01-302-0/+46
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44218
* bcm53xx: fix Netgear R8000 serial consoleRafał Miłecki2015-01-302-4/+4
| | | | | | | | Thanks raven-auand. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44217
* sunxi: disable MMC debugging in kernel configZoltan Herpai2015-01-301-1/+1
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44216
* sunxi: workaround switch being uninitialized on netifd startupZoltan Herpai2015-01-301-0/+17
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44215
* sunxi: add support for Lamobo R1Zoltan Herpai2015-01-306-1/+293
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44214
* sunxi: use sunxi_board_name when generating default network settingsZoltan Herpai2015-01-301-15/+6
| | | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 44213
* sunxi: introduce sunxi_board_name() in /lib/sunxi.shZoltan Herpai2015-01-301-0/+9
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44212
* sunxi: implement board_detect for device-tree kernelsZoltan Herpai2015-01-301-38/+130
| | | | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 44211
* x86_64: enable PCIE supportJo-Philipp Wich2015-01-291-0/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44203
* Revert "x86_64: enable PCIE support"Jo-Philipp Wich2015-01-291-2/+0
| | | | | | | | | This reverts commit daadd4320c4eadce3937e8ca13ede0ce1b97e125 which erroneously introduced unrelated changes. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44202
* x86_64: enable PCIE supportJo-Philipp Wich2015-01-291-0/+2
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44201
* bcm53xx: early support for Netgear R8000Rafał Miłecki2015-01-285-0/+167
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44186
* kernel: bcm47xxpart: support T_Meter partitionsRafał Miłecki2015-01-282-0/+94
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44185
* ar71xx: fix D-Link DIR-615 rev. C1 WLAN MAC addressJohn Crispin2015-01-281-3/+5
| | | | | | | | | Fix the WLAN MAC address to match the one printed on the label by using the correct address from the ART instead of the address of the LAN interface. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 44183
* linux: add upstream patch to allow building dwc2 as module on 3.18Jo-Philipp Wich2015-01-281-0/+146
| | | | | | | | Also add the required config symbols to usb.mk Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44181
* kernel: add LZ4 decompressors to kconfig hackJohn Crispin2015-01-282-2/+18
| | | | | | Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44168
* kernel: kmod-usb2-pci to Intel ixp4xx/GeodeJohn Crispin2015-01-284-4/+4
| | | | | | Signed-off-by: Ted Hess <thess@kitschensync.net> SVN-Revision: 44167
* ralink: check ethernet MAC address whether it is validJohn Crispin2015-01-281-1/+3
| | | | | | | | | The mac address usually write in factory block. but sometime user erase this block , the mac address will change to ff:ff:ff:ff:ff:ff. This patch is purpose to fix this issue. Signed-off-by: wengbj <linux.c@foxmail.com> SVN-Revision: 44166
* ar71xx: add default LED configuration for D-Link DIR-615 rev. C1John Crispin2015-01-281-0/+5
| | | | | | | | | This patch adds an entry in the uci-defaults' led-file to configure the WAN and WLAN LEDs by default. Signed-off-by: Vincent Wiemann <me@bibbl.com> SVN-Revision: 44165
* kernel: update 3.14 to 3.14.30Luka Perkov2015-01-285-11/+6
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44158
* kernel: bcm47xxpart: support boart_data partition on XiaomiRafał Miłecki2015-01-272-0/+78
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44157
* kernel: backport queued bcm47xxpart changesRafał Miłecki2015-01-276-208/+190
| | | | | | Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 44156
* ep93xx: fix broken kmods after r44112 (#18833)Jo-Philipp Wich2015-01-271-3/+3
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44155
* mvebu: temporary el cheapo' fan control scriptImre Kaloz2015-01-262-0/+21
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44153
* kernel: add missing symbol to generic 3.18 configJo-Philipp Wich2015-01-251-0/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44150
* mvebu: add missing config symbolJo-Philipp Wich2015-01-251-0/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44147
* ipq806x: declare missing config symbolsJo-Philipp Wich2015-01-251-0/+4
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44144
* generic/3.19: fixup the value of IFF_NO_IP_ALIGNImre Kaloz2015-01-251-1/+1
| | | | | | | Reported-by: Stephen Walker <stephendwalker+openwrt@gmail.com> Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44139
* kernel: update 3.14 to 3.14.29Luka Perkov2015-01-253-13/+9
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 44137
* cns21xx: remove stray CONFIG_WAN from kernel configJo-Philipp Wich2015-01-251-1/+0
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44136
* xburst: fix kernel buildJo-Philipp Wich2015-01-251-0/+64
| | | | | | | | | | | | Changeset r43049 removed the "062-mips_decompressor_build_fix.patch" which is still required to properly build the xburst kernel. Fix the syntax error in the preprocessed code by explicitely undefining the "memcpy" and "memset" macros prior to declaring the replacements functions. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 44133
* mvebu: use pwmfan in the profileImre Kaloz2015-01-251-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44131
* mvebu: preliminary 3.19 supportImre Kaloz2015-01-2513-0/+1836
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44130
* mvebu: gpio based pwm supportImre Kaloz2015-01-258-0/+969
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44129
* mvebu: update mamba dtsImre Kaloz2015-01-251-70/+71
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44128
* mvebu: backport some upstream changesImre Kaloz2015-01-2515-2/+1563
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44127
* generic: add preliminary 3.19 supportImre Kaloz2015-01-25175-0/+31697
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44126
* kirkwood: add wpad-mini to guruplug profileLuka Perkov2015-01-251-1/+1
| | | | | | Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 44125
* kirkwood: enable swconfig by default on EA3500Luka Perkov2015-01-251-1/+1
| | | | | | Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 44124
* kirkwood: fix EA3500 ubi optionsLuka Perkov2015-01-251-2/+2
| | | | | | | | Previous options resulted in a nonfunctional image. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 44123
* kirkwood: drop port-based VLAN setupLuka Perkov2015-01-251-19/+6
| | | | | | | | | | | | | | | | | Using port-based VLANs depends on a non-standard swconfig parameter, which compilcates things like LuCI that don't know about it. This patch changes the default to use 802.1q VLANs internally in the switch, but without tagging packets since we have two Ethernet ports. iperf3 tests indicate no difference in performance versus port-based VLANs when the CPU port is not using tags. Signed-off-by: Claudio Leite <leitec@staticky.com> SVN-Revision: 44122
* generic/3.18: update to 3.18.3Imre Kaloz2015-01-251-10/+6
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 44121