summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* ralink: add mac address detection for Asus RT-G32 b1John Crispin2013-11-251-1/+5
| | | | | | | | | http://patchwork.openwrt.org/patch/4463/ Signed-off-by: Michael Heimpold <mhei@heimpold.de> Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38910
* base-files: allow users to delect debug level during bootJohn Crispin2013-11-251-1/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38909
* ralink: fix up the mt7530 driver to work properly with gmac2John Crispin2013-11-251-6/+10
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38905
* ralink: add LRO supportJohn Crispin2013-11-251-27/+84
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38904
* ralink: add NETIF_F_HW_VLAN_CTAG_TX support for the mt7620X familyJohn Crispin2013-11-251-57/+116
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38903
* ralink: set the mac addr via the dts fileJohn Crispin2013-11-2560-92/+232
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38902
* kirkwood: include ext4 support by defaultLuka Perkov2013-11-241-0/+6
| | | | | | | | Several users reported that they would like this feature. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38901
* kirkwood: kernel: add missing config optionLuka Perkov2013-11-241-0/+1
| | | | | | | | Buildbot found missing config option for target kirkwood. Signed-off-by: Jiri Slachta <slachta@cesnet.cz> SVN-Revision: 38900
* kirkwood: drop unnecessary argument from *_UBIFS_OPTS variablesLuka Perkov2013-11-232-3/+3
| | | | | | | | The '-U' aka '--squash-uids' is already used in Image/mkfs/ubifs function. Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38898
* kirkwood: add support for iomega iconnectLuka Perkov2013-11-232-0/+18
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> Signed-off-by: Daniel Engberg <daniel.engberg@pyret.net> SVN-Revision: 38897
* For now vdi and vmdk images should be x86 onlyImre Kaloz2013-11-221-0/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38896
* VMWare and VirtualBox images should select what they need, not depend on it..Imre Kaloz2013-11-221-4/+4
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38892
* rationalize target image optionsImre Kaloz2013-11-221-3/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38891
* lantiq: move patch to proper folderJohn Crispin2013-11-201-0/+121
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38884
* lantiq: update default mii modesJohn Crispin2013-11-202-2/+2
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38881
* lantiq: fix an endless loop in the vmmc platform codeJohn Crispin2013-11-201-1/+1
| | | | | | | | this was caused by not honoured error return codes of of_gpio_count() Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38878
* mxs: build/profile-related changes - change uImage creation to use zImage - ↵Zoltan Herpai2013-11-203-8/+29
| | | | | | | | update image Makefile for further boards with u-boot support - add profile for OLinuXino Micro/Nano boards Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38876
* ralink: set wmr-300 mac properlyJohn Crispin2013-11-191-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38872
* ralink: add missing CONFIG_ symbol to mt7620nJohn Crispin2013-11-191-0/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38867
* mpc85xx: Fix NAPI poll mechanism in GIANFAR ethernet driverFelix Fietkau2013-11-192-162/+109
| | | | | | | | | | | | | | | | This patch fixes the NAPI poll mechanism in the GIANFAR ethernet driver, which was not properly working since Linus Kernel Version 3,8. Therefore the workaround patch to downgrade the GIANFAR ethernet driver to Kernelversion v3.8 is obsoete. This patch was extensivly testes with different network loads and types of traffic. There is quite a substantial user base that reports proper Ethernet function with TPlink-4900. This patch is based on the fixes from GINAFAR maintainer Claudiu Manoli. Signed-off-by: Thomas Huehn <thomas@net.t-labs.tu-berlin.de> Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38865
* imx6: build images for ventana boards that are supportedLuka Perkov2013-11-181-0/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38859
* imx6: merge all gateworks boards into one profileLuka Perkov2013-11-182-50/+32
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38858
* imx6: add support for more then one nand type per profileLuka Perkov2013-11-182-11/+22
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38857
* imx6: refresh kernel configLuka Perkov2013-11-181-1/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38856
* make default packages selected for realImre Kaloz2013-11-181-2/+2
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38850
* ralink: add support for ralink mt7620 nand eval boardJohn Crispin2013-11-183-0/+118
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38848
* ralink: improve mt7620n detectionJohn Crispin2013-11-181-0/+57
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38847
* ralink: add mt7620 nand driverJohn Crispin2013-11-182-0/+2418
| | | | | | | | This is a minor rework of the SDK driver. This driver needs a full rewrite. Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38846
* ralink: make all none 3x5x boards default to a vlan1/2 setupJohn Crispin2013-11-181-6/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38845
* ralink: make usb work on the mt7530 eval kitJohn Crispin2013-11-181-0/+8
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38844
* at91: fix typo in network fileHauke Mehrtens2013-11-171-1/+1
| | | | | | | | This closes #14474. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38842
* kirkwood: add missing kernel config CONFIG_REGMAP=yHauke Mehrtens2013-11-171-1/+1
| | | | | | Signed-off-by: Alexander Couzens <lynxis@fe80.eu> SVN-Revision: 38837
* kernel: backport get_cycles() fixHauke Mehrtens2013-11-171-0/+69
| | | | | | | | | | | | get_cycles() is used in some places as one part of the seed for the kernel PRNG. This backports the following commit from mainline linux kernel: 9c9b415c50bc298ac61412dff856eae2f54889ee Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 38834
* ralink: add mt7620n dts filesJohn Crispin2013-11-172-0/+359
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38829
* ramips: fix wmr300 network detectionJohn Crispin2013-11-171-1/+1
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38828
* kernel: add fix to block2mtd driver for modified error loggingZoltan Herpai2013-11-171-0/+12
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38827
* kernel: add missing symbols for 3.12Zoltan Herpai2013-11-171-0/+2
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38826
* ralink: add mt7620n supportJohn Crispin2013-11-168-5/+223
| | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38823
* kernel: add missing symbols for 3.12Zoltan Herpai2013-11-161-0/+24
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38820
* sunxi: remove old kernel config after 3.12 upgrade (r38811)Luka Perkov2013-11-161-202/+0
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 38819
* replace the TI patch with a smaller patchsetImre Kaloz2013-11-1550-82370/+4940
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 38816
* ar71xx: add profile for the WR842N/ND v2Gabor Juhos2013-11-151-1/+3
| | | | | | | | | | | Patch to add the profile for the TP-LINK WR842N/ND v2 Small update, because of a change in the Makefile. Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4382/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38815
* ar71xx: add user space support for the TL-WR842N/ND v2Gabor Juhos2013-11-155-1/+8
| | | | | | | | | | Patch to add the user space support for the TL-WR842N/ND v2 Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4354/ Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38814
* ar71xx: Add kernel support for the WR842N/ND v2Gabor Juhos2013-11-152-0/+32
| | | | | | | | | | | Patch to add kernel support for the TP-LINK WR842N/ND v2 Signed-off-by: Martijn Zilverschoon <thefriedzombie@gmail.com> Patchwork: http://patchwork.openwrt.org/patch/4352/ [juhosg: refresh kernel patch] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38813
* ar71xx: wndr4300: set official mac addressesGabor Juhos2013-11-152-2/+15
| | | | | | | | | | | | | | | | | | Get the factory assigned mac addresses stored in the caldata partition and asign them to lan and wan interfaces. Also put the correct mac addresses into the WiFi eeprom files to ensure that the ath9k driver will use the correct ones. Signed-off-by: Stefan Agner <stefan@agner.ch> Patchwork: http://patchwork.openwrt.org/patch/4350/ [juhosg: - move WiFi MAC address setup to the firmware hotplug file, - use the official MAC address for the 2.4GHz as well, - remove uci-defaults.sh modifications, - update commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38812
* sunxi: rework target - update kernel to 3.12 - add patches for clocks, i2c, ↵Zoltan Herpai2013-11-1448-175/+4313
| | | | | | | | usb, sid, rtc - support common image for A10/A13/A20 - add support for a couple boards - most drivers are configured into the kernel as of now Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 38811
* kernel: backport an upstream fix to improve TCP performance for wifi driversFelix Fietkau2013-11-141-0/+80
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38810
* ar71xx: Unifi AP Pro sysupgrade patchFelix Fietkau2013-11-141-0/+4
| | | | | | | | | | | | | | | | | | The current implementation of mtd will not append the backup file created by sysupgrade to the correct partition, as mtd will append the data to first jffs2 partition it finds. As the kernel is also stored on a jffs2 partition (which resides before the overlay partition), the data will be appended to this partition. To fix this problem, a new option -s <number> skip the first n bytes when appending data to the jffs2 partiton, defaults to "0" is added to mtd. Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 38807
* ramips: use dd bs=4096k instead of bs=4M to make it more portableFelix Fietkau2013-11-141-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38806
* ar71xx: use the new padjffs2 padding on Ubiquiti UAP-PRO to make the boot ↵Felix Fietkau2013-11-141-1/+1
| | | | | | | | loader stop searching after the kernel partition Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 38805