Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Prevent more gzip timestamps | John Crispin | 2015-07-14 | 1 | -1/+1 |
| | | | | | | | | | To improve reproducibility, prevent the inclusion of timestamps in the gzip header. Signed-off-by: Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 46361 | ||||
* | targets: fix remaining targets for initramfs builds | Florian Fainelli | 2013-06-28 | 1 | -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 images | Florian Fainelli | 2013-06-27 | 1 | -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 devices | Gabor Juhos | 2012-04-29 | 2 | -20/+24 |
| | | | | SVN-Revision: 31513 | ||||
* | linux/adm5120: generate non-initramfs kernel images too | Alexandros C. Couloumbis | 2011-04-14 | 1 | -0/+20 |
| | | | | SVN-Revision: 26657 | ||||
* | add support for generic eb214a, thanks cezary (#7027) | Florian Fainelli | 2010-07-18 | 1 | -0/+9 |
| | | | | SVN-Revision: 22275 | ||||
* | target/adm5120: fix image building after r20834 | Nicolas Thill | 2010-04-14 | 1 | -0/+4 |
| | | | | SVN-Revision: 20855 | ||||
* | define a shared IMG_PREFIX variable used as a basename for image files, it ↵ | Nicolas Thill | 2010-04-12 | 1 | -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 board | Gabor Juhos | 2009-06-25 | 1 | -1/+40 |
| | | | | SVN-Revision: 16558 | ||||
* | add support for the OSBRiDGE 5GXi/5XLi (thanks to Mattia Aracne for the board) | Gabor Juhos | 2009-06-25 | 1 | -0/+7 |
| | | | | SVN-Revision: 16555 | ||||
* | make kernels use /etc/preinit by default | Imre Kaloz | 2009-05-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 15840 | ||||
* | build firmware image for the NFS-101U/101WU devices by default | Gabor Juhos | 2009-04-26 | 1 | -2/+3 |
| | | | | SVN-Revision: 15416 | ||||
* | get rid of $Id$ - it has never helped us and it has broken too many patches ;) | Felix Fietkau | 2009-04-17 | 2 | -2/+0 |
| | | | | SVN-Revision: 15242 | ||||
* | fix a typo in the image generation makefile (closes #4624) | Gabor Juhos | 2009-02-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 14511 | ||||
* | build firmware image for the CR-NSADP board | Gabor Juhos | 2009-01-26 | 1 | -0/+1 |
| | | | | SVN-Revision: 14200 | ||||
* | experimental support for the Motorola MU Gateway | Gabor Juhos | 2008-09-23 | 4 | -7/+34 |
| | | | | SVN-Revision: 12662 | ||||
* | generate images for the EASY 5120P-ATA board | Gabor Juhos | 2008-08-27 | 1 | -0/+5 |
| | | | | SVN-Revision: 12405 | ||||
* | generate firmware images for the ZyXEL P-334WT/P-335WT devices | Gabor Juhos | 2008-06-22 | 1 | -0/+17 |
| | | | | SVN-Revision: 11562 | ||||
* | fix Cellvision images | Gabor Juhos | 2008-04-05 | 2 | -17/+21 |
| | | | | SVN-Revision: 10735 | ||||
* | fix ZyXEL initramfs images | Gabor Juhos | 2008-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 10717 | ||||
* | generate images for the Infineon EASY 5120-RT boards | Gabor Juhos | 2008-03-28 | 1 | -0/+5 |
| | | | | SVN-Revision: 10682 | ||||
* | lzma-loader: fix compiler warnings | Gabor Juhos | 2008-01-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 10321 | ||||
* | image generation cleanups * make image generation makefiles simpler * remove ↵ | Gabor Juhos | 2008-01-29 | 2 | -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 devices | Gabor Juhos | 2008-01-14 | 1 | -1/+155 |
| | | | | SVN-Revision: 10193 | ||||
* | Add support for Conceptronic C54BSR4 | Florian Fainelli | 2007-12-28 | 1 | -0/+24 |
| | | | | SVN-Revision: 10002 | ||||
* | update LZMA code | Gabor Juhos | 2007-12-14 | 5 | -215/+272 |
| | | | | SVN-Revision: 9756 | ||||
* | make build of the images a bit quiet | Gabor Juhos | 2007-11-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 9544 | ||||
* | make the image filenames a bit shorter | Felix Fietkau | 2007-11-10 | 1 | -2/+2 |
| | | | | SVN-Revision: 9533 | ||||
* | image generation fixes (closes: #2643, #2644) * rewrite mkcsysimg to use an ↵ | Gabor Juhos | 2007-11-03 | 2 | -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 Juhos | 2007-11-02 | 1 | -3/+18 |
| | | | | SVN-Revision: 9485 | ||||
* | reduce wasted flash space by ~56K on Edimax devices, thanks to Bernhard Held ↵ | Gabor Juhos | 2007-10-26 | 1 | -2/+3 |
| | | | | | | (closes: #2549) SVN-Revision: 9450 | ||||
* | add ids for Edimax BR-6104Wg boards | Gabor Juhos | 2007-10-18 | 2 | -0/+21 |
| | | | | SVN-Revision: 9342 | ||||
* | Edimax BR-6104K/KP specific fixes * add profile for Edimax BR-6104KP which ↵ | Gabor Juhos | 2007-10-05 | 1 | -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 names | Gabor Juhos | 2007-10-05 | 2 | -47/+47 |
| | | | | SVN-Revision: 9132 | ||||
* | make image names shorten | Gabor Juhos | 2007-10-02 | 2 | -7/+8 |
| | | | | SVN-Revision: 9089 | ||||
* | use prepare_generic_squashfs in image generation, thanks ffrrrr | Gabor Juhos | 2007-09-21 | 1 | -2/+8 |
| | | | | SVN-Revision: 8922 | ||||
* | 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 | 3 | -131/+448 |
| | | | | SVN-Revision: 8755 | ||||
* | strip the kernel version suffix from target directories, except for brcm-2.4 ↵ | Felix Fietkau | 2007-09-06 | 14 | -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 |