summaryrefslogtreecommitdiff
path: root/target
Commit message (Collapse)AuthorAgeFilesLines
* switch to 2.6.23.9Gabor Juhos2007-11-291-1/+1
| | | | SVN-Revision: 9629
* add support for the PCEngines AlixTravis Kemen2007-11-282-1/+17
| | | | SVN-Revision: 9611
* add txpower patches and add uci configuration file From: Vasilis T. (aka ↵Travis Kemen2007-11-281-0/+160
| | | | | | Acinonyx) SVN-Revision: 9610
* ps3: use readable video mode descriptions in readmeFelix Fietkau2007-11-282-5/+8
| | | | | | | | | The ps3 video modes can be specified as readable names (eg "720p"), so use those instead. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9605
* ps3: build-in ps3 system managerFelix Fietkau2007-11-281-3/+3
| | | | | | | | | This changes the ps3 kernel config to build-in the System Manager module, which is required for proper shutdown and reboot. Signed-off-by: Jeremy Kerr <jk@ozlabs.org> SVN-Revision: 9604
* add Edimax BR-61x4WG board support to the LED driver, thanks to scream_ ↵Gabor Juhos2007-11-261-0/+16
| | | | | | (closes: #2756) SVN-Revision: 9600
* more USB driver fixes, now it passes usbtests 1-14Gabor Juhos2007-11-262-9/+30
| | | | SVN-Revision: 9599
* work around kernel config issues with sound modulesFelix Fietkau2007-11-251-0/+13
| | | | SVN-Revision: 9598
* fix USB driver to compile with ADMH_VERBOSE_DEBUG definedGabor Juhos2007-11-233-36/+34
| | | | SVN-Revision: 9593
* USB driver updates, the driver passes usbtests 1-10 nowGabor Juhos2007-11-236-452/+948
| | | | SVN-Revision: 9592
* disable INITRAMFS_EXTRA_FILES, in initramfs it cause errorsGabor Juhos2007-11-231-0/+1
| | | | SVN-Revision: 9591
* Fix build on non-SMP machines of the remote GDB debugging (#2666)Florian Fainelli2007-11-161-0/+20
| | | | SVN-Revision: 9571
* Fix tx stats (#2705)Florian Fainelli2007-11-161-0/+1
| | | | SVN-Revision: 9570
* fix wl-700gE ide init (patch by biblbroks, fixes #2686)Felix Fietkau2007-11-161-0/+32
| | | | SVN-Revision: 9560
* add lzma compressed initramfs for bcm947xxFelix Fietkau2007-11-161-0/+121
| | | | SVN-Revision: 9559
* add missing config symbols for ide on broadcom 4780Felix Fietkau2007-11-161-0/+2
| | | | SVN-Revision: 9558
* fix initramfs imagesFelix Fietkau2007-11-161-1/+9
| | | | SVN-Revision: 9557
* create broadcom initramfs images and move the lzma decompressor area a bit ↵Felix Fietkau2007-11-162-1/+5
| | | | | | further SVN-Revision: 9556
* more USB driver changesGabor Juhos2007-11-155-215/+142
| | | | SVN-Revision: 9550
* fix the image builderFelix Fietkau2007-11-142-70/+64
| | | | SVN-Revision: 9549
* Add bcm5354 fixes from #2611Florian Fainelli2007-11-132-0/+78
| | | | SVN-Revision: 9547
* make build of the images a bit quietGabor Juhos2007-11-121-2/+2
| | | | SVN-Revision: 9544
* USB driver cleanups, no it is still not finishedGabor Juhos2007-11-124-161/+9
| | | | SVN-Revision: 9543
* fix an unbalanced spinlock issueGabor Juhos2007-11-111-1/+1
| | | | SVN-Revision: 9540
* add b43 fixes from #2677Felix Fietkau2007-11-112-0/+128
| | | | SVN-Revision: 9535
* make the image filenames a bit shorterFelix Fietkau2007-11-1021-86/+86
| | | | SVN-Revision: 9533
* more USB driver fixes [http://openwrt.pastebin.ca/768610 bootlog :)]Gabor Juhos2007-11-106-156/+223
| | | | SVN-Revision: 9530
* disable pci ide irq sharing by default - probably causes issues on alix ↵Felix Fietkau2007-11-101-1/+1
| | | | | | (unconfirmed) SVN-Revision: 9527
* update wrt54g3g pattern version, add wrt54g3g-em pattern (#2663)Felix Fietkau2007-11-101-1/+2
| | | | SVN-Revision: 9523
* USB driver fixesGabor Juhos2007-11-087-556/+477
| | | | SVN-Revision: 9513
* move a few config options to the generic templates to avoid kernel config ↵Felix Fietkau2007-11-073-13/+25
| | | | | | questions SVN-Revision: 9510
* add usb drivers to the Compex NP28G's profile, thanks to kennyGabor Juhos2007-11-041-1/+1
| | | | SVN-Revision: 9501
* disable unsupported boards in the LED driver by defaultGabor Juhos2007-11-043-3/+3
| | | | SVN-Revision: 9500
* only use trxsplit on NOR flash devicesGabor Juhos2007-11-041-0/+6
| | | | SVN-Revision: 9497
* fix flash driver fixes, call request_mem_region/ioremap_nocache with the ↵Gabor Juhos2007-11-041-2/+3
| | | | | | correct arguments SVN-Revision: 9496
* fix missing CONFIG_USB_BLUETOOTH issueJens Muecke2007-11-031-0/+1
| | | | SVN-Revision: 9494
* RB153 must use the generic RB1xx's setup codeGabor Juhos2007-11-031-1/+1
| | | | SVN-Revision: 9491
* image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵Gabor Juhos2007-11-033-13/+49
| | | | | | align parameter instead of a fixed size * Edimax images contains the jffs2 end-of-filesystem marker at the right position from now on SVN-Revision: 9490
* generate valid image for the BR-6104KP's web-interface (closes: 2641)Gabor Juhos2007-11-021-3/+18
| | | | SVN-Revision: 9485
* add default option for the OTi-6858 USB serial device (closes #2631)Gabor Juhos2007-11-021-0/+1
| | | | SVN-Revision: 9484
* fix USB driver to compile even if USB_DEBUG is disabledGabor Juhos2007-11-021-2/+4
| | | | SVN-Revision: 9483
* Fix typoFlorian Fainelli2007-11-021-1/+1
| | | | SVN-Revision: 9482
* cleanup USB driver, it's still experimentalGabor Juhos2007-11-015-767/+604
| | | | SVN-Revision: 9480
* CF driver cleanupFlorian Fainelli2007-11-013-10/+32
| | | | SVN-Revision: 9473
* Update S100 profile (#2587)Florian Fainelli2007-10-291-1/+2
| | | | SVN-Revision: 9459
* Resync kernel config, put back yellow led registration (#2607)Florian Fainelli2007-10-292-2/+8
| | | | SVN-Revision: 9458
* Initial OLPC targetJens Muecke2007-10-2814-0/+19750
| | | | SVN-Revision: 9457
* fixed typo in generic squashfs split patch ... shame on you :)John Crispin2007-10-271-1/+1
| | | | SVN-Revision: 9455
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-262-9/+5
| | | | | | (closes: #2549) SVN-Revision: 9450
* add feature flag for display support. will be used as dependency for x.orgFelix Fietkau2007-10-251-0/+3
| | | | SVN-Revision: 9448