Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make morse LED trigger available for all platforms | Gabor Juhos | 2007-09-28 | 4 | -315/+0 |
| | | | | SVN-Revision: 9055 | ||||
* | morse LED trigger cleanups | Gabor Juhos | 2007-09-28 | 1 | -20/+30 |
| | | | | SVN-Revision: 9054 | ||||
* | add morse LED trigger, will be used for diagnostic, update kernel config | Gabor Juhos | 2007-09-28 | 4 | -8/+310 |
| | | | | SVN-Revision: 9053 | ||||
* | add initial diagnostic support | Gabor Juhos | 2007-09-27 | 2 | -0/+98 |
| | | | | SVN-Revision: 9048 | ||||
* | fix mach_type for the WP54G-WRT board | Gabor Juhos | 2007-09-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 9040 | ||||
* | add missing PCI irq map for the RouterBOARD 133 (closes #2431) | Gabor Juhos | 2007-09-26 | 1 | -0/+2 |
| | | | | SVN-Revision: 9039 | ||||
* | remove unused PCI externs | Gabor Juhos | 2007-09-25 | 1 | -3/+0 |
| | | | | SVN-Revision: 9017 | ||||
* | fix initcall level of adm5120_board_setup() | Gabor Juhos | 2007-09-25 | 1 | -1/+1 |
| | | | | SVN-Revision: 9016 | ||||
* | move pci_irq_map definitions into the board specific files | Gabor Juhos | 2007-09-24 | 12 | -113/+112 |
| | | | | SVN-Revision: 9009 | ||||
* | move crypto support to a seperate crypto.mk file, split modules into ↵ | Nicolas Thill | 2007-09-23 | 2 | -2/+0 |
| | | | | | | multiple packages and adjust dependencies, sync crypto options in kconfigs. SVN-Revision: 8980 | ||||
* | fix a copy-paste error | Gabor Juhos | 2007-09-23 | 1 | -1/+1 |
| | | | | SVN-Revision: 8979 | ||||
* | add preliminary support for the Mikrotik RouterBOARD 192 | Gabor Juhos | 2007-09-23 | 3 | -2/+20 |
| | | | | SVN-Revision: 8978 | ||||
* | fix ethernet vlan matrix of the NP28G board (closes: #2387) | Gabor Juhos | 2007-09-23 | 1 | -3/+1 |
| | | | | SVN-Revision: 8977 | ||||
* | rename NAND driver | Gabor Juhos | 2007-09-21 | 3 | -7/+11 |
| | | | | SVN-Revision: 8932 | ||||
* | use prepare_generic_squashfs in image generation, thanks ffrrrr | Gabor Juhos | 2007-09-21 | 1 | -2/+8 |
| | | | | SVN-Revision: 8922 | ||||
* | checkin a new, experimental USB driver | Gabor Juhos | 2007-09-21 | 16 | -883/+4282 |
| | | | | SVN-Revision: 8905 | ||||
* | fix description of Kconfig option for the Macronix flash chips boot-location ↵ | Gabor Juhos | 2007-09-21 | 1 | -1/+1 |
| | | | | | | fixup SVN-Revision: 8904 | ||||
* | clean up jffs2 config options | Gabor Juhos | 2007-09-21 | 2 | -12/+0 |
| | | | | SVN-Revision: 8903 | ||||
* | build IPsec transports as modules, rename kmod-ipip to kmod-iptunnel4 and ↵ | Nicolas Thill | 2007-09-20 | 2 | -6/+0 |
| | | | | | | add kmod-iptunnel6. SVN-Revision: 8862 | ||||
* | rename packages dependecies missed from [8806] | Nicolas Thill | 2007-09-16 | 1 | -2/+2 |
| | | | | SVN-Revision: 8813 | ||||
* | image generation fixes, thanks to <berny156 at gmx.de> (#2379) | Gabor Juhos | 2007-09-13 | 2 | -8/+8 |
| | | | | SVN-Revision: 8771 | ||||
* | rewrite image generation | Gabor Juhos | 2007-09-11 | 19 | -293/+588 |
| | | | | SVN-Revision: 8755 | ||||
* | fix memory size detection (#2244) | Gabor Juhos | 2007-09-10 | 2 | -7/+11 |
| | | | | SVN-Revision: 8728 | ||||
* | use the global register access macros in the flash driver | Gabor Juhos | 2007-09-09 | 1 | -14/+13 |
| | | | | SVN-Revision: 8707 | ||||
* | remove volatile derefs | Gabor Juhos | 2007-09-09 | 1 | -5/+8 |
| | | | | SVN-Revision: 8706 | ||||
* | cleanup memory detection code, fix #2244 | Gabor Juhos | 2007-09-09 | 2 | -47/+32 |
| | | | | SVN-Revision: 8705 | ||||
* | define more SWITCH/MPMC constants | Gabor Juhos | 2007-09-09 | 2 | -40/+177 |
| | | | | SVN-Revision: 8704 | ||||
* | remove redundant EXTRA_AFLAGS | Gabor Juhos | 2007-09-09 | 1 | -2/+0 |
| | | | | SVN-Revision: 8703 | ||||
* | cleanup IRQ code | Gabor Juhos | 2007-09-09 | 1 | -42/+23 |
| | | | | SVN-Revision: 8701 | ||||
* | cleanup PCI code | Gabor Juhos | 2007-09-09 | 4 | -333/+284 |
| | | | | SVN-Revision: 8700 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 18 | -14/+435 |
| | | | | | | 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 Fietkau | 2007-09-06 | 96 | -0/+12973 |
(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 |