aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120-2.6
Commit message (Collapse)AuthorAgeFilesLines
* Fix some HCD driver warningsFlorian Fainelli2007-05-071-7/+1
| | | | SVN-Revision: 7120
* Cosmetic fixes for the ADM5120 description, both have pci and usbFlorian Fainelli2007-05-061-4/+4
| | | | SVN-Revision: 7104
* Updated support for Zynos/adm5120eb boards, thanks GaborFlorian Fainelli2007-04-272-30/+100
| | | | SVN-Revision: 7061
* Revert config change for adm5120, messed up things with symlinksFlorian Fainelli2007-04-231-2/+2
| | | | SVN-Revision: 7037
* The kernel should be compiled big-endianFlorian Fainelli2007-04-221-2/+2
| | | | SVN-Revision: 7032
* Move NAND driver from rb1xx to adm5120, rbmipsnand fixed by David ↵Florian Fainelli2007-04-173-2/+158
| | | | | | Goodenough, thanks ! SVN-Revision: 6991
* Re-enable PCI subsystem :)Florian Fainelli2007-04-171-1/+1
| | | | SVN-Revision: 6983
* Forgot that includesFlorian Fainelli2007-04-162-0/+161
| | | | SVN-Revision: 6967
* Fresh fixes from Gabor Juhos : detects RouterBoot, Bootbase, improve board ↵Florian Fainelli2007-04-1610-208/+694
| | | | | | specification SVN-Revision: 6963
* Enable bluetooth modules (#1529)Florian Fainelli2007-04-081-4/+0
| | | | SVN-Revision: 6901
* Rename mipsIRQ.S to int-handler to match the kernel naming convention, ↵Florian Fainelli2007-04-085-53/+136
| | | | | | implement basic board detection, rewrite usb HCD driver (to be tested) SVN-Revision: 6893
* Add the infrastructure to support different flash sizes/addressFlorian Fainelli2007-04-031-2/+4
| | | | SVN-Revision: 6855
* Use CONFIG_CMDLINE instead of hardcoded kernel command lineFlorian Fainelli2007-04-031-1/+1
| | | | SVN-Revision: 6852
* Remove useless mksyshdr utility, replaced by mkcsysimg, Edimax images are no ↵Florian Fainelli2007-04-031-1/+0
| | | | | | longer broken, and have been tested SVN-Revision: 6847
* Add the infrastructure to detect RouterBOOT and use USBFlorian Fainelli2007-04-022-3/+22
| | | | SVN-Revision: 6844
* Generate images for edimax devices (Gabor Juhos)Florian Fainelli2007-04-021-5/+26
| | | | SVN-Revision: 6842
* Entry point is now configurable via a Makefile variable. Entry point is ↵Florian Fainelli2007-04-026-94/+113
| | | | | | detected automatically (Gabor Juhos) SVN-Revision: 6841
* Add a TI profileFlorian Fainelli2007-04-021-0/+17
| | | | SVN-Revision: 6824
* Another more complete config changeFlorian Fainelli2007-04-021-45/+3
| | | | SVN-Revision: 6823
* Enable squashfs for adm5120 as wellFlorian Fainelli2007-04-021-1/+1
| | | | SVN-Revision: 6821
* Config is now more complete : firewalling, filesystems ...Florian Fainelli2007-04-021-94/+36
| | | | SVN-Revision: 6820
* Fixes from Compex to make OpenWrt run on WP54AG, thanks !Florian Fainelli2007-04-024-7/+103
| | | | SVN-Revision: 6817
* Small changes in the kernel configFlorian Fainelli2007-04-011-8/+4
| | | | SVN-Revision: 6803
* Enable MTD_BLOCKFlorian Fainelli2007-04-011-2/+1
| | | | SVN-Revision: 6801
* Cleanup system code and use definitionsFlorian Fainelli2007-03-293-48/+29
| | | | SVN-Revision: 6760
* Add definitions, add settings detection for SoCsFlorian Fainelli2007-03-294-15/+230
| | | | SVN-Revision: 6759
* Fix myloader partition table parserFlorian Fainelli2007-03-291-2/+2
| | | | SVN-Revision: 6757
* Fix warningFlorian Fainelli2007-03-291-2/+2
| | | | SVN-Revision: 6756
* Should fix edimax generationFlorian Fainelli2007-03-291-1/+1
| | | | SVN-Revision: 6752
* Fix the irq requestFlorian Fainelli2007-03-281-1/+1
| | | | SVN-Revision: 6748
* Fix warningsFlorian Fainelli2007-03-281-2/+2
| | | | SVN-Revision: 6742
* Enable kmod-sched for adm5120Florian Fainelli2007-03-281-24/+2
| | | | SVN-Revision: 6739
* Use myloader parser in the adm5120 mtd driver. Do not use EXPORT_SYMBOL in ↵Florian Fainelli2007-03-282-64/+77
| | | | | | myloader parser SVN-Revision: 6737
* Add myloader partition table parserFlorian Fainelli2007-03-283-4/+217
| | | | SVN-Revision: 6736
* clean up nfsd kernel config entries (#1523)Felix Fietkau2007-03-271-5/+0
| | | | SVN-Revision: 6731
* Fix edimax image generationFlorian Fainelli2007-03-261-2/+3
| | | | SVN-Revision: 6722
* Also forgot adding the adm5120_info fileFlorian Fainelli2007-03-261-0/+121
| | | | SVN-Revision: 6719
* Forgot adding infos headerFlorian Fainelli2007-03-261-0/+52
| | | | SVN-Revision: 6715
* Rewrite of the bootloader runtime detection (Gabor Juhos)Florian Fainelli2007-03-264-46/+10
| | | | SVN-Revision: 6713
* Add myloader definitionsFlorian Fainelli2007-03-262-1/+169
| | | | SVN-Revision: 6712
* Preserve fw_arg0-3 to allow runtime bootloader detection (Gabor Juhos)Florian Fainelli2007-03-262-18/+37
| | | | SVN-Revision: 6711
* Forgot to define what CFE isFlorian Fainelli2007-03-241-0/+1
| | | | SVN-Revision: 6685
* Typo fixFlorian Fainelli2007-03-241-1/+1
| | | | SVN-Revision: 6684
* Do not register more than 2 ethernet porst for CFE based devices (i.e : ↵Florian Fainelli2007-03-243-2/+13
| | | | | | Compex WP54G-wrt) SVN-Revision: 6683
* Add CFE runtime detectionFlorian Fainelli2007-03-221-0/+34
| | | | SVN-Revision: 6641
* Add firmware generation for other Compex boards based on myloader, thanks to ↵Florian Fainelli2007-03-221-1/+19
| | | | | | Juhos Gabor ! SVN-Revision: 6640
* Also add squashfs to the possible filesystems to be mountedFlorian Fainelli2007-03-211-1/+1
| | | | SVN-Revision: 6634
* Remove usb support for the momentFlorian Fainelli2007-03-211-19/+1
| | | | SVN-Revision: 6633
* Include profilesFlorian Fainelli2007-03-211-1/+3
| | | | SVN-Revision: 6631
* Enable profiles for adm5120Florian Fainelli2007-03-212-0/+34
| | | | SVN-Revision: 6629