summaryrefslogtreecommitdiffstats
path: root/target/linux/rb532
Commit message (Collapse)AuthorAgeFilesLines
* Fix tx stats (#2705)Florian Fainelli2007-11-161-0/+1
| | | | SVN-Revision: 9570
* make the image filenames a bit shorterFelix Fietkau2007-11-101-3/+3
| | | | SVN-Revision: 9533
* Resync kernel config, put back yellow led registration (#2607)Florian Fainelli2007-10-292-2/+8
| | | | SVN-Revision: 9458
* Remove the old rbmipsnand driver, we now use the plat_nand driverFlorian Fainelli2007-10-082-248/+0
| | | | SVN-Revision: 9188
* Clean up the prom code / board detection (thanks Gabor), fix some warningsFlorian Fainelli2007-10-055-26/+48
| | | | SVN-Revision: 9136
* Finally fix the rb500 boot (#2436)Florian Fainelli2007-10-052-14/+14
| | | | SVN-Revision: 9133
* Fix board_type allocation (again)Florian Fainelli2007-09-291-1/+1
| | | | SVN-Revision: 9074
* Fix board type allocationFlorian Fainelli2007-09-291-0/+1
| | | | SVN-Revision: 9071
* get rid of per-profile base-filesGabor Juhos2007-09-294-0/+0
| | | | SVN-Revision: 9069
* Use the generic NAND driverFlorian Fainelli2007-09-272-75/+134
| | | | SVN-Revision: 9049
* prom_free_memory should be __initFlorian Fainelli2007-09-241-2/+2
| | | | SVN-Revision: 9011
* Fix rb535 revision 5 detectionFlorian Fainelli2007-09-242-4/+4
| | | | SVN-Revision: 9008
* clean up jffs2 config optionsFelix Fietkau2007-09-191-1/+0
| | | | SVN-Revision: 8848
* adapt profiles for subtarget changesFelix Fietkau2007-09-081-3/+0
| | | | SVN-Revision: 8695
* major target cleanup. it is now possible to have subtargets that can ↵Felix Fietkau2007-09-082-2/+2
| | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0648-0/+6857
(the -2.4 will be included in the board name here). CONFIG_LINUX_<ver>_<board> becomes CONFIG_TARGET_<board>, same for profiles. SVN-Revision: 8653