Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | use xz compressed kernel tarballs | Imre Kaloz | 2012-11-18 | 3 | -4/+4 | |
| | | | | SVN-Revision: 34228 | |||||
* | kernel: update linux 3.6 to 3.6.7 | Gabor Juhos | 2012-11-18 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34227 | |||||
* | we don't support kernels < 3.3 | Imre Kaloz | 2012-11-18 | 1 | -36/+0 | |
| | | | | SVN-Revision: 34226 | |||||
* | we only support v3.x kernels | Imre Kaloz | 2012-11-18 | 1 | -4/+0 | |
| | | | | SVN-Revision: 34225 | |||||
* | buildroot: isolate the .install stamp files for build variants (#12279) | Jo-Philipp Wich | 2012-11-07 | 2 | -10/+11 | |
| | | | | | | | | This fixes missing embedded packages if multiple build variants are selected in the build config, e.g. missing ppp if CONFIG_PACKAGE_ppp=y and CONFIG_PACKAGE_ppp-multilink=m . SVN-Revision: 34106 | |||||
* | kernel: update linux 3.6 to 3.6.6 | Gabor Juhos | 2012-11-05 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34086 | |||||
* | kernel: update linux 3.6 to 3.6.5 | Gabor Juhos | 2012-10-31 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34042 | |||||
* | kernel-defaults: factor common code handling initramfs options | Florian Fainelli | 2012-10-31 | 1 | -30/+25 | |
| | | | | | | | | While at it, reindent so it is more in-line with the rest of the file. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34034 | |||||
* | build: increase file descriptor count limit for the build, some systems ↵ | Felix Fietkau | 2012-10-31 | 1 | -1/+3 | |
| | | | | | | | | (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 | |||||
* | properly reindent Kernel/Prepare/Default | Florian Fainelli | 2012-10-30 | 1 | -6/+6 | |
| | | | | SVN-Revision: 34014 | |||||
* | kernel: update linux 3.6 to 3.6.4 | Gabor Juhos | 2012-10-28 | 1 | -2/+2 | |
| | | | | | | Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33982 | |||||
* | make CXX_DEPENDS also depend on INSTALL_LIBSTDCPP | Florian Fainelli | 2012-10-24 | 1 | -1/+1 | |
| | | | | SVN-Revision: 33908 | |||||
* | linux 3.6 support (work in progress) | Imre Kaloz | 2012-10-23 | 1 | -0/+3 | |
| | | | | SVN-Revision: 33897 | |||||
* | licensing: Add licensing metadata to many packages Two new variables are ↵ | Hamish Guthrie | 2012-10-19 | 1 | -0/+4 | |
| | | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861 | |||||
* | toolchain: enable parallel build for uClibc, remove the obsolete ↵ | Felix Fietkau | 2012-10-17 | 1 | -2/+0 | |
| | | | | | | TOOLCHAIN_PARALLEL config symbol SVN-Revision: 33807 | |||||
* | build: fix host build stampfile usage, fixes spurious errors with missing ↵ | Felix Fietkau | 2012-10-15 | 1 | -24/+13 | |
| | | | | | | opkg host binary after deleting the staging dir SVN-Revision: 33776 | |||||
* | autotools.mk: add a gettext-version PKG_FIXUP (#11236) | Jo-Philipp Wich | 2012-10-10 | 1 | -0/+13 | |
| | | | | | | | This fixup aligns the required gettext version in shipped macros to the one available in $(STAGING_DIR_HOST). SVN-Revision: 33708 | |||||
* | it's time to break the barriers | Imre Kaloz | 2012-10-08 | 1 | -2/+2 | |
| | | | | SVN-Revision: 33666 | |||||
* | build: allow the package maintainer info to be specified globally for a ↵ | Felix Fietkau | 2012-10-08 | 1 | -1/+3 | |
| | | | | | | source package SVN-Revision: 33659 | |||||
* | build: create pkginfo dir earlier to avoid build breakage | Felix Fietkau | 2012-10-06 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33633 | |||||
* | build: rework the package/install step - collect package install lists ↵ | Felix Fietkau | 2012-10-06 | 2 | -26/+18 | |
| | | | | | | during package/compile, then install all packages at once SVN-Revision: 33631 | |||||
* | version.mk: ensure that %S is always populated with a subtarget identifier, ↵ | Jo-Philipp Wich | 2012-09-24 | 1 | -1/+1 | |
| | | | | | | fallback to "generic" if no subtarget exists SVN-Revision: 33534 | |||||
* | build: add the + token to any commands that can pass through the jobserver, ↵ | Felix Fietkau | 2012-09-23 | 2 | -3/+3 | |
| | | | | | | fixes parallel build on some systems SVN-Revision: 33523 | |||||
* | build: pass MAKE_JOBSERVER via environment to avoid leaking it to error messages | Felix Fietkau | 2012-09-23 | 1 | -1/+2 | |
| | | | | SVN-Revision: 33521 | |||||
* | 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 |