Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | generate md5 checksums of generated firware images. closes #4003 - checksums ↵ | Andy Boyett | 2008-10-07 | 1 | -0/+9 |
| | | | | | | located in bin/md5sums - integrity can be verified using md5sum -c SVN-Revision: 12889 | ||||
* | rework parallel building to get rid of some warnings and add back support ↵ | Felix Fietkau | 2008-08-16 | 1 | -0/+1 |
| | | | | | | for parallelizing the kernel build fixes #3882 SVN-Revision: 12322 | ||||
* | strip kernel version from image names | Gabor Juhos | 2008-06-07 | 1 | -3/+3 |
| | | | | SVN-Revision: 11398 | ||||
* | fix generation of cpio.gz images | Gabor Juhos | 2008-01-29 | 1 | -6/+6 |
| | | | | SVN-Revision: 10310 | ||||
* | add cpio.gz support (patch from #2595) | Felix Fietkau | 2007-12-28 | 1 | -0/+8 |
| | | | | SVN-Revision: 9986 | ||||
* | remove whitespaces | John Crispin | 2007-10-18 | 1 | -5/+5 |
| | | | | SVN-Revision: 9354 | ||||
* | added generation of x86 livecds, from #2391 | John Crispin | 2007-10-08 | 1 | -0/+8 |
| | | | | SVN-Revision: 9191 | ||||
* | major target cleanup. it is now possible to have subtargets that can ↵ | Felix Fietkau | 2007-09-08 | 1 | -0/+1 |
| | | | | | | override many target settings, including arch - merge adm5120, adm5120eb. target profiles still need to be adapted for subtargets SVN-Revision: 8694 | ||||
* | build system cleanup/restructuring as described in ↵ | Felix Fietkau | 2007-08-07 | 1 | -12/+12 |
| | | | | | | http://lists.openwrt.org/pipermail/openwrt-devel/2007-August/001159.html SVN-Revision: 8362 | ||||
* | fix image installation | Felix Fietkau | 2007-08-03 | 1 | -2/+5 |
| | | | | SVN-Revision: 8324 | ||||
* | remove the @ and change the comment from [8107] (closes: #2122) | Nicolas Thill | 2007-07-26 | 1 | -1/+1 |
| | | | | SVN-Revision: 8166 | ||||
* | fix jffs2 images | Nicolas Thill | 2007-07-22 | 1 | -6/+7 |
| | | | | SVN-Revision: 8107 | ||||
* | really fix tgz images | Felix Fietkau | 2007-07-19 | 1 | -1/+0 |
| | | | | SVN-Revision: 8065 | ||||
* | Fix the tgz image build | Florian Fainelli | 2007-07-18 | 1 | -0/+1 |
| | | | | SVN-Revision: 8042 | ||||
* | better support for handling various jffs2 eraseblock sizes | Felix Fietkau | 2007-07-16 | 1 | -13/+7 |
| | | | | SVN-Revision: 8011 | ||||
* | add portability fixes from #1720 | Felix Fietkau | 2007-06-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 7791 | ||||
* | add support for jffs2 filesystems with 256k blocksize, fix taishan support | Imre Kaloz | 2007-06-05 | 1 | -0/+3 |
| | | | | SVN-Revision: 7506 | ||||
* | Call the Initramfs template if existing | Florian Fainelli | 2007-05-30 | 1 | -0/+1 |
| | | | | SVN-Revision: 7394 | ||||
* | fixes for a few build errors on osx without fink | Felix Fietkau | 2007-04-29 | 1 | -3/+4 |
| | | | | SVN-Revision: 7065 | ||||
* | revert find | xargs => find | exec changes - this is completely unnecessary ↵ | Felix Fietkau | 2007-04-12 | 1 | -3/+3 |
| | | | | | | and introduces additional dependencies that we do not need SVN-Revision: 6942 | ||||
* | Use find -exec instead of xargs | Florian Fainelli | 2007-04-02 | 1 | -3/+3 |
| | | | | SVN-Revision: 6837 | ||||
* | kernel build cleanup | Felix Fietkau | 2007-03-02 | 1 | -2/+4 |
| | | | | SVN-Revision: 6464 | ||||
* | make squashfs overlay support more generic and integrate it for x86-2.6 | Felix Fietkau | 2007-03-02 | 1 | -2/+16 |
| | | | | SVN-Revision: 6450 | ||||
* | make maxinodes configureable for ext2 | Tim Yardley | 2007-02-22 | 1 | -1/+1 |
| | | | | SVN-Revision: 6345 | ||||
* | Add initial version of the new Image Builder It's still a bit rough in a few ↵ | Felix Fietkau | 2007-01-10 | 1 | -3/+20 |
| | | | | | | places, but it seems to work for Broadcom at least - other targets untested. SVN-Revision: 6071 | ||||
* | only squash owners, not permissions, when generating ext2 images | Nicolas Thill | 2006-12-30 | 1 | -1/+1 |
| | | | | SVN-Revision: 5934 | ||||
* | minor cleanup | Felix Fietkau | 2006-12-08 | 1 | -9/+7 |
| | | | | SVN-Revision: 5718 | ||||
* | add prereq checks for target/linux/* and target/image/*, check for fdisk for ↵ | Felix Fietkau | 2006-11-18 | 1 | -0/+1 |
| | | | | | | the x86 builds SVN-Revision: 5569 | ||||
* | add missing include | Felix Fietkau | 2006-11-12 | 1 | -0/+2 |
| | | | | SVN-Revision: 5499 | ||||
* | fix typo | Felix Fietkau | 2006-10-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 5242 | ||||
* | make filesystem size selection generic (for ext2) | Felix Fietkau | 2006-10-19 | 1 | -1/+4 |
| | | | | SVN-Revision: 5221 | ||||
* | Prevent SSH keys from being chmoded to 644 (#664), looks like those are the ↵ | Florian Fainelli | 2006-10-15 | 1 | -1/+1 |
| | | | | | | only files concerned for now SVN-Revision: 5135 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+96 |