Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | include/netfilter.mk: remove a few obsolete lines | Felix Fietkau | 2012-09-23 | 1 | -8/+0 |
| | | | | SVN-Revision: 33518 | ||||
* | host-build: add HOST_MAKE_FLAGS similar to package MAKE_FLAGS | Felix Fietkau | 2012-09-22 | 1 | -1/+5 |
| | | | | SVN-Revision: 33509 | ||||
* | make packages depend on +librt and +libpthread by default if eglibc is in use | Jo-Philipp Wich | 2012-09-19 | 1 | -1/+3 |
| | | | | SVN-Revision: 33480 | ||||
* | build: ensure that package/host-build build system code does not run in ↵ | Felix Fietkau | 2012-09-17 | 2 | -0/+4 |
| | | | | | | parallel, fixes rare spurious parallel build failures SVN-Revision: 33445 | ||||
* | build: add jobserver support for host builds | Felix Fietkau | 2012-09-15 | 1 | -1/+7 |
| | | | | SVN-Revision: 33423 | ||||
* | build: move the -j flag to package.mk instead of grabbing it from makeflags, ↵ | Felix Fietkau | 2012-09-15 | 2 | -2/+2 |
| | | | | | | otherwise it occasionally gets omitted on full builds SVN-Revision: 33422 | ||||
* | kernel: suppress redundant calls to headers installation | Felix Fietkau | 2012-09-15 | 1 | -1/+1 |
| | | | | SVN-Revision: 33421 | ||||
* | kernel: remove the explicit kernel make call for "oldconfig prepare ↵ | Felix Fietkau | 2012-09-15 | 1 | -1/+0 |
| | | | | | | scripts", the kernel build system has proper dependencies SVN-Revision: 33420 | ||||
* | build: add a config option for passing the top-level make jobserver to ↵ | Felix Fietkau | 2012-09-15 | 2 | -2/+8 |
| | | | | | | packages that have parallel build enabled, significantly improves parallelization and gets rid of CPU overcommit during intra-package parallel builds SVN-Revision: 33414 | ||||
* | add sparc specific site files | Florian Fainelli | 2012-09-14 | 4 | -0/+43 |
| | | | | SVN-Revision: 33405 | ||||
* | do not pass optimization flags in HOST_CPPFLAGS (#12153) | Jo-Philipp Wich | 2012-09-09 | 1 | -1/+1 |
| | | | | SVN-Revision: 33351 | ||||
* | unify tapi deps | John Crispin | 2012-08-13 | 1 | -0/+12 |
| | | | | SVN-Revision: 33160 | ||||
* | introduce a menuconfig option to turn off static linking of host utilities | Jo-Philipp Wich | 2012-08-13 | 1 | -1/+3 |
| | | | | SVN-Revision: 33154 | ||||
* | prereq-build.mk: do not perform static linking tests on Darwin | Jo-Philipp Wich | 2012-08-12 | 1 | -15/+20 |
| | | | | SVN-Revision: 33139 | ||||
* | host-build.mk: define a variable HOST_STATIC_LINKING which is set to ↵ | Jo-Philipp Wich | 2012-08-12 | 1 | -0/+4 |
| | | | | | | "-static" on non-Darwin systems SVN-Revision: 33138 | ||||
* | add remaining missing build prereq checks | Jo-Philipp Wich | 2012-08-11 | 1 | -0/+19 |
| | | | | SVN-Revision: 33122 | ||||
* | add a build preeq check for glibc-static | Jo-Philipp Wich | 2012-08-10 | 1 | -0/+9 |
| | | | | SVN-Revision: 33121 | ||||
* | fix up scons vs ccache | John Crispin | 2012-07-28 | 1 | -2/+2 |
| | | | | SVN-Revision: 32902 | ||||
* | use autoreconf hook instead of manual call | John Crispin | 2012-07-25 | 2 | -1/+3 |
| | | | | SVN-Revision: 32837 | ||||
* | package-version-override always calls autoreconf | John Crispin | 2012-07-24 | 1 | -1/+1 |
| | | | | | | | | make it conditional on the existance of autoreconf Signed-off-by: Ryan Nowakowski <tubaman@fattuba.com> SVN-Revision: 32831 | ||||
* | kernel: fix portability issues on the x86 specific relocs host tool, fixes ↵ | Felix Fietkau | 2012-07-20 | 1 | -0/+1 |
| | | | | | | build on mac os x SVN-Revision: 32783 | ||||
* | scripts/config: build with gcc instead of clang on mac os x | Felix Fietkau | 2012-07-16 | 1 | -2/+3 |
| | | | | SVN-Revision: 32749 | ||||
* | package-ipkg.mk: flag packages as "ok" after install | Jo-Philipp Wich | 2012-07-15 | 1 | -1/+1 |
| | | | | | | | By flagging compile-time-installed packages as "ok", they can be differentiated from runtime-installed packages on the target later on. SVN-Revision: 32739 | ||||
* | nls.mk: fix build dependency on gettext (#11829) | Jo-Philipp Wich | 2012-07-11 | 1 | -2/+2 |
| | | | | SVN-Revision: 32665 | ||||
* | toplevel.mk: unexport ARCH, it ends up in CONFIG_ARCH if defined and messes ↵ | Jo-Philipp Wich | 2012-07-11 | 1 | -1/+1 |
| | | | | | | the buildroot up SVN-Revision: 32663 | ||||
* | include/image.mk: /tmp should have mode 1777 | Jo-Philipp Wich | 2012-07-01 | 1 | -1/+1 |
| | | | | | | | | | | On the off chance that the root filesystem's /tmp is used directly as a temporary directory instead of having a tmpfs mounted over it, it should have the sticky bit set. Signed-off-by: Mark Mentovai <mark@moxienet.com> SVN-Revision: 32572 | ||||
* | toolchain: fix up lib64 symlink to lib before copying the initial prefix dir ↵ | Felix Fietkau | 2012-06-30 | 1 | -0/+9 |
| | | | | | | to avoid errors on copying SVN-Revision: 32556 | ||||
* | kmod-ipt-nathelper-extra: fix missing nf_conntrack_broadcast.ko | Felix Fietkau | 2012-06-18 | 1 | -0/+1 |
| | | | | | | | | | | | | | | kmod-ipt-nathelper-extra is missing the package nf_conntrack_broadcast.ko if it is not included into the kmod-ipt-nathelper-extra packge the modules nf_conntrack_snmp and nf_nat_snmp_basic cant get loaded: [ 44.500000] nf_conntrack_snmp: Unknown symbol nf_conntrack_broadcast_help (err 0) [ 44.664000] nf_nat_snmp_basic: Unknown symbol nf_nat_snmp_hook (err 0) Signed-off-by: Peter Wagner <tripolar@gmx.at> SVN-Revision: 32434 | ||||
* | build: allow KERNELNAME to contain multiple kernel make targets | Florian Fainelli | 2012-06-18 | 1 | -1/+1 |
| | | | | SVN-Revision: 32423 | ||||
* | fix ccache related build breakage | John Crispin | 2012-06-18 | 1 | -2/+2 |
| | | | | SVN-Revision: 32421 | ||||
* | uclibc++.mk: override the cc binary instead of the wrapper command when ↵ | Jo-Philipp Wich | 2012-06-15 | 1 | -0/+4 |
| | | | | | | ccache is used SVN-Revision: 32383 | ||||
* | build: add a config option for choosing the prefered standard c++ library ↵ | Felix Fietkau | 2012-06-14 | 2 | -0/+14 |
| | | | | | | and add uclibc++.mk to make this easy to handle in packages SVN-Revision: 32369 | ||||
* | build: add a variable for injecting config variable dependencies for the ↵ | Felix Fietkau | 2012-06-14 | 1 | -1/+1 |
| | | | | | | .prepared stamp SVN-Revision: 32368 | ||||
* | include/package-ipkg.mk: fix copying provides list introduced in r32332 | Felix Fietkau | 2012-06-14 | 1 | -1/+1 |
| | | | | SVN-Revision: 32358 | ||||
* | package-ipkg.sh: copy the package provides list for all virtual PROVIDES | Jo-Philipp Wich | 2012-06-13 | 1 | -0/+1 |
| | | | | SVN-Revision: 32332 | ||||
* | autotools.mk: cope with Debian version strings in libtool | Jo-Philipp Wich | 2012-06-11 | 1 | -3/+3 |
| | | | | SVN-Revision: 32207 | ||||
* | package.mk: unexport the QUIET variable, it affects some packages like ↵ | Felix Fietkau | 2012-06-11 | 1 | -0/+1 |
| | | | | | | xapian-bindings SVN-Revision: 32196 | ||||
* | build: add checks for missing package dependencies | Felix Fietkau | 2012-06-11 | 1 | -0/+22 |
| | | | | SVN-Revision: 32185 | ||||
* | build: generate a list of provided libraries for each ipkg file (includes ↵ | Felix Fietkau | 2012-06-10 | 2 | -3/+36 |
| | | | | | | provided libraries from packages that the exporting package depends on) SVN-Revision: 32172 | ||||
* | build: add a dependency on libc to all non-kernel packages | Felix Fietkau | 2012-06-10 | 2 | -1/+7 |
| | | | | SVN-Revision: 32171 | ||||
* | prereq-build: flex is built in tools/ - do not require it to be installed on ↵ | Felix Fietkau | 2012-06-07 | 1 | -4/+0 |
| | | | | | | the host SVN-Revision: 32116 | ||||
* | include/netfilter.mk: clean up, remove junk for old kernel versions | Felix Fietkau | 2012-06-07 | 1 | -70/+9 |
| | | | | SVN-Revision: 32114 | ||||
* | build: add PKG_MIRROR_MD5SUM support for host builds | Felix Fietkau | 2012-06-06 | 1 | -0/+1 |
| | | | | SVN-Revision: 32082 | ||||
* | build: prevent the environment variable CROSS_COMPILE from leaking into ↵ | Felix Fietkau | 2012-06-06 | 1 | -1/+1 |
| | | | | | | builds (fixes #11603) SVN-Revision: 32081 | ||||
* | download.mk: refuse to download mirror tarballs from packages using version ↵ | Felix Fietkau | 2012-06-06 | 1 | -1/+1 |
| | | | | | | control if no mirror md5sum was provided SVN-Revision: 32079 | ||||
* | base-files: add permission exceptions, do not clobber shadow permissions - ↵ | Jo-Philipp Wich | 2012-06-05 | 1 | -1/+1 |
| | | | | | | based on patch by Mark Mentovai <mark@moxienet.com> SVN-Revision: 32073 | ||||
* | bump to 3.3.8 | John Crispin | 2012-06-05 | 1 | -2/+2 |
| | | | | SVN-Revision: 32055 | ||||
* | log failed package builds | John Crispin | 2012-06-04 | 1 | -2/+5 |
| | | | | SVN-Revision: 32050 | ||||
* | kernel: update linux 3.3 to 3.3.7 | Gabor Juhos | 2012-05-23 | 1 | -2/+2 |
| | | | | SVN-Revision: 31848 | ||||
* | make: do a better job of sanitizing LD_LIBRARY_PATH (fixes #8069) | Felix Fietkau | 2012-05-17 | 1 | -2/+2 |
| | | | | SVN-Revision: 31780 |