summaryrefslogtreecommitdiffstats
path: root/target/linux/adm5120/image
Commit message (Collapse)AuthorAgeFilesLines
* targets: fix remaining targets for initramfs buildsFlorian Fainelli2013-06-281-2/+2
| | | | | | | | Fix some bugs that slipped through while making initramfs non exclusive. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37079
* targets: prepare for supporting normal and initramfs imagesFlorian Fainelli2013-06-271-8/+4
| | | | | | | | | | | | In order to support both normal images and initramfs, ensure that each target sets KERNELNAME properly so that the generic kernel building code can copy the corresponding files over $(KDIR) with the appropriate extension. Update the various paths to the kernel and wrapper images from $(LINUX_DIR)/arch/$(ARCH)/boot/$(foo) to $(KDIR)/$(foo). Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 37049
* adm5120: create a new subtarget for the RB1xx devicesGabor Juhos2012-04-292-20/+24
| | | | SVN-Revision: 31513
* linux/adm5120: generate non-initramfs kernel images tooAlexandros C. Couloumbis2011-04-141-0/+20
| | | | SVN-Revision: 26657
* add support for generic eb214a, thanks cezary (#7027)Florian Fainelli2010-07-181-0/+9
| | | | SVN-Revision: 22275
* target/adm5120: fix image building after r20834Nicolas Thill2010-04-141-0/+4
| | | | SVN-Revision: 20855
* define a shared IMG_PREFIX variable used as a basename for image files, it ↵Nicolas Thill2010-04-121-7/+2
| | | | | | contains board & subtarget infos (if appropriate) allowing subtargets to share the same bin directory without overwriting each other's files SVN-Revision: 20834
* build firmware image for the 5GXi boardGabor Juhos2009-06-251-1/+40
| | | | SVN-Revision: 16558
* add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board)Gabor Juhos2009-06-251-0/+7
| | | | SVN-Revision: 16555
* make kernels use /etc/preinit by defaultImre Kaloz2009-05-141-1/+1
| | | | SVN-Revision: 15840
* build firmware image for the NFS-101U/101WU devices by defaultGabor Juhos2009-04-261-2/+3
| | | | SVN-Revision: 15416
* get rid of $Id$ - it has never helped us and it has broken too many patches ;)Felix Fietkau2009-04-172-2/+0
| | | | SVN-Revision: 15242
* fix a typo in the image generation makefile (closes #4624)Gabor Juhos2009-02-141-1/+1
| | | | SVN-Revision: 14511
* build firmware image for the CR-NSADP boardGabor Juhos2009-01-261-0/+1
| | | | SVN-Revision: 14200
* experimental support for the Motorola MU GatewayGabor Juhos2008-09-234-7/+34
| | | | SVN-Revision: 12662
* generate images for the EASY 5120P-ATA boardGabor Juhos2008-08-271-0/+5
| | | | SVN-Revision: 12405
* generate firmware images for the ZyXEL P-334WT/P-335WT devicesGabor Juhos2008-06-221-0/+17
| | | | SVN-Revision: 11562
* 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