aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image
Commit message (Collapse)AuthorAgeFilesLines
* fix Cellvision imagesGabor Juhos2008-04-052-17/+21
| | | | SVN-Revision: 10735
* fix ZyXEL initramfs imagesGabor Juhos2008-04-031-1/+1
| | | | SVN-Revision: 10717
* generate images for the Infineon EASY 5120-RT boardsGabor Juhos2008-03-281-0/+5
| | | | SVN-Revision: 10682
* lzma-loader: fix compiler warningsGabor Juhos2008-01-301-2/+2
| | | | SVN-Revision: 10321
* image generation cleanups * make image generation makefiles simpler * remove ↵Gabor Juhos2008-01-292-423/+159
| | | | | | unused profiles * generate images for the Cellvision CAS-xxx/NFS-xxx devices SVN-Revision: 10309
* generate firmware images for the CAS-700/771/790/861 devicesGabor Juhos2008-01-141-1/+155
| | | | SVN-Revision: 10193
* Add support for Conceptronic C54BSR4Florian Fainelli2007-12-281-0/+24
| | | | SVN-Revision: 10002
* update LZMA codeGabor Juhos2007-12-145-215/+272
| | | | SVN-Revision: 9756
* make build of the images a bit quietGabor Juhos2007-11-121-2/+2
| | | | SVN-Revision: 9544
* make the image filenames a bit shorterFelix Fietkau2007-11-101-2/+2
| | | | SVN-Revision: 9533
* image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵Gabor Juhos2007-11-032-12/+39
| | | | | | 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
* reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵Gabor Juhos2007-10-261-2/+3
| | | | | | (closes: #2549) SVN-Revision: 9450
* add ids for Edimax BR-6104Wg boardsGabor Juhos2007-10-182-0/+21
| | | | SVN-Revision: 9342
* Edimax BR-6104K/KP specific fixes * add profile for Edimax BR-6104KP which ↵Gabor Juhos2007-10-051-5/+9
| | | | | | contains the experimental USB driver by default * generate CSYS style images which are uploadable via ADMBoot/TFTPBoot (saves 64KB of space) * update kernel configuration SVN-Revision: 9141
* remove dashes from profile namesGabor Juhos2007-10-052-47/+47
| | | | SVN-Revision: 9132
* make image names shortenGabor Juhos2007-10-022-7/+8
| | | | SVN-Revision: 9089
* use prepare_generic_squashfs in image generation, thanks ffrrrrGabor Juhos2007-09-211-2/+8
| | | | SVN-Revision: 8922
* image generation fixes, thanks to <berny156 at gmx.de> (#2379)Gabor Juhos2007-09-132-8/+8
| | | | SVN-Revision: 8771
* rewrite image generationGabor Juhos2007-09-113-131/+448
| | | | SVN-Revision: 8755
* strip the kernel version suffix from target directories, except for brcm-2.4 ↵Felix Fietkau2007-09-0614-0/+2343
(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