Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |