| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
staging_dir deletion
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 44551
|
|
|
|
|
|
|
|
|
| |
Instead introduce a generic "make prepare" target which is executed if
include/prepare.mk exists.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44329
|
|
|
|
|
|
| |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44277
|
|
|
|
|
|
| |
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 44270
|
|
|
|
|
|
|
|
|
|
|
|
| |
Initialize a Git repository in the SDK and use git reset / git clean
to rollback any SDK changes with "make clean" or "make dirclean".
This approach is more robust than nuking entire directory trees because
some parts of them might have been shipped with the original archive.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 43904
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The build system sets a make variable TAR_OPTIONS to the unpacking
command, i.e. "-xf -". Now if an environment variable with the same
name is set, the make variable is automatically exported to the
environment. The make variable is added to the tar command in the
makefile, and tar adds the environment variable. This results in a
command like "tar -c /some/dir -xf - -xf -" which of course doesn't
work. It is also difficult to spot as the second "-xf -" is not
visible on the command line.
I suggest this is fixed by unexporting TAR_OPTIONS as I see no use
of the evironment variable, and it is changed from the original
value anyway.
Signed-off-by: Jan Kardell <jan.kardell@telliq.com>
SVN-Revision: 42794
|
|
|
|
|
|
|
|
|
| |
This changeset implements a new menuconfig option to generate separate
repositories for each enabled package feed instead of one monolithic one.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
SVN-Revision: 42002
|
|
|
|
|
|
| |
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 41871
|
|
|
|
|
|
|
|
| |
Call make defconfig on every build to catch newly added packages
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 39913
|
|
|
|
|
|
|
|
| |
Add a wrapper around the clang gcc emulation to fix -print-file-name=<lib>
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 38560
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Looking at the target 'defconfig' in include/toplevel, it doesn't
directly reference $(HOME)/.openwrt/defconfig nor does it reference any
prerequisites using it as a target.
Therefore, building "defconfig" as a target uses the defaults in the
tree, but not the defaults that a user might have explicitly specified.
This patch fixes this regression from r36361.
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
[florian: apply with the proper patch level, wrap at 80 columns]
Signed-off-by: Florian Fainelli <florian@openwrt.org>
SVN-Revision: 37883
|
|
|
|
| |
SVN-Revision: 36362
|
|
|
|
| |
SVN-Revision: 36361
|
|
|
|
|
|
| |
it harder for users to overlook
SVN-Revision: 36082
|
|
|
|
|
|
|
|
| |
Makes warnings/errors visible when building with V=w/V=1.
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 35716
|
|
|
|
|
|
|
|
| |
(e.g. Mac OS X default to 256, which is too little for some parallel builds)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 34023
|
|
|
|
| |
SVN-Revision: 33666
|
|
|
|
| |
SVN-Revision: 33521
|
|
|
|
|
|
| |
otherwise it occasionally gets omitted on full builds
SVN-Revision: 33422
|
|
|
|
|
|
| |
packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds
SVN-Revision: 33414
|
|
|
|
| |
SVN-Revision: 32749
|
|
|
|
|
|
| |
the buildroot up
SVN-Revision: 32663
|
|
|
|
|
|
| |
builds (fixes #11603)
SVN-Revision: 32081
|
|
|
|
| |
SVN-Revision: 31780
|
|
|
|
| |
SVN-Revision: 31650
|
|
|
|
|
|
|
|
|
|
| |
Attach patch unsets LPATH flag (found configured in some custom host
distributions) to make OpenWRT compile its toolchain without any issues.
LPATH is used on some distros to define the linkers search path.
Signed-off-by: Tathagata Das <tathagata@alumnux.com>
SVN-Revision: 31203
|
|
|
|
|
|
| |
with the build (fixes #9865)
SVN-Revision: 30830
|
|
|
|
|
|
| |
the source tree requires quilt and installing quilt implies installing sed.
SVN-Revision: 29697
|
|
|
|
| |
SVN-Revision: 26700
|
|
|
|
| |
SVN-Revision: 26459
|
|
|
|
|
|
| |
ensure proper quoting
SVN-Revision: 25596
|
|
|
|
| |
SVN-Revision: 25514
|
|
|
|
| |
SVN-Revision: 23445
|
|
|
|
|
|
| |
to analyze package dependencies at some point
SVN-Revision: 22871
|
|
|
|
|
|
| |
processes
SVN-Revision: 22726
|
|
|
|
|
|
| |
only where necessary
SVN-Revision: 22720
|
|
|
|
| |
SVN-Revision: 22518
|
|
|
|
|
|
| |
with the build process (#6553)
SVN-Revision: 19332
|
|
|
|
|
|
| |
currently unused, will probably be managed by the feeds system later
SVN-Revision: 17445
|
|
|
|
| |
SVN-Revision: 15708
|
|
|
|
|
|
| |
build process
SVN-Revision: 15705
|
|
|
|
|
|
| |
kernel_menuconfig/kernel_oldconfig is executed
SVN-Revision: 15433
|
|
|
|
| |
SVN-Revision: 14740
|
|
|
|
| |
SVN-Revision: 14737
|
|
|
|
|
|
| |
can install and make use of shared libraries
SVN-Revision: 14698
|
|
|
|
| |
SVN-Revision: 13007
|
|
|
|
| |
SVN-Revision: 13005
|
|
|
|
| |
SVN-Revision: 12702
|
|
|
|
|
|
| |
for parallelizing the kernel build fixes #3882
SVN-Revision: 12322
|
|
|
|
| |
SVN-Revision: 12254
|