summaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* adm5120: nuke adm5120_mach_type, use mips_machtype insteadGabor Juhos2010-01-024-11/+8
| | | | SVN-Revision: 19003
* adm5120: split bootext partition on the ZyXEL P-33x boardsGabor Juhos2010-01-021-4/+8
| | | | SVN-Revision: 19002
* adm5120: add kmod-leds-gpio and kmod-ledtrig-adm5120-switch to the default ↵Gabor Juhos2010-01-022-1/+3
| | | | | | packages SVN-Revision: 19001
* adm5120: move early-printk support into a separate fileGabor Juhos2010-01-023-16/+31
| | | | SVN-Revision: 19000
* adm5120: merge 2.6.30+ specific patchesGabor Juhos2010-01-0214-263/+27
| | | | SVN-Revision: 18999
* mazon: use platform_device for most drivers and fix some printk'sHauke Mehrtens2010-01-017-39/+197
| | | | SVN-Revision: 18989
* ar71xx: fix bi-color QSS LED on the TL-WR941ND v2 boardGabor Juhos2010-01-011-4/+7
| | | | SVN-Revision: 18988
* ar71xx: update mips multi-machine stuffGabor Juhos2010-01-0129-183/+460
| | | | SVN-Revision: 18985
* ar71xx: select AR71XX_NVRAM for the WRT160NLGabor Juhos2010-01-011-0/+1
| | | | SVN-Revision: 18984
* ar71xx: refresh patchesGabor Juhos2010-01-013-5/+5
| | | | SVN-Revision: 18983
* kernel: update to 2.6.31.9 and 2.6.32.2, and refresh patchesGabor Juhos2010-01-017-18/+18
| | | | SVN-Revision: 18982
* ar71xx: fix wireless mac address on the WRT160NLGabor Juhos2009-12-311-1/+17
| | | | SVN-Revision: 18976
* remove handling of older unsupported kernelsImre Kaloz2009-12-272-3/+0
| | | | SVN-Revision: 18955
* get rid of even more 2.6.28 stuffImre Kaloz2009-12-2751-61610/+0
| | | | SVN-Revision: 18953
* switch ixp4xx and ubicom32 to 2.6.30, get rid of 2.6.28 filesImre Kaloz2009-12-27164-58578/+2
| | | | SVN-Revision: 18952
* ar71xx: fix random wireless mac address on the TEW-632BRP/DIR-615 boardsGabor Juhos2009-12-279-2/+132
| | | | SVN-Revision: 18951
* ar71xx: pass eeprom and mac address location to the ar913x_add_device_wmac ↵Gabor Juhos2009-12-2712-27/+40
| | | | | | function SVN-Revision: 18950
* ar71xx: remove duplicated includeGabor Juhos2009-12-271-1/+0
| | | | SVN-Revision: 18949
* hostap: move patches to the right placeGabor Juhos2009-12-262-0/+40
| | | | SVN-Revision: 18945
* ar71xx: move dsa switch device support into a separate fileGabor Juhos2009-12-2611-39/+88
| | | | SVN-Revision: 18943
* ar71xx: move mach type definitions into a separate include fileGabor Juhos2009-12-2626-60/+80
| | | | SVN-Revision: 18942
* ar71xx: change board specific Kconfig option to 'default n'Gabor Juhos2009-12-261-21/+21
| | | | SVN-Revision: 18941
* ar71xx: move USB host device support into a separate fileGabor Juhos2009-12-2621-149/+220
| | | | SVN-Revision: 18940
* ar71xx: remove more unnecessary includesGabor Juhos2009-12-2616-22/+0
| | | | SVN-Revision: 18939
* ar71xx: use the generic m25p80 registration code for the MZK-W04NUGabor Juhos2009-12-261-14/+2
| | | | SVN-Revision: 18938
* ar71xx: move gpio-buttons support into a spearate fileGabor Juhos2009-12-2630-74/+137
| | | | SVN-Revision: 18937
* ar71xx: move leds-gpio device support into a spearate fileGabor Juhos2009-12-2629-48/+124
| | | | SVN-Revision: 18936
* work on pci.Hauke Mehrtens2009-12-262-52/+25
| | | | | | | | This is from ticket #6374 Michael Richter thanks for your patch. SVN-Revision: 18933
* ar71xx: move PB42 specific PCI init code into a separate fileGabor Juhos2009-12-2513-101/+86
| | | | SVN-Revision: 18932
* ar71xx: remove unnecessary includesGabor Juhos2009-12-252-5/+1
| | | | SVN-Revision: 18931
* remove more duplicate kernel source filesFelix Fietkau2009-12-256-502/+0
| | | | SVN-Revision: 18928
* deduplicate kernel source files from 2.6.30-2.6.32 by moving them to generic ↵Felix Fietkau2009-12-2524-2668/+0
| | | | | | files/ SVN-Revision: 18927
* ar71xx: fix bi-color led on the TL-WR841N v1.5Gabor Juhos2009-12-251-4/+7
| | | | SVN-Revision: 18926
* ledtrig-netdev: use dev_get_stats to get statistics on kernels >=2.6.30Gabor Juhos2009-12-253-21/+12
| | | | | | Fixes a possible NULL pointer dereference. SVN-Revision: 18925
* add WRT300N v1.1 support (patch from #6379)Felix Fietkau2009-12-243-3/+23
| | | | SVN-Revision: 18921
* sort & rearrange arch selectionNicolas Thill2009-12-231-38/+34
| | | | SVN-Revision: 18904
* generic: ESFQ patch, only include net/netfilter/nf_conntrack.h when ↵Nicolas Thill2009-12-235-5/+15
| | | | | | CONFIG_NET_SCH_ESFQ_NFCT is set (fixes build failure on target where CONFIG_NETFILTER is not set) SVN-Revision: 18900
* generic: add missing CONFIG_HCALL_STATS symbol (fixes: pxcab)Nicolas Thill2009-12-234-0/+4
| | | | SVN-Revision: 18899
* ar71xx: change firmware image name for th TP-Link boardsGabor Juhos2009-12-221-5/+5
| | | | SVN-Revision: 18895
* ar71xx: add ath9k and hostapd-mini for the TL-WR741ND profileGabor Juhos2009-12-221-0/+1
| | | | SVN-Revision: 18894
* ar71xx: add support for the TL-WR841N v1.5 boardGabor Juhos2009-12-2214-1/+213
| | | | SVN-Revision: 18893
* ar71xx: add dsa driver for the 88e6063 chipGabor Juhos2009-12-2210-0/+408
| | | | SVN-Revision: 18892
* mpc52xx: add missing kernel config symbolNicolas Thill2009-12-221-0/+1
| | | | SVN-Revision: 18881
* stay coherent when defining ARCHNicolas Thill2009-12-212-2/+2
| | | | SVN-Revision: 18873
* remove redundant LINUX_KARCH variablesNicolas Thill2009-12-215-5/+0
| | | | SVN-Revision: 18871
* kernel: add mips_machine_set_name functionGabor Juhos2009-12-203-63/+78
| | | | SVN-Revision: 18861
* ar71xx: update AR7240 PCI codeGabor Juhos2009-12-2011-84/+226
| | | | SVN-Revision: 18860
* kernel: fix plt fixup related crashes when loading kernel modules on mips, ↵Felix Fietkau2009-12-203-117/+228
| | | | | | (happened when there was not enough physically contiguous memory available) SVN-Revision: 18858
* ar71xx: fix WNDR3700 firmware imagesGabor Juhos2009-12-191-2/+2
| | | | | | | WNDR3700's U-Boot loads the kernel from a squashfs image, and it does not support squashfs 4.0. SVN-Revision: 18851
* ar71xx: fix WNDR3700 image generationNicolas Thill2009-12-191-4/+3
| | | | SVN-Revision: 18849