Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: use mkhash to replace various quirky md5sum/openssl calls | Felix Fietkau | 2017-01-05 | 1 | -7/+0 |
| | | | | Signed-off-by: Felix Fietkau <nbd@nbd.name> | ||||
* | build: drop `trapret` function from non-Linux HOST_TAR variant | Alexandru Ardelean | 2017-01-03 | 1 | -15/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | Looks like this was meant to workaround some limitations with non-GNU tar variants (like BSD-tar which are present on Mac os BSD hosts). Though, I cannot find any use of that `+s` option that's mentioned in the comment. Last hash of this I found was 24faf55360271cd0bfc4751753384f9210d52f7f In my case, it now this fails for `python-setuptools` on Mac OS X (the host-build with): ``` trapret 2 tar -C <home-dir>/work/sources-work/lede/build_dir/target-i386_pentium4_musl-1.1.15/python-setuptools-27.2.0 --strip-components=1 -xzf <home-dir>/work/sources-work/lede/dl/setuptools-27.2.0.tar.gz bash: trapret: command not found ``` So, I was thinking maybe it's time to remove this workaround (9 years later). I could also fix the `python-setuptools` host build. If that's more preferred. [ Btw, I just recently transitioned to a Mac machine for dev-ing, so a lot of (this Mac) stuff I'm finding out is new to me too. ] Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> | ||||
* | include: remove trailing whitespaces | Luka Perkov | 2015-03-29 | 1 | -1/+1 |
| | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 45127 | ||||
* | Revert "include/shell.sh: remove getvar()" | Felix Fietkau | 2014-10-26 | 1 | -0/+4 |
| | | | | | | | | It is more widely used than I thought. Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43068 | ||||
* | include/shell.sh: remove getvar() | Felix Fietkau | 2014-10-22 | 1 | -4/+0 |
| | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 43020 | ||||
* | clean up md5s() shell function | Felix Fietkau | 2008-09-02 | 1 | -1/+4 |
| | | | | SVN-Revision: 12493 | ||||
* | bug #1547 | Mike Baker | 2007-04-03 | 1 | -1/+1 |
| | | | | SVN-Revision: 6851 | ||||
* | make busybox autorebuild on relevant config changes | Felix Fietkau | 2007-03-23 | 1 | -0/+4 |
| | | | | SVN-Revision: 6651 | ||||
* | trap chmod errors in tar unpack on bsd - modes like 02755 fail | Felix Fietkau | 2006-11-27 | 1 | -0/+15 |
| | | | | SVN-Revision: 5656 | ||||
* | finally move buildroot-ng to trunk | Felix Fietkau | 2016-03-20 | 1 | -0/+15 |