| Commit message (Expand) | Author | Age | Files | Lines |
* | autotools.mk: link config.rpath before running autoreconf, also touch ABOUT-N... | Jo-Philipp Wich | 2011-10-16 | 1 | -3/+3 |
* | include: autotools.mk: do not fail in patch-libtool fixup if patch is already... | Jo-Philipp Wich | 2011-10-11 | 1 | -1/+1 |
* | fix a small logic error in package download | Felix Fietkau | 2011-10-09 | 1 | -1/+1 |
* | build system: add a feature that allows you to pull sources from a git tree i... | Felix Fietkau | 2011-10-09 | 1 | -1/+13 |
* | kernel-build.mk: there is no tarball when using CONFIG_KERNEL_GIT_CLONE_URI o... | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
* | kernel.mk: also do not download Linux if CONFIG_KERNEL_GIT_CLONE_URI is set | Jo-Philipp Wich | 2011-10-03 | 1 | -1/+1 |
* | build system: add support for download-time make hooks | Felix Fietkau | 2011-09-30 | 1 | -0/+5 |
* | image.mk: pass through $(CONFIG_PKG_BUILD_JOBS) to the mksquashfs -processors... | Jo-Philipp Wich | 2011-09-26 | 1 | -1/+1 |
* | kernel: update to version 3.0.3 | Hauke Mehrtens | 2011-08-18 | 1 | -2/+2 |
* | kernel: update kernel to version 2.6.39.4 | Hauke Mehrtens | 2011-08-16 | 1 | -2/+2 |
* | include/site: add powerpc-openwrt-linux-*spe sitefiles for mpc85xx | Felix Fietkau | 2011-08-12 | 2 | -0/+10 |
* | include/kernel.mk: fix download path for linux 3.x | Jonas Gorski | 2011-08-09 | 1 | -1/+5 |
* | kernel: update to kernel version 3.0.1 | Hauke Mehrtens | 2011-08-06 | 1 | -2/+2 |
* | autotools.mk: implement PKG_FIXUP:=patch-libtool This change allows to apply ... | Jo-Philipp Wich | 2011-08-01 | 1 | -1/+37 |
* | only export GCC_HONOUR_COPTS for the built-in toolchain, fixes missing-fhonou... | Felix Fietkau | 2011-07-25 | 1 | -1/+3 |
* | kernel.mk: Fix kernel module path for 3.0 | Jonas Gorski | 2011-07-24 | 1 | -3/+8 |
* | default to using gzip with mksquashfs if lzma and xz are unavailable | Felix Fietkau | 2011-07-24 | 1 | -0/+1 |
* | cmake: fix ccache command when using host ccache (patch from #9611) | Felix Fietkau | 2011-07-24 | 1 | -2/+6 |
* | kernel: update to linux-3.0 and refresh patches. | Hauke Mehrtens | 2011-07-22 | 1 | -0/+3 |
* | allow targets to define a default subtarget when using automatic subtarget de... | John Crispin | 2011-07-04 | 1 | -0/+1 |
* | automatic subtarget enumaration | John Crispin | 2011-07-03 | 1 | -3/+6 |
* | extend squashfs padding for 256k flash sectors | John Crispin | 2011-07-03 | 1 | -2/+2 |
* | generic: use padjffs2 in prepare_generic_squashfs | Gabor Juhos | 2011-07-02 | 1 | -9/+1 |
* | add a portable version of sys/sysmacros.h and and let the kernel use the host... | Felix Fietkau | 2011-07-02 | 1 | -0/+2 |
* | add support for hidden packages that get selected/built but do not show up in... | Felix Fietkau | 2011-07-02 | 2 | -0/+2 |
* | kernel: update kernel to 2.6.39.2 | Hauke Mehrtens | 2011-06-28 | 1 | -2/+2 |
* | cmake.mk: fix bogus values for FIND_ROOT_PATH_MODE_*; kept plplot from compil... | Jo-Philipp Wich | 2011-06-22 | 1 | -3/+3 |
* | kernel: update to kernel 2.6.38.8 | Hauke Mehrtens | 2011-06-18 | 1 | -2/+2 |
* | Properly extract KERNEL_PATCHVER for linux 3.0 | Hauke Mehrtens | 2011-06-15 | 1 | -1/+5 |
* | update to 2.6.39.1 | Florian Fainelli | 2011-06-04 | 1 | -2/+2 |
* | kernel.mk: add a new helper for comparing kernel versions, which can take 1 -... | Felix Fietkau | 2011-06-01 | 1 | -4/+13 |
* | netfilter.mk: remove a few obsolete CompareKernelPatchVer calls | Felix Fietkau | 2011-06-01 | 1 | -17/+5 |
* | remove the now unused Target-Kernel field from the target metadata | Felix Fietkau | 2011-05-30 | 1 | -1/+0 |
* | remove kernel major version specific kernelpackage overrides | Felix Fietkau | 2011-05-30 | 1 | -2/+0 |
* | remove legacy package/foo-compile wrapper targets, people should be used to t... | Felix Fietkau | 2011-05-28 | 1 | -2/+0 |
* | kernel: some updates for kernel 2.6.39 | Hauke Mehrtens | 2011-05-25 | 1 | -0/+3 |
* | package u32 match and TEE target, patches by Maxim Uvarov | Jo-Philipp Wich | 2011-05-24 | 1 | -0/+8 |
* | add LD_LIBRARY to cmake.mk | Felix Fietkau | 2011-05-20 | 1 | -0/+1 |
* | kernel: update kernel from 2.6.38.2 to 2.6.38.6 and refresh patches | Hauke Mehrtens | 2011-05-15 | 1 | -2/+2 |
* | use lazy evaluation to allow targets to override kernel config files | Felix Fietkau | 2011-04-17 | 1 | -21/+14 |
* | prepare .config before testing for missing options | Felix Fietkau | 2011-04-17 | 1 | -1/+1 |
* | silence error when package has no patches (patchwork 321) | Jo-Philipp Wich | 2011-04-12 | 1 | -1/+1 |
* | firewall: allow local redirection of ports | Jo-Philipp Wich | 2011-04-12 | 1 | -2/+2 |
* | autotools.mk: disable autoreconf recursion if more than one dir is given in P... | Jo-Philipp Wich | 2011-04-11 | 1 | -0/+1 |
* | cmake.mk: don't assume toolchain binaries in .../bin/ if an external toolchai... | Jo-Philipp Wich | 2011-04-11 | 1 | -0/+7 |
* | iipt-debug: create bundle of netfilter modules for debugging | Hauke Mehrtens | 2011-04-09 | 1 | -0/+5 |
* | build: log package dump failures to logs to avoid forcing user to write crypt... | Felix Fietkau | 2011-04-06 | 1 | -1/+6 |
* | build: clean up handling of the kernel config | Felix Fietkau | 2011-04-06 | 3 | -22/+53 |
* | add a new package metadata variable MDEPENDS for specifying local menuconfig ... | Felix Fietkau | 2011-04-05 | 2 | -0/+2 |
* | site: set ac_cv_sizeof_off_t=8 to fix autoconf applications using it for dete... | Felix Fietkau | 2011-04-04 | 9 | -9/+9 |