summaryrefslogtreecommitdiffstats
path: root/target/linux
Commit message (Collapse)AuthorAgeFilesLines
* 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
* kernel: add some more missing kernel config symbolsJonas Gorski2012-04-242-0/+16
| | | | SVN-Revision: 31458
* enable NF_CONNTRACK_PROCFS for Linux 3.3, required for ↵Jo-Philipp Wich2012-04-241-1/+1
| | | | | | /proc/net/nf_conntrack (#11339) SVN-Revision: 31454
* x86: restore config-default, it is needed for 2.6.39Gabor Juhos2012-04-231-0/+379
| | | | | | Reported-by: Thomas Heil <heil@terminal-consulting.de> SVN-Revision: 31452
* ramips: rt305x: add support for the UR-336UN boardGabor Juhos2012-04-2311-0/+139
| | | | | | Patch-by: Lebedev Dmitry <lebedev@trendnet.ru> SVN-Revision: 31451
* ramips: rt305x: add support for the Asus WL-330N3G boardGabor Juhos2012-04-2310-1/+119
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for the ASUS WL-330N3G Comparing to the WL-330N, It have 32MB ram, usb support and a bicolor led. The bi-color led is driven by 2 gpio. I don't know how to handle this, so I simply made 2 leds : one red, one blue. But the red light takes precedence over the blue one according to the chart below. r = led is red b = led is blue 0 = led is off xy= x->r for red, b for blue led, y->value of brightness in /sys/class/leds/x/brughtness initial state action led gpio state r0 b0 r0->r1 r r0 b0 r0 b0 b0->b1 b r0 b1 r1 b0 r1->r0 0 r0 b0 r1 b0 b0->b1 r r1 *b1* r1 b1 r1->r0 b r0 b1 r1 b1 b1->b0 r r1 b0 r0 b1 r0->r1 r r1 *b1* r0 b1 b1->b0 0 r0 r0 Signed-off-by: Frédéric Leroy <fredo@starox.org> SVN-Revision: 31450
* switch to 3.3Florian Fainelli2012-04-231-1/+1
| | | | SVN-Revision: 31448
* add support for 3.3Florian Fainelli2012-04-231-0/+14
| | | | SVN-Revision: 31447
* switch to 3.3.2Florian Fainelli2012-04-231-1/+1
| | | | SVN-Revision: 31446
* add 3.3 supportFlorian Fainelli2012-04-233-0/+18
| | | | SVN-Revision: 31445
* Adding wifi eeprom extract for ARV752DPW - Easybox 802John Crispin2012-04-231-1/+1
| | | | | | Signed-off-by: Christian Rustmeier <rustmeier a.t. gmail dotty com> SVN-Revision: 31443
* ar8216: enable forwarding of multicast frames to the cpu port on ar8327 ↵Felix Fietkau2012-04-221-0/+1
| | | | | | (thx, SeG) SVN-Revision: 31441
* flexibity: Cleanup the subtarget configClaudio Mignanti2012-04-221-729/+1
| | | | SVN-Revision: 31440
* tqma9263: update board definition for 3.x series and fix config chooseClaudio Mignanti2012-04-223-18/+7
| | | | SVN-Revision: 31436
* Remove old netus board definitionClaudio Mignanti2012-04-221-242/+0
| | | | SVN-Revision: 31435
* ep93xx: remove 2.6.39 supportGabor Juhos2012-04-225-1587/+0
| | | | SVN-Revision: 31434
* amazon: remove 2.6.3{0,2} supportGabor Juhos2012-04-2218-718/+0
| | | | SVN-Revision: 31433
* omap24xx: remove 2.6.38 supportGabor Juhos2012-04-2132-12106/+0
| | | | SVN-Revision: 31426
* xburst: remove 2.6.36 supportGabor Juhos2012-04-2125-19190/+0
| | | | SVN-Revision: 31422
* malta: remove 2.6.39 and 3.0 supportGabor Juhos2012-04-212-321/+0
| | | | SVN-Revision: 31421
* mpc83xx: remove 2.6.32 supportGabor Juhos2012-04-217-2665/+0
| | | | SVN-Revision: 31420
* octeon: remove 2.6.30 supportGabor Juhos2012-04-2121-64036/+0
| | | | SVN-Revision: 31419
* cns3xxx: remove 2.6.31 supportGabor Juhos2012-04-2112-57263/+0
| | | | SVN-Revision: 31418
* au1000: remove 2.6.39 supportGabor Juhos2012-04-215-338/+0
| | | | SVN-Revision: 31416
* x86: remove 2.6.32 supportGabor Juhos2012-04-214-502/+0
| | | | SVN-Revision: 31415
* ixp4xx: remove 2.6.3{2,8} and 3.0 supportGabor Juhos2012-04-21124-19156/+0
| | | | SVN-Revision: 31414
* linux/2.6.31: R.I.P.Gabor Juhos2012-04-21116-52147/+0
| | | | SVN-Revision: 31412
* linux/2.6.30: R.I.P.Gabor Juhos2012-04-21123-53125/+0
| | | | SVN-Revision: 31411
* linux: add broken flag to targets which are using 2.6.30Gabor Juhos2012-04-215-5/+5
| | | | SVN-Revision: 31410
* linux/3.3: nuke the gpio_buttons patchGabor Juhos2012-04-211-30/+0
| | | | | | It is superseded by the in-kernel gpio-keys-polled driver. SVN-Revision: 31409
* mpc52xx: nuke 3.2 configGabor Juhos2012-04-211-277/+0
| | | | SVN-Revision: 31408
* mpc52xx: switch to 3.3.2Gabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31407
* mpc52xx: add kernel config for 3.3Gabor Juhos2012-04-211-0/+279
| | | | SVN-Revision: 31406
* ramips: nuke 3.2 suportGabor Juhos2012-04-2116-800/+0
| | | | SVN-Revision: 31405
* ramips: switch to 3.3.2Gabor Juhos2012-04-211-1/+1
| | | | SVN-Revision: 31404