summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* ramips: rt288x: remove CONFIG_MTD_PARTITION ifdefery from machine filesGabor Juhos2012-02-114-16/+0
| | | | SVN-Revision: 30436
* ramips: refresh patchesGabor Juhos2012-02-112-6/+6
| | | | SVN-Revision: 30435
* ramips: rt305x: add support for Accton WR6202 / SMCWBR11S-3GNGabor Juhos2012-02-1111-3/+155
| | | | | | | | | | | | | | | | | | | | | | This patch adds support for the Accton WR6202 Mini 3G broadband router. Full details for this device are available at http://www.awbnetworks.com/products03.php?Fullkey=19. This device is identical to the SMCWBR11S-3GN: http://www.smc-asia.com/products03.php?Fullkey=210 It's also worth noting that this board has a GPIO line to control the power to the USB port. [juhosg: - fix checkpatch warnings, - reorder Kconfig entry, - merge the sysupgrade patch, - add GPL header] Signed-off-by: Johnathan Boyce <jon.boyce@globalreach.eu.com> SVN-Revision: 30434
* ramips: rt305x: merge duplicated mac address setupGabor Juhos2012-02-111-6/+2
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 30433
* ramips: rt305x: add profile for the Belkin f5d8235v2Gabor Juhos2012-02-111-0/+20
| | | | | | Signed-off-by: Roman Yeryomin <roman@advem.lv> SVN-Revision: 30432
* brcm47xx: print the chip id and rev found by ssb and bcmaHauke Mehrtens2012-02-102-0/+64
| | | | SVN-Revision: 30428
* ar71xx: zero partition parser data in m25p80Gabor Juhos2012-02-102-0/+20
| | | | | | Ths fixes parsing of RedBoot partitions. SVN-Revision: 30427
* ramips: fix compiler warning in prom.cGabor Juhos2012-02-101-4/+4
| | | | SVN-Revision: 30424
* brcm47xx: update bcm5354 support patchHauke Mehrtens2012-02-101-38/+141
| | | | SVN-Revision: 30423
* ar71xx: fix platform descriptionGabor Juhos2012-02-101-2/+2
| | | | SVN-Revision: 30419
* generic: fix yaffs2 build warnings on 3.3Gabor Juhos2012-02-101-0/+71
| | | | SVN-Revision: 30418
* ar71xx: ag71xx: add BQL supportGabor Juhos2012-02-101-5/+13
| | | | | | | | It will be usable only from linux-3.3. Based on a patch by Dave Taht <dave.taht@bufferbloat.net> SVN-Revision: 30417
* ar71xx: add dummy DQL helper functions for 3.2Gabor Juhos2012-02-101-0/+36
| | | | SVN-Revision: 30416
* ar71xx: add preliminary support for 3.3Gabor Juhos2012-02-1097-0/+9049
| | | | SVN-Revision: 30410
* ar71xx: disable DDR flush for ethernet on AR934x, it is no longer necessaryFelix Fietkau2012-02-101-0/+49
| | | | SVN-Revision: 30409
* ar71xx: fix db120 board detectionFelix Fietkau2012-02-101-1/+1
| | | | SVN-Revision: 30408
* ar71xx: allow to build ag71xx w/o PCI support enabledGabor Juhos2012-02-101-0/+9
| | | | SVN-Revision: 30407
* ar71xx: merge 3.2 fixesGabor Juhos2012-02-1018-628/+102
| | | | SVN-Revision: 30406
* ar71xx: merge files-3.2 to filesGabor Juhos2012-02-1075-0/+0
| | | | SVN-Revision: 30405
* ar71xx: nuke 2.6.39 supportGabor Juhos2012-02-10164-23909/+0
| | | | SVN-Revision: 30404
* ar71xx: switch to 3.2.5Gabor Juhos2012-02-101-1/+1
| | | | SVN-Revision: 30403
* ar71xx: refresh 3.2 patchesGabor Juhos2012-02-102-10/+10
| | | | SVN-Revision: 30402
* kernel: update linux 3.2 to 3.2.5Gabor Juhos2012-02-104-11/+11
| | | | SVN-Revision: 30401
* ar71xx: 3.2: remove stray semicolons from the PCI fixup patchGabor Juhos2012-02-091-2/+2
| | | | SVN-Revision: 30400
* ar71xx: fix ar934x usb reset handling on 3.2Felix Fietkau2012-02-091-0/+23
| | | | SVN-Revision: 30399
* generic: fix kexec build error for MIPS with gcc-4.6-linaroGabor Juhos2012-02-095-10/+10
| | | | SVN-Revision: 30395
* generic: 3.3: add missing config symbolsGabor Juhos2012-02-091-0/+2
| | | | SVN-Revision: 30393
* generic: 3.3: fix yaffs2 build errorGabor Juhos2012-02-091-0/+289
| | | | SVN-Revision: 30392
* ar71xx: 3.2: get rid of an unused variable in ath79_spi.cGabor Juhos2012-02-083-15/+19
| | | | SVN-Revision: 30391
* ar71xx: 3.2: fix AHB clock name in rb4xx_spiGabor Juhos2012-02-081-1/+1
| | | | SVN-Revision: 30390
* generic: fix yaffs2 build error on 3.2Gabor Juhos2012-02-081-0/+289
| | | | SVN-Revision: 30389
* add more missing config symbolsFlorian Fainelli2012-02-081-0/+2
| | | | SVN-Revision: 30386
* ar71xx: add profile and build image for the TEW-673GRU boardGabor Juhos2012-02-082-3/+20
| | | | SVN-Revision: 30377
* ar71xx: add support for the TRENDNet TEW-673GRU boardGabor Juhos2012-02-0812-2/+500
| | | | SVN-Revision: 30376
* select GENERIC_ATOMIC64 implementation to fix xfs related build errorsJo-Philipp Wich2012-02-081-0/+10
| | | | SVN-Revision: 30371
* add audio and display featuresImre Kaloz2012-02-081-1/+1
| | | | SVN-Revision: 30370
* 8139cp: backport patches to make driver stable againJo-Philipp Wich2012-02-076-30/+117
| | | | | | | | | | List of patches that Jo-Philipp groveled out of git. Redux: defuzzed. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30366
* alix2, geos: Adjust CFLAGSVasilis Tsiligiannis2012-02-072-4/+4
| | | | | | | | Clone of CFLAGS change from r30013 into Geos and Alix platforms. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30353
* kernel: add a recent upstream commit (post-3.3) to the ssb update patch, ↵Felix Fietkau2012-02-0711-153/+1329
| | | | | | required for the next mac80211 update SVN-Revision: 30345
* generic: Enable HPET, HID and AT keyboard supportVasilis Tsiligiannis2012-02-051-1/+5
| | | | SVN-Revision: 30309
* generic: Add missing and remove unused config symbolsVasilis Tsiligiannis2012-02-041-12/+55
| | | | SVN-Revision: 30133
* brcm63xx: add support for linux 3.3Jonas Gorski2012-02-0438-0/+5080
| | | | SVN-Revision: 30027
* kernel: fix netfilter layer7 compilation in 3.3Jonas Gorski2012-02-041-1/+1
| | | | SVN-Revision: 30026
* x86: make alix platform patch apply to 3.3Jonas Gorski2012-02-032-17/+6
| | | | | | | | Based on a patch from Philip Prindeville. While at it, also refresh the patches. SVN-Revision: 30025
* disable additional PATA drivers in global 3.2 and 3.3 config, remove ↵Jo-Philipp Wich2012-02-033-8/+10
| | | | | | redundant symbols from alix2 config SVN-Revision: 30024
* x86: trivial -- add missing CONFIG_GEOS symbol to top-level So that builds ↵Jo-Philipp Wich2012-02-031-0/+1
| | | | | | don't stall in x86 prompting for this symbol. [From Philip Prindeville, via http://patchwork.openwrt.org/patch/1828/] SVN-Revision: 30023
* geos: backport driver from linux-next to 3.2 and 3.3 The Geos driver is in ↵Jo-Philipp Wich2012-02-032-0/+376
| | | | | | linux-next and will be out in 3.4. It builds fine against 3.2.2 and 3.3-rc2. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30022
* net5501: backport drivers from linux-next Backport net5501 platform driver ↵Jo-Philipp Wich2012-02-032-1/+318
| | | | | | from 3.4. Remove vestiges of old (pre-2.6.30) leds-net5501.c driver. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30021
* x86: move additional oddball PATA drivers These should only be enabled in ↵Jo-Philipp Wich2012-02-035-10/+17
| | | | | | the generic image, as they bloat all of the other targets. Also add symbols for NET5501, ALIX, and GEOS which were added backported to 3.2 and 3.3. Restore PC speaker to Geos target. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30019
* net5501: adjust CFLAGS and package selection (#10893) This patches the ↵Jo-Philipp Wich2012-02-031-3/+3
| | | | | | CFLAGS for Geode LX CPUs for 4.3 and new GGC versions. This creates more compatible code and allowed me to boot my system first time with no troubles. Also, the missing kmod is added in. SVN-Revision: 30013