aboutsummaryrefslogtreecommitdiffstats
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* linux/3.3: add more missing symbolsGabor Juhos2012-05-011-0/+7
| | | | SVN-Revision: 31548
* move CONFIG_BOOKE_WDT_DEFAULT_TIMEOUT to the target configsGabor Juhos2012-05-014-0/+4
| | | | SVN-Revision: 31547
* switch to 2.6.38Imre Kaloz2012-05-01116-21912/+91470
| | | | SVN-Revision: 31546
* kernel: update linux 3.3 to 3.3.4Gabor Juhos2012-04-3023-98/+23
| | | | SVN-Revision: 31541
* linux: rtl836x: add a generic reset_switch functionGabor Juhos2012-04-295-76/+29
| | | | SVN-Revision: 31536
* linux: rtl836x: rename rtl836*_hw_init to rtl836*_setupGabor Juhos2012-04-293-21/+6
| | | | SVN-Revision: 31535
* linux: rtl836x: add a reset_chip callback to rtl8366_smi_opsGabor Juhos2012-04-295-24/+11
| | | | SVN-Revision: 31534
* ar71xx: allow to disable link polling on unused PHYsGabor Juhos2012-04-293-4/+16
| | | | SVN-Revision: 31533
* rb532: remove 2.6.35 supportGabor Juhos2012-04-293-268/+0
| | | | | | The generic 2.6.35 support has been remove long time ago. SVN-Revision: 31532
* linux/3.3: refresh patchesGabor Juhos2012-04-291-14/+8
| | | | SVN-Revision: 31531
* rdc: add 3.3 supportGabor Juhos2012-04-2910-0/+1394
| | | | SVN-Revision: 31530
* mpc85xx: add support for 3.3Gabor Juhos2012-04-295-0/+355
| | | | | | Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31529
* orion: add 3.3 supportGabor Juhos2012-04-299-0/+431
| | | | SVN-Revision: 31528
* linux/3.3: yet another missing symbolGabor Juhos2012-04-291-0/+1
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31527
* linux/3.3: add support for the Pericom PT7C4338 I2C RTC chipGabor Juhos2012-04-291-0/+253
| | | | | | Signed-off-by: Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31525
* mpc85xx: add kmod-booke-wdt to the default packagesGabor Juhos2012-04-291-0/+2
| | | | | | Based on a patch by Wojciech Dubowik <Wojciech.Dubowik@neratec.com> SVN-Revision: 31523
* mpc85xx: don't override CONFIG_WATHCDOGGabor Juhos2012-04-291-1/+0
| | | | SVN-Revision: 31521
* linux: move CONFIG_BOOKE_WDT to the generic configGabor Juhos2012-04-295-2/+3
| | | | SVN-Revision: 31520
* linux/2.6.36: R.I.P.Gabor Juhos2012-04-29125-74685/+0
| | | | SVN-Revision: 31519
* linux: add broken flag to targets which are using 2.6.36Gabor Juhos2012-04-292-2/+2
| | | | SVN-Revision: 31518
* adm5120: create a new subtarget for the RB1xx devicesGabor Juhos2012-04-299-50/+90
| | | | SVN-Revision: 31513
* adm5120: share a common kernel config between the subtargetsGabor Juhos2012-04-293-403/+228
| | | | SVN-Revision: 31512
* adm5120: merge 3.3 patchesGabor Juhos2012-04-2938-1919/+223
| | | | SVN-Revision: 31511
* adm5120: remove 2.6.32 supportGabor Juhos2012-04-2919-1444/+0
| | | | SVN-Revision: 31510
* adm5120: switch to 3.3.3Gabor Juhos2012-04-291-1/+1
| | | | SVN-Revision: 31509
* adm5120: fix macronix bootloc patchGabor Juhos2012-04-291-2/+2
| | | | SVN-Revision: 31508
* ramips: rt305x: extract wifi eeprom and use the 8M template for the UR-336UNGabor Juhos2012-04-292-1/+2
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31507
* adm8668: merge 3.3 fixesGabor Juhos2012-04-287-327/+43
| | | | SVN-Revision: 31497
* adm8668: nuke 2.6.36 supportGabor Juhos2012-04-284-139/+0
| | | | SVN-Revision: 31496
* adm8668: switch to 3.3Gabor Juhos2012-04-281-1/+1
| | | | SVN-Revision: 31495
* switch to gpio-keys-polledFlorian Fainelli2012-04-2716-42/+42
| | | | SVN-Revision: 31491
* linux/3.3: yet another missing symbolGabor Juhos2012-04-271-0/+1
| | | | SVN-Revision: 31488
* build: rework verbosity level selectionFelix Fietkau2012-04-261-1/+1
| | | | | | | | | | | | | V=99 and V=1 are now deprecated in favor of a new verbosity class system, though the old flags are still supported. You can set the V variable on the command line (or OPENWRT_VERBOSE in the environment) to one or more of the following characters: - s: stdout+stderr (equal to the old V=99) - c: commands (for build systems that suppress commands by default, e.g. kbuild) - w: warnings/errors only (equal to the old V=1) SVN-Revision: 31484
* brcm47xx: BCMA - Modified PCI CFG space accessHauke Mehrtens2012-04-251-0/+104
| | | | | | | | | | The existing code (prior to the patch) does an "ioremap_nocache" on a subset of a memory region that I think has already been mapped, and then un-maps that smaller region when it is finished. Thanks Nathan Hintz for the patch SVN-Revision: 31481
* adm8668: add support for 3.3Gabor Juhos2012-04-257-0/+451
| | | | SVN-Revision: 31480
* adm8668: build gzip compressed uImage for testingGabor Juhos2012-04-251-0/+19
| | | | SVN-Revision: 31479
* adm8668: use a suffix for initramfs imagesGabor Juhos2012-04-251-0/+10
| | | | SVN-Revision: 31478
* ar71xx: enable MIB counters in the built-in switch of the AR934xGabor Juhos2012-04-251-2/+11
| | | | SVN-Revision: 31476
* adm5120: remove 2.6.38 supportGabor Juhos2012-04-2522-1677/+0
| | | | SVN-Revision: 31475
* adm5120: add 3.3 supportGabor Juhos2012-04-2526-0/+2841
| | | | | | Partially based on the 3.1 patches by Hartmut Knaack <knaack.h [at] gmx.de> SVN-Revision: 31474
* linux/3.3: fix compiler warnings in the plat_nand driverGabor Juhos2012-04-251-3/+3
| | | | SVN-Revision: 31473
* adm5120: make 5GXi depends on CPU_LITTLE_ENDIANGabor Juhos2012-04-251-0/+1
| | | | SVN-Revision: 31472
* brcm47xx: A couple of other (inconsequential) BCMA patchesHauke Mehrtens2012-04-242-0/+30
| | | | | | | | Noticed these while reviewing the code. Signed-off-by: Nathan Hintz <nlhintz@hotmail.com> SVN-Revision: 31471
* brcm47xx: b44 fix workaround detection on some brcm47xx boardsHauke Mehrtens2012-04-241-16/+9
| | | | | | | | | | Because of api change of nvram_getenv, the workaround failed to detect the hardware. Based on patch by b.sander Fixes #11268. SVN-Revision: 31470
* bcm63xx: drop linux 3.2 supportJonas Gorski2012-04-2444-5120/+4
| | | | SVN-Revision: 31464
* bcm63xx: drop linux 3.0 supportJonas Gorski2012-04-2442-5087/+0
| | | | SVN-Revision: 31463
* bcm63xx: switch kernel to 3.3Jonas Gorski2012-04-241-1/+1
| | | | SVN-Revision: 31462
* ar71xx: TL-WR741NDv4: add WLAN LED configGabor Juhos2012-04-241-0/+1
| | | | | | | | On TP-Link TL-WR741ND version 4, the WLAN LED must be configured to work. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> SVN-Revision: 31461
* kernel: update linux 3.3 to 3.3.3Jonas Gorski2012-04-2416-28/+24
| | | | SVN-Revision: 31460
* kernel: update linux 3.2 to 3.2.16Jonas Gorski2012-04-2411-11/+11
| | | | SVN-Revision: 31459