| Commit message (Expand) | Author | Age | Files | Lines |
* | fix path to bash in openssl compile | Felix Fietkau | 2006-10-14 | 1 | -0/+8 |
* | fix sstrip linux compile | Felix Fietkau | 2006-10-14 | 1 | -0/+1 |
* | use the native toolchain for grub on non-amd64 hosts | Felix Fietkau | 2006-10-14 | 1 | -2/+23 |
* | fix zlib cross compiling from non-linux systems | Felix Fietkau | 2006-10-14 | 2 | -0/+1 |
* | cleanup | Felix Fietkau | 2006-10-14 | 2 | -26/+1 |
* | another one ... | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | fix lzma compile | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | check for empty patch directories | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | don't exit on tar errors in wireless-tools - sgid flag on directory not accep... | Felix Fietkau | 2006-10-14 | 1 | -0/+1 |
* | use := for TAR_OPTIONS | Felix Fietkau | 2006-10-14 | 1 | -2/+2 |
* | move '-' parameter to TAR_OPTIONS, so that packages can append commands | Felix Fietkau | 2006-10-14 | 3 | -5/+5 |
* | portability fix | Felix Fietkau | 2006-10-14 | 2 | -0/+21 |
* | leave out the ccache directory when copying the staging dir into the sdk (#843) | Felix Fietkau | 2006-10-14 | 2 | -2/+5 |
* | remove some obsolete stuff | Felix Fietkau | 2006-10-14 | 2 | -4/+1 |
* | use $(TAR) in unpack commands | Felix Fietkau | 2006-10-14 | 2 | -3/+3 |
* | fix mistakes in unpack change | Felix Fietkau | 2006-10-14 | 3 | -6/+6 |
* | another fix for invalid fd messages | Felix Fietkau | 2006-10-14 | 1 | -0/+3 |
* | fix typo | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | force LANG to C | Felix Fietkau | 2006-10-14 | 1 | -0/+2 |
* | add prereq check for case-sensitive filesystem | Felix Fietkau | 2006-10-14 | 1 | -0/+10 |
* | fix invalid fd warning on mac os x | Felix Fietkau | 2006-10-14 | 1 | -1/+1 |
* | don't generate .tmpconfig.h and .kconfig.d | Felix Fietkau | 2006-10-14 | 2 | -70/+1 |
* | move common unpacking code to unpack.mk, replace zcat with $(ZCAT) for system... | Felix Fietkau | 2006-10-14 | 4 | -12/+22 |
* | fix download.pl for weird 'which' implementations | Felix Fietkau | 2006-10-14 | 1 | -2/+11 |
* | make table of contents clickable | Felix Fietkau | 2006-10-13 | 1 | -1/+2 |
* | make table of contents clickable | Felix Fietkau | 2006-10-13 | 1 | -0/+1 |
* | add prereq check for wget | Felix Fietkau | 2006-10-13 | 1 | -0/+4 |
* | improve ncurses check | Felix Fietkau | 2006-10-13 | 1 | -1/+1 |
* | fix lxdialog build target | Felix Fietkau | 2006-10-13 | 1 | -3/+2 |
* | remove useless file | Felix Fietkau | 2006-10-13 | 1 | -4/+0 |
* | fix tar detection | Felix Fietkau | 2006-10-13 | 1 | -3/+4 |
* | add initial version of our new documentation - not too pretty yet, but will b... | Felix Fietkau | 2006-10-13 | 8 | -203/+279 |
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 907 | -0/+495477 |
|\ |
|
| * | move brcm-2.4 specific kmod to new module layout | Nicolas Thill | 2006-10-13 | 2 | -10/+18 |
| * | rewrite of platform irq handler | Mike Baker | 2006-10-12 | 1 | -229/+78 |
| * | fix bug in ethernet irq handler | Mike Baker | 2006-10-12 | 1 | -1/+1 |
| * | only check prerequisites of actually selected packages | Felix Fietkau | 2006-10-12 | 2 | -8/+14 |
| * | enable busybox taint checking to support gplonly kernel exports | Felix Fietkau | 2006-10-12 | 1 | -1/+1 |
| * | another compile fix | Felix Fietkau | 2006-10-11 | 1 | -8/+10 |
| * | fix compile error | Felix Fietkau | 2006-10-11 | 1 | -70/+71 |
| * | use bash for gen_image.sh | Felix Fietkau | 2006-10-11 | 1 | -1/+1 |
| * | more fixes | Felix Fietkau | 2006-10-10 | 2 | -0/+2 |
| * | use perl instead of sed for replacing stuff in wl | Felix Fietkau | 2006-10-10 | 1 | -1/+1 |
| * | replace ipkg-make-index with a shell script that works on bsd | Felix Fietkau | 2006-10-10 | 2 | -1/+26 |
| * | use bsd md5 in ipkg if md5sum is not available | Felix Fietkau | 2006-10-10 | 1 | -0/+2 |
| * | run rstrip in bash | Felix Fietkau | 2006-10-10 | 1 | -1/+1 |
| * | always build sed, some systems have a broken one where it's hard to detect | Felix Fietkau | 2006-10-10 | 2 | -47/+8 |
| * | add portability patch for ipkg-utils | Felix Fietkau | 2006-10-10 | 1 | -0/+50 |
| * | don't include host.mk from rules.mk - confuses package dump | Felix Fietkau | 2006-10-10 | 2 | -1/+1 |
| * | more portability fixes and a prereq check for gnu tar | Felix Fietkau | 2006-10-10 | 4 | -1/+15 |